/*   
Theme Name: World Study
Theme URI: www.world-study.ua
Description: World Study Theme for WordPress.
Author: Ivan Siyanko
Author URI: www.siyanko.com
Version: 1.0
*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

::-moz-selection { 
    background: #006699; 
    color: #fff;
}
::selection { 
    background: #006699; 
    color: #fff;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
    scroll-behavior: smooth;
}
a {
    color: #0077aa;
    transition: all 0.5s ease; 
}
a:hover {
    color: #006699;
    text-decoration: none;
}
.img-gallery {
    width: 100%;
    height: 100px;
    object-fit: cover;
    margin-bottom: 15px;
}
.extralarge {
    font-size: 100px;
    font-weight: 700;
    color: #006699;
    margin: 0;
}
.section-title {
    font-size: 20px;
    font-weight: 300;
    color: #006699;
    text-align: center;
    margin: 0 0 30px; 
}
#prom .col-md-4.promo-container {
    max-width: 375px;
    margin-bottom: 6px;
}
#prom .col-md-8.promo-container {
    max-width: 757px;
    margin-bottom: 6px;
}
#prom {
    justify-content: space-between;
}
@media (max-width: 768px) {
    #prom .col-md-4.promo-container {
        max-width: 98%;
    	margin-left: auto;
    	margin-right: auto;
		
    }
    #prom .col-md-8.promo-container {
  		max-width: 98%;
    	margin-left: auto;
    	margin-right: auto;
    }
    .extralarge {
        font-size: 80px;
    }
}
.table {
  font-weight: 300;
}
.table .table-link {
  font-weight: 500;
}
.table .table-descr td{
  text-align: right !important;
}

.navbar {
  padding: 0 10px 0 0;
}
.navbar-brand {
    padding: 0;
    margin: 0;
    min-width: 80%;
}
@media (min-width: 992px) {
    .navbar-brand {
        min-width: 50%;
    }
}


.navbar-main .navbar-header,
.navbar-main .navbar-collapse {
    float:none;
    display:inline-block;
    vertical-align: top;
    padding-left: 0;
    padding-right: 0;
}

.m-15 {
    margin: 15px 0;
}
.mb-25 {
    margin-bottom: 25px;
}

.dropdown-menu {
  padding: 0;
  margin: 0;
}

/*   
Ð¡ÐµÐºÑ†Ð¸Ð¸
*/


#popular {
    padding: 50px 0;
    background-color: #f9f9f9;
}
#seoblock {
    padding: 50px 0;
}


#content-heading {
    
}
#content-white {
    padding: 25px 0;
    font-size: 14px;
    font-weight: 300;
    color: #666;
}

#content-white-xl {
    padding: 50px 0;
}
#content-white-xxl {
    padding: 150px 0;
}

#content-grey {
    padding: 50px 0;
    background-color: #f9f9f9;
    font-size: 14px;
    font-weight: 300;
    color: #666;
}

.seo-text {
    font-size: 14px !important;
    font-weight: 300;
    color: #666 !important;
}


/*   
Ð—Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÐ¸
*/
h1 {
    font-size: 26px;
    font-weight: 700;
    color: #006699;
    padding: 0;
    margin: 0 0 30px;
    text-align: center;
}

h2 {
    font-size: 20px;
    font-weight: 300;
    color: #006699;
    text-align: center;
    margin: 0 0 15px;
}

h5 {
    font-size: 18px;
    font-weight: 700;
    color: #666;
    text-align: left;
    transition: all 0.5s ease; 
}


/*   
ÐšÐ½Ð¾Ð¿ÐºÐ¸
*/

.search-form {
    border-radius: 99px;
    padding: 5px 15px;
}

.btn {
    font-family: 'Roboto', sans-serif;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 99px;
}

.btn img {
    width: 63px;
    height: 12px;
}

.btn-search img {
    width: 14px;
    height: 14px;
}

.btn-orange {
    background-color: #ff9933;
    color: #fff !important;
    border: 1px solid #ff9933;
    transition: all 0.5s ease;
}

.btn-orange:hover {
    background-color: #ff6600 !important;
    border:1px solid #ff6600;
}

.btn-grey {
    background-color: #dddddd;
    color: #000 !important;
    border: 1px solid #dddddd;
    transition: all 0.5s ease;
}

.btn-grey:hover {
    background-color: #cccccc !important;
    border:1px solid #cccccc;
}

.btn-blue {
    background-color: #0077aa;
    color: #fff !important;
    border: 1px solid #0077aa;
    transition: all 0.5s ease;
}

.btn-blue:hover {
    background-color: #006699 !important;
    border:1px solid #006699;
}

.btn-blue-outline {
    background-color: #e1ebf0;
    color:#006699;
    border:1px solid #006699;
    transition: all 0.5s ease;
}

.btn-blue-outline:hover {
    background-color: #006699 !important;
    color:#fff;
    border:1px solid #006699;
}

.btn-white-outline {
    background: transparent;
    color:#fff;
    border:1px solid #fff;
    transition: all 0.5s ease;
}

.btn-white-outline:hover {
    background-color: #fff !important;
    color:#ff6600;
    border:1px solid #fff;
}

.btn-white-outline-2 {
    background-color: white;
    color:#069;
    transition: all 0.5s ease;
}

.btn-white-outline-2:hover {
    background-color: #f93 !important;
    color:#fff;
}

.icon-main {
    width: 75px;
    height: 75px;
}

/*  
ÐšÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ¸
*/
.swiper-slide {
    padding: 2px 5px 10px;
}
.swiper-slide:hover {
    padding: 0px 5px 12px;
}
.swiper-pagination {
    position: relative !important;
    margin: 15px 0;
}
.swiper-pagination-bullet {
    margin: 0 3px;
}
.swiper-center {
    justify-content: center;
}
.card {
    background-color: #fefefe;
    background-clip: border-box;
    border: 1px solid #eee;
    border-radius: 10px;
    transition: all 0.5s ease; 
    height: 100%;
}

.card:hover {
    background-color: #fff;
    -webkit-box-shadow: 
        -10px 0px 13px -15px #006699, 
        0px 10px 13px -15px #006699, 
        10px 0px 13px -15px #006699;
    box-shadow: 
        -10px 0px 13px -15px #006699, 
        0px 10px 13px -15px #006699, 
        10px 0px 13px -15px #006699;
    border: 1px solid #ccc;
    
}

.card:hover .btn-blue {
    background-color: #006f9f;
    color:#fff;
    border:1px solid #006699;
}

.card:hover h5 {
    color: #006f9f;
}

.card:hover .card-text {
    color: #777;
}

.card-img {
  width: 100%;
  border-radius: 10px;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 10rem;
  object-fit: cover;
}

.card-name {
    font-size: 18px;
    font-weight: 700;
    color: #666;
    text-align: left;
    transition: all 0.5s ease; 
}

.card-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #999;
    text-align: left;
    transition: all 0.5s ease; 
}
.card-button {
    margin: 0 20px 20px;
    text-align: center;
}

/*   
Ð¡Ñ‚Ð°Ñ€Ñ‹Ðµ ÐºÐ»Ð°ÑÑÑ‹ Ñ Ð´Ñ€ÑƒÐ³Ð¾Ð³Ð¾ ÑˆÐ°Ð±Ð»Ð¾Ð½Ð°
*/

.alignnone {
    width: 50px !important;
    height: 50px !important;
    margin: 5px;
}

.service-card .icon {
    position: absolute;
    top: 0px;
    box-sizing: initial;
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    padding: 20px;
    margin: -20px 0 0 -40px;
}

.adv-wrapper {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 25px;
    text-align: center; 
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #678;
    text-transform: lowercase;
    transition: all 0.5s ease;
}

.adv-wrapper:hover {
    color: #666;
}

.more_inner {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 50px;
}
@media (max-width: 768px) {
    .more_inner {
        padding: 25px;
    }
}
.more_inner img {
    display: none;
}

.more_inner p, .more_inner .lead {
    font-size: 15px !important;
    font-weight: 300 !important;
    text-align: left !important;
}
.more_inner h1, .more_inner h2, .more_inner h3, .more_inner h4, .more_inner h5, .more_inner h6  {
    text-align: left !important;
    color: #006699 !important;
    font-size: 16px !important;;
    font-weight: 300 !important;;
}

.more_inner ul, .more_inner ol {
    background: transparent;
    font-size: 14px;
    font-weight: 300;
}
.more_inner table {
    margin-bottom:1rem;
    color:#212529;
    display:block;
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    border:0;
}
.more_inner table td, .more_inner table th {
    padding:.75rem;
    vertical-align:top;
    border:1px solid #dee2e6;
    min-width: 150px;
}

.page-nav {
    margin: 25px 0;
}
.page-nav .page-numbers {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 25px;
    font-size: 14px;
    color:#006699;
    border:6px solid transparent;
    text-align: center;
    border-radius:100%;
}
.page-nav .page-numbers.current {
    color:#fff;
    background: #006699;
    border-color:#e5eff5;
}

#accordion .card-faq .card-header-faq .btn-faq {
    font-size: 16px;
    font-weight: 500;
    color: #006699;
    cursor: pointer;
}

#accordion .card-faq .card-body-faq {
    font-size: 14px;
    color: #666;
    padding: 25px;
    background-color: #fafafa;
    border-radius: 5px;
}
.kk-star-ratings .kksr-legend {
	font-size: 10px !important;
}

mark {
	background-color: #069;
    color: #fff;
}
form .text-left,
form .text-right {
    display: flex !important;
    animation-iteration-count: 
} 
.text-right {
    justify-content: flex-end;
}
.grid_listing {
    display: grid;
    grid-template-columns: 260px 1fr;
    grid-gap: 20px;
}
.grid_listing_sidebar {
    background: #F9F9F9;
    padding: 20px;
    background: #F9F9F9;
    border: 0.5px solid #E8E8E8;
    border-radius: 12px;
    height: min-content;
}
.grid_listing_sidebar a {font-weight: 400;}
.grid_listing_list {
    width: 100%;
}
.grid_listing_list_item {
    margin-bottom: 8px;
    padding: 8px 14px;
    background: rgba(245, 245, 245, 0.38);
    border-radius: 12px;
    display: flex;
    align-items: center;
}
.grid_listing_list_item:last-child {
    margin-bottom: 0;
}
.list_item_img {
    min-width: 260px;
    max-width: 260px;
    height: 280px;
    margin-right: 24px;
}
.list_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.list_item_content_name {
    font-size: 20px;
    font-weight: 700;
    color: #0077AA;
    margin-bottom: 10px;
}
.list_item_content_list ul {
    padding: 0;
    padding-left: 15px;
    margin: 0;
}
.list_item_content_list ul li {
    line-height: 24px;
    color: #000000;
}
.list_item_content_price {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #0077AA;
}
.list_item_content_btn {
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.list_item_content_btn a {
    color: #fff;
    border-radius: 56px;
    padding: 8px 40px;
    font-weight: 700;
    font-size: 14px;
    margin-right: 12px;
}
.list_item_content_btn a:last-child {
    margin-right: 0;

}
.list_item_content_btn .btn-border-blue {
    padding: 8px 20px;
}
.list_item_content_btn .btn_add_zay svg {
    margin-left: 8px;
}
.btn-border-blue {
    color: #0077AA !important;
    border: 1px solid #0077AA;
    margin-right: 0 !important;
}
.btn-border-blue svg {
    margin-right: 4px;
}
.btn-border-blue:hover {
    background: #0077AA;
    color: #fff !important;
}
.btn-border-blue:hover svg path {
    fill: #fff;
}
#on_map iframe {
    width: 100% !important;
    height: 350px !important;
    object-fit: cover;
    min-width: 100% !important;
}
#on_map .modal-body {
    flex: none;
    padding: 0;
}
.n2_span {
    position: relative;
    display: inline-block;
    margin-right: 4px;
}
.n2_span::after {
    position: absolute;
    top: 0;
    right: -7px;
    width: auto;
    height: auto;
    content: '/';
}
.n2_span:last-child::after {
    display: none;
}
.loadMoreBtn_wrap {
    display: flex;
    justify-content: center;
    margin: 25px 0;
}
.grid_listing_sidebar h2 {font-weight: 500;}
.list_item_content_btn a {font-weight: 500;}
.banner-top .btn {
    background: #fff;
    color: #0077AA;
}
.banner-top .btn:hover {
    background: transparent !important;
    color: #fff;
}
#gran {
    padding: 48px 0;
    background: #0077AA;
}
.gran_list {
    display: grid;
    grid-template-columns: repeat( 4, 1fr );
    grid-gap: 10px;
}
.gran_list_item {
    padding: 25px 15px;
    color: #0077AA;
    background: #FFFFFF;
    border-radius: 6px;
    min-height: 110px;
    position: relative;
    font-weight: 700;
}
.gran_list_item_icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.look_all {
    justify-content: center;
    margin: 30px auto 0;
    display: flex;
    align-items: center;
}
.look_all a {
    padding: 10px 40px;
}
.look_all a svg {
    margin-left: 10px;
}
.content_univer_single {
    align-items: flex-start;
}
.content_univer_single .list_item_img {
    min-width: 360px;
    max-width: 360px;
    min-height: 360px;
}
.content_univer_single {
    padding: 8px 40px 8px 14px;
}
.content_univer_single .list_item_content_btn {
    margin-top: 40px;
}
.content_univer_single .list_item_content_price {
    padding-top: 20px;
}
.content_univer_single .list_item_content_list ul li {
    line-height: 28px;
}
.list_item_content_name h1 {
    text-align: left;
}
.type_spec_single {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 10px;
    width: 100%;
    margin-bottom: 20px;
}
.type_spec_link {
    text-align: center;
    margin: 40px 0 20px;
}
.country_main .country_main_heading h1 {
    text-align: left;
}
.country_main_heading_text {
    max-width: 700px;
    font-weight: 100;
    color: #656060;
    font-size: 15px;
}
.country_main_top {
    padding-left: 56px;
}
.country_main_bottom .section-title {
    max-width: 700px;
    text-align: left;
}
.country_main_bottom {
    margin-top: 20px;
}
.country_main_bottom .subheading {
    max-width: 700px;
    text-align: left;
}
.country_main {
    position: relative;
}
.country_main_img {
    width: 420px;
    height: 274px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
}
.country_main_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 0 0 10px 0;
}
.white_xl {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    display: grid !important;
    grid-template-columns: repeat(3, 230px);
    grid-gap: 28px;
}
.white_xl a {
    margin: 0;
    position: relative;
    padding: 12px 40px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.white_xl a .arr {
    position: absolute;
    top: 14px;
    right: 10px;
}
.iimg {
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    top: 9px;
    left: 20px;
}
.iimg::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    background-size: contain;
    content: '';
}
.white_xl a:nth-child(1) .iimg::before {
    background: url(assets/img/www1.svg) no-repeat;
}
.white_xl a:nth-child(2) .iimg::before {
    background: url(assets/img/www2.svg) no-repeat;
}
.white_xl a:nth-child(3) .iimg::before {
    background: url(assets/img/www3.svg) no-repeat;
}
.white_xl a:nth-child(4) .iimg::before {
    background: url(assets/img/www4.svg) no-repeat;
}
.white_xl a:nth-child(5) .iimg::before {
    background: url(assets/img/www5.svg) no-repeat;
}
.white_xl a:nth-child(6) .iimg::before {
    background: url(assets/img/www6.svg) no-repeat;
}
.free_consult {
    background: #0077AA;
    display: flex;
    align-items: center;
    padding: 34px 0 40px;
    text-align: center;
    flex-direction: column;
}
.free_consult_head {
    font-size: 21px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    width: 100%;
    margin-bottom: 30px;
}
#wpcf7-f9344-o1 {
    width: 232px;
    position: relative;
    height: 34px;
}
#wpcf7-f9344-o1 br {display: none;}
#wpcf7-f9344-o1 input[type="text"] {
    border-radius: 34px;
    height: 40px;
    outline: none;
}
#wpcf7-f9344-o1 input[type="number"] {
    border-radius: 34px;
    height: 40px;
    outline: none;
}
#wpcf7-f9344-o1 input[type="submit"] {
    background: orange;
    color: transparent !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 5px;
    border: 0;
}
#wpcf7-f9344-o1 img {
    border-radius: 50%;
    position: absolute;
    top: 11px;
    right: 11px;
    border: 0;
    pointer-events: none;
}
.content_univer_single h1 {
    /*font-size: 30px;*/
    font-size: 22px;
}
.content_univer_single .list_item_content_price {
    font-size: 18px;
    padding-top: 0;
}
.content_univer_single .list_item_content_list {
    font-size: 15px;
}
.ws_mobile {display: none;}
.promo-container {position: relative; transition: all .5s ease;}
.pr_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 97 138 / 70%);
    border-radius: 12px;
}
.promo-container:hover .pr_bg {top: 0 !important;}
.pr_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    z-index: -1;
}
#promo .promo-container:hover {
    padding: 0 2px 0;
}
#promo .promo {
    padding: 21px;
    border-radius: 12px;
}
.pr_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.col-md-8 .pr_bg {
    max-width: 758px;
}
.promo-container:hover .pr_bg {
    top: 2px;
    background: rgba(0, 0, 0, .7); transition: all .5s ease;
}
#prom .heading,
#prom .subheading,
#prom img,
#prom .promo-button {
    position: relative;
    z-index: 1;
}
.ws_mm_send {
    display: none;
}
.ws_mm_send.active {
    display: flex;
    flex-direction: column;
    width: 310px;
    height: 300px;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    padding: 25px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -155px;
    margin-top: -150px;
    background: #fff;
    z-index: 99999;
}
.ws_mm_send_wrapper {
    display: none;
}
.ws_mm_send_wrapper.active {
    display: flex;
    position: fixed;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 98;
}
.ws_mm_send_head {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-top: 20px;
    text-align:  left !important;
    width: 100%;
}
.ws_mm_send_h_sub {
    font-size: 13px;
    color: #000;
    margin-top: 10px;
    text-align:  left !important;
    width: 100%;
}
.ws_mm_send_img {
    width: 164px;
    margin-left: auto !important;
}
.ws_mm_send_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.wms_send_close {
    cursor: pointer;
    position: relative;
    z-index: 9999;

}
.col-md-8 .pr_bg {max-width: 100%;}
#wpcf7-f9344-o1 .wpcf7-response-output {
    display: none !important;
}
#breadcrumbs a {
    margin-right: 10px;
    position: relative;
}
#breadcrumbs a::after {
    position: absolute;
    top: -2px;
    right: -9px;
    content: '/';
}

.banner-top .btn:hover {
    background: #ff9933 !important;
    color: #fff;
    border: 1px solid transparent;
}
.short_form {
    border-radius: 12px;
    background: #0077AA;
    width: 100%;
    padding: 25px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    font-weight: 300;   
    flex-direction: column;
}
.short_form a {
    color: #fff;
    text-decoration: none;
    font-size: 19px;
    line-height: 22px;
    background: #FF9933;
    padding: 5px 40px;
    border-radius: 56px;
    transition: all .7s ease;
    display: inline-block;
    margin: 25px 0 0;
    font-size: 13px;
}
.short_form a:hover {
    background: #fff;
    color: #0077AA;
    transition: all .7s ease;
}
.call_time_head {
    color: #0077AA;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
}
.call_time_num_list {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
.call_time_num_list br {display: none;}
.form-group .n_btn {
    display: flex;
    justify-content: center;
    width: 100%;
}
.n_btn input[type="submit"] {
    width: 100%;
}
.ajax-loader {position: absolute !important;}
.modal-subheading {display: none;}
#wpcf7-f9344-o1 .wpcf7-not-valid-tip {
    color: #ffa500;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding-top: 5px;
    text-align: center !important;
}
/*Tablet*/
@media screen and (max-width: 1279px) {
    .pr_bg {
        height: 100%;
        max-width: 100%;
    }
    .col-md-8 .pr_bg {
        max-width: 100%;
    }
    .white_xl {
        grid-template-columns: repeat(2, 1fr);
    }
    .country_main_top {
        padding-left: 0px;
    }
   /* .country_main_img {
        display: none;
    }*/
    .grid_listing {
        grid-template-columns: 1fr;
    }
    .gran_list {
        grid-template-columns: repeat( 2, 1fr );
    }
    .content_univer_single .list_item_img {
        min-width: 260px;
        max-width: 260px;
        min-height: 260px;
    }
    .banner-top-2 {
        min-height: 338px;
        right: -14px;
    }
    .list_item_content_btn {
        flex-direction: column;
        grid-gap: 10px;
    }
    .type_spec_single {
        grid-template-columns: 1fr;
        width: 100%;
    }
    .type_spec_single a {
        margin: 0;
    }
        ::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    ::-webkit-scrollbar:vertical {
        width: 12px;
    }

    ::-webkit-scrollbar:horizontal {
        height: 12px;
    }

    ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border-radius: 10px;
        border: 2px solid darkgray;
    }

    ::-webkit-scrollbar-track {
        border-radius: 10px;  
        background-color: lightgray; 
    }
}
/*Mobile*/
@media screen and (max-width: 767px) {


    .banner-top-2 {
        right: 0;
    }
    .list_item_content_btn a {
        margin-right: 0
    }
    .pr_bg {
        height: 100%;
        max-width: 100%;
    }
    .list_item_content_btn a {
        width: 240px;
        text-align: center;
    }
	.university-btn a{
        width: 269px;
        text-align: center;
    }
    .wss {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px 0;
    }
    .map_view {
        display: none;
    }
    .ws_mobile.map_view {
        display: block;
        text-align: center;
        width: 205px;
        max-width: 250px;
        border-radius: 8px;
        padding: 4px 0;
    }
    .country_main_img {
        width: 100%;
        height: auto;
        position: relative;
        bottom: -20px;
        right: -30px;
        z-index: 1;
    }
    .white_xl {
        grid-template-columns: 1fr;
    }
    .content_univer_single .list_item_content_btn {
        margin-top: 20px;
    }
    .content_univer_single .list_item_content_price {
        padding-top: 0;
    }
    .gran_list_item {
        min-height: 80px;
    }
    .gran_list {
        grid-template-columns: 1fr;
    }
    #loadMore {
        width: 100%;
        margin-top: 15px;
        display: inline-block;
    }
    .grid_listing_list_item {
        flex-direction: column;
    }
    .list_item_img {
        min-width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .list_item_img {
        width: 100%;
    }
    .list_item_content_btn {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .list_item_content_btn a {
        margin-top: 10px;
    }
    .btn-border-blue {
        width: 100%;
        max-width: 120px;
    }
    .content_univer_single .list_item_img {
        width: 100%;
        max-width: 100%;
    }
	.content_univer_single {
        padding: 8px 14px 8px 14px;
    }
    #on_map iframe {
        object-fit: contain;
        height: 250px !important;
        position: relative;
        /*top: -40px;*/
    }
}


.top_au {
    width: 100%;
    height: 770px;
    background: url(/wp-content/themes/ws/assets/img/au_1920.png) no-repeat;
    background-size: conyain;
    position: relative;   
	background-position: center;
	margin-bottom: 19px;
}
.top_au_link {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0;
    text-align: center;
    position: absolute;
    bottom: 5%;
    width: 100%;
    z-index: 1;
    align-items: center; 
}
.top_au_link a {
    color: #fff;
    font-weight: bold;
    font-size: 38px;
    line-height: 45px;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
}



@media screen and (max-width: 1600px) {
    .top_au {
        height: 0px;
        background: url(/wp-content/themes/ws/assets/img/au_1366.png) no-repeat; 
        background-size: contain;  
		background-position: center;
	    padding-top: 32%;

    }
    .top_au_link {

    }
    .top_au_link a {
        font-size: 30px;
        line-height: 36px;
    }
}

@media screen and (max-width: 700px) {
    .top_au {
        height: 0px;
        background: url(/wp-content/themes/ws/assets/img/au_360_1.png) no-repeat; 
        background-size: cover;
        margin-bottom: 50px  
		background-position: center;
		padding-top: 118%;
    }
    .top_au_link {
        /*bottom: 50px;*/
        grid-gap: 30px
    }
    .top_au_link a {
        font-size: 12px;
        line-height: 14px;
    }
}

/*
* Breadcrumbs 
*/
#breadcrumbs {
    padding: 25px 0;
}
#breadcrumbs .breadcrumb {
    background: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 300;
    color: #666;
}
#breadcrumbs .banner-top {
    background-image: url(/wp-content/themes/ws/assets/img/banner2.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: bottom center;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}
#breadcrumbs .banner-top .section-title {
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 5px 0;
}
#breadcrumbs .banner-top .subheading {
    font-size: 12px;
    font-weight: 300;
}

#breadcrumbs .breadcrumb li .post {
  padding-left: 0.5rem;
}
#breadcrumbs .breadcrumb li .post::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #eee;
  content: "/";
}
#breadcrumbs .breadcrumb li .current-item {
  padding-left: 0.5rem;
  color: #666;
}

.banner-top-3 {
    background-color: #006699;
    border-radius: 10px;
    padding: 20px 30px;
    position: relative;
    margin-bottom: 15px;
}

.banner-top-2 {
    background-color: #ff931f;
    border-radius: 10px;
    padding: 20px 30px;
    position: relative;
    margin-bottom: 15px;
    text-align: center;
}
.banner-top-2 .section-title {
    font-size: 26px;
    font-weight: 400;
    margin: 0 0 5px 0;
}
.banner-top-2 .subheading {
    font-size: 14px;
    font-weight: 300;
}

/*
* call me
*/
#callme {
    padding: 25px 0;
    background-color: #006699;
}

#callme .subheading {
    font-size: 12px;
    font-weight: 300;
    color: #006699;
}

/*
*  Contacts
*/

#contacts-heading {
    padding: 50px 0;
}
#contacts-heading .icon, #contacts-office .icon {
    width: 28px;
    height: 28px;
    border-radius: 7px;
    margin: 2px;
    transition: all 0.25s ease;
}
#contacts-heading .icon:hover, #contacts-office .icon:hover {
    margin: 0 2px 4px;
}
#contacts-heading .main-office {
    font-size: 16px;
    font-weight: 300;
    color: #006699;
    margin-top:0;
    transition: all 0.5s ease;
}
#contacts {
    padding: 25px 0;
    background-color: #f9f9f9;
}
#contacts .contact-detail {
    padding: 25px 0;
}

#contacts .media .icon {
    width: 48px;
    height: 48px;
    margin: 6px 12px 0px 6px;
}
#contacts .media .heading {
    font-size: 24px;
    font-weight: 400;
    color: #006699;
    margin-bottom:0;
    transition: all 0.5s ease;
}
#contacts .media .subheading {
    font-size: 14px;
    font-weight: 300;
    color: #667;
    margin-top:0;
    transition: all 0.5s ease;
}
#contacts .media:hover .heading, .media:hover .subheading {
    color: #333;
}

#contacts-office {
    padding: 50px 0;
}

.contacts-city {
    padding: 25px 0;
    text-align: center;
}
#contacts-office .heading {
    font-size: 24px;
    font-weight: 400;
    color: #006699;
    margin-bottom:0;
    transition: all 0.5s ease;
}

#contacts-office .subheading {
    font-size: 16px;
    font-weight: 300;
    color: #667;
    margin-top:0;
    transition: all 0.5s ease;
}

#contacts-office .text {
    font-size: 16px;
    font-weight: 300;
    color: #006699;
    margin-bottom:0;
    transition: all 0.5s ease;
}

#contacts-office .tel {
    font-size: 16px;
    font-weight: 300;
    color: #667;
    margin:0;
    transition: all 0.5s ease;
}

#contacts-office .br {
    border-right: 1px solid #eee;
}
#contacts-office .bb {
    border-bottom: 1px solid #eee;
}
@media (max-width: 768px) {
    #contacts-office .br, #contacts-office .bb {
        border-right: 0;
        border-bottom: 1px solid #eee;
    }
}

/*
* FAQ
*/
#faqs {
    padding: 25px 0;
    font-size: 14px;
    font-weight: 300;
    color: #666;
}
#faqs h3 {
    font-size: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
}

/*
* Footer
*/

#copyright {
    background-color: #eee;
    color: #999;
    text-align: center;
    font-size: 12px;
    padding: 15px 0;
}
#footer {
    padding: 50px 0;
    background: linear-gradient(#f9f9f9, #f5f5f5);
}
#footer .heading {
    font-size: 14px;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 5px;
}
#footer .number {
    font-size: 16px;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 0;
}
#footer .subheading {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 5px;
}
#footer .link {
    font-size: 14px;
    font-weight: 300;
    color: #666;
    margin-bottom: 5px;
    transition: all 0.5s ease;
}
#footer .link:hover {
    font-size: 14px;
    font-weight: 300;
    color: #006699;
}
#footer .social .icon {
    width: 28px;
    height: 28px;
    border-radius: 3px;
    margin: 2px;
    transition: all 0.25s ease;
}
#footer .social .icon:hover {
    margin: 0 2px 4px;
}
#footer .social {
    text-align: right;
}
@media (max-width: 768px) {
    #footer .social {
       text-align: center !important;
    }
}


.modal-content {
    background-color: #fefefe;
    border-radius: 10px;
    padding: 20px;
}

.modal-heading {
    font-size: 16px;
    font-weight: 700;
    color: #006699;
    text-align: center;
}
.modal-subheading {
    font-size: 12px;
    font-weight: 300;
    color: #006699;
    margin-bottom: 20px;
    text-align: center;
}


#footer .messengers {
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    position: fixed;
    margin: 0;
    z-index: 999;
}

#footer .messengers > .btn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0;
    border-radius: 0;
    transition: all 0.25s ease;
}

@media (max-width: 767px) {
    #footer .messengers {
        width: 100% !important;
        bottom: 0;
    }
    #footer .messengers > .btn {
        width: 25%;
        padding: 5px;
    }
    #footer .messengers > .btn > .icon {
        width: 35px;
        height: 35px;
    }
}

@media (min-width: 768px) {
    #footer .messengers {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: center;
        justify-content: center;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #footer .messengers > .btn {
        padding: 2px;
        margin: 2px;
        border-radius: 4px;
    }
    #footer .messengers > .btn:hover {
        margin: 2px 4px 2px 0;
    }
    #footer .messengers > .btn > .icon {
        width: 30px;
        height: 30px;
    }
}

#footer .btn-messenger {
    background-color: #0084ff;
}

#footer .btn-viber {
    background-color: #7d3daf;
}

#footer .btn-whatsapp {
    background-color: #1bd741;
}

#footer .btn-telegram {
    background-color: #61a8de;
}





.form-row {
    padding: 8px 0 !important;
    
}
.form-group {
    margin: 0 !important;
    padding: 2px !important;
    
}
/*.form-group p{
    display: none; 
}
*/
.label {
    font-size: 12px;
    color: #006699;
    font-weight: 400;
    text-align: left !important;
    margin: 0 !important;
    padding: 4px 0 !important;
}

.wpcf7-submit {
    display: inline-block !important;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.5;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 99px;
    
    background-color: #0077aa;
    color: #fff !important;
    border: 1px solid #0077aa;
    transition: all 0.5s ease;
}

.wpcf7-submit:hover {
    background-color: #006699 !important;
    border:1px solid #006699;
}

.wpcf7-text, .wpcf7-select {
    display: block;
    width: 100% !important;
    font-size: 14px;
    font-weight: 300;
    background-color: #f9f9f9;
    color:#006699;
    border:1px solid #006699;
    transition: all 0.5s ease;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    background-clip: padding-box;
    border-radius: 5px;
    margin: 0 !important;
}

.wpcf7-number, .wpcf7-select {
    display: block;
    width: 100% !important;
    font-size: 14px;
    font-weight: 300;
    background-color: #f9f9f9;
    color:#006699;
    border:1px solid #006699;
    transition: all 0.5s ease;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    background-clip: padding-box;
    border-radius: 5px;
    margin: 0 !important;
}

.wpcf7-not-valid-tip {
    font-size: 10px !important;
    font-weight: 300 !important;
    text-align: left !important;
}
.wpcf7-validation-errors {
    font-size: 12px !important;
    color: #D8000C;
    background-color: #FFBABA;
    border-radius: 5px;
    border: 0 !important;
    margin: 0 !important;
    padding: 15px !important;
}
.wpcf7-mail-sent-ok {
    font-size: 12px !important;
    color: #4F8A10;
    background-color: #DFF2BF;
    border-radius: 5px;
    border: 0 !important;
    margin: 0 !important;
    padding: 15px !important;
}

/*
* Promo
*/
#promo {
    padding: 25px 0;
}
#promo .promo-container {
    padding: 4px 2px 0px;
    transition: all 0.5s ease;
}
#promo .promo-container:hover {
    padding: 2px 2px 2px;
}

#promo .promo-body {
}

#promo .promo {
    background-size: cover;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    height: 100%;
    transition: all 0.5s ease;
}

#promo .bg001 {
    background-image: url(/wp-content/themes/ws/assets/img/001.jpg);
}
/*#promo .bg002 {
    background-image: url(/wp-content/themes/ws/assets/img/002.jpg);
}*/
#promo .bg002 {
    background-image: url(/wp-content/themes/ws/assets/img/bg2_special_b.png);
}
#promo .bg003 {
    background-image: url(/wp-content/themes/ws/assets/img/003.jpg);
}
#promo .bg004 {
    background-image: url(/wp-content/themes/ws/assets/img/004.jpg);
}
#promo .bg005 {
    background-image: url(/wp-content/themes/ws/assets/img/005.jpg);
}
#promo .bg006 {
    background-image: url(/wp-content/themes/ws/assets/img/006.jpg);
}

#promo .promo:hover {
    box-shadow:0 0 10px rgba(0,0,0,0.15);
}

#promo .promo:hover .btn-blue-outline {
    background-color: #0077aa;
    color:#fff;
    border:1px solid #006090;
}
#promo .promo-form {
    background-color: #ff9933;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    height: 100%;
    transition: all 0.5s ease;
}

#promo .promo-form:hover {
    background-color: #ff6600;
    box-shadow:0 0 10px rgba(255,153,51,0.3);
}

#promo .promo-form:hover .btn-white-outline {
    background-color: #fafafa;
    color:#ff6600;
    border:1px solid #fff;
}

#promo .promo .heading {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom:0;
}

#promo .promo .subheading {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
}

#promo .promo .icon {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

#promo .promo-button {
    margin-top: 25px;
}

#promo .promo-form .heading {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom:0;
}

#promo .promo-form .subheading {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
}

#promo .promo-form .icon {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

#promo .promo-form button {
    margin-top: 25px;
}


/*
* Review
*/
#review {
    padding: 0px 0 50px 0;
}

.youtube {
    background-color: #000;
    margin: 15px 0;
    border-radius: 10px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.youtube img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: 0.9;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/*
* Services
*/
#services {
    padding: 50px 0;
}
#services .service-card {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 50px 25px 25px;
    margin: 20px 10px;
    text-align: center;
}

#services .service-card .icon {
    position: absolute;
    top: 0px;
    box-sizing: initial;
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    padding: 20px;
    margin: -20px 0 0 -40px;
}

#services .service-card .heading {
    font-size: 18px;
    font-weight: 500;
    color: #666;
    margin-bottom: 10px;
    transition: all 0.5s ease;
}

#services .service-card .subheading {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #678;
    transition: all 0.5s ease;
}

#services .service-card:hover .heading {
    color: #006699;
}

#services .service-card:hover .subheading {
    color: #666;
}

h3#services {
    margin: 0 0 15px;
    padding: 0;
}

/*
* Statistics
*/

#statistics {
    padding: 50px 0;
    background-color: #f9f9f9;
}
#statistics .text {
    font-size: 14px;
    font-weight: 300;
    color: #667;
    text-align: justify;
    transition: all 0.5s ease;
}
#statistics .text:hover {
    color: #333;
}
#statistics .media .icon {
    width: 48px;
    height: 48px;
    margin: 6px 12px 0px 6px;
}
#statistics .media .heading {
    font-size: 24px;
    font-weight: 300;
    color: #667;
    margin-bottom:0;
    transition: all 0.5s ease;
}
#statistics .media .subheading {
    font-size: 14px;
    font-weight: 300;
    color: #667;
    margin-top:0;
    transition: all 0.5s ease;
}
#statistics .media:hover .heading, .media:hover .subheading {
    color: #333;
}


/*
* Top Menu
*/

#top-menu .container {
    padding: 0;
}
#top-menu .navbar {
    padding: 0;
}
#top-menu .navbar-toggler {
    padding: 0;
    border-radius: 0 !important;
    width: 60px;
    height: 45px;
    background-color: #006699;
    border: #006699;  
}
#top-menu .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 768px) {
  #top-menu .container {
    width: 100%;
    max-width: none;
    padding: 0;
  }
}

#top-menu .nav-pills .nav-link {
    border-radius: 0;
    color: #fff;
    background-color: #006699;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    padding: 12px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#top-menu .nav-pills .nav-link.active,
#top-menu .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #006699;
}

#top-menu .caret {
    background-color: #006699;
    height: 18px;
    width: 18px;
    left: 93%;
    top: 30%;
    border-radius: 50%;
    position: absolute;
}
#top-menu .caret .arrow {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #fff;
}

#top-menu .caret2 {
    background-color: #006699;
    height: 18px;
    width: 18px;
    left: 93%;
    top: 30%;
    border-radius: 50%;
    position: absolute;
}
#top-menu .caret2 .arrow {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #fff;
}
.caret2.active {
    transform: rotate(180deg);
}
#top-menu .numbers {
    padding: 11px 5px;
}

#top-menu .number {
    font-size: 14px;
    font-weight: 300;
    margin-left: 15px;
    word-break: normal;
}

#top-menu .search {
    
}

#top-menu #topmenu .nav-link {
    font-size: 14px;
    font-weight: 300;
    color: #006699;
    padding: 11px 5px;
    margin-left: 10px;
    text-align: left !important;
}
#top-menu #topmenu .nav-link-dropdown {
    margin-left: 0;
}


/*
* Main Menu
*/

#main-menu {
    padding: 25px 0;
    background: linear-gradient(#f7f7f7, #f9f9f9);
}

#main-menu .nav-link {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 0 2em;
    color: #006699;
}
.dropdown-item {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #006699;
}
.dropdown-item .flag {
    width: 18px;
    height: 11px;
    border: 1px solid #f6f6f6;
    margin-right: 5px;
}

#main-menu .btn-menu {
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    padding: 0 9px;
    color: #006699;
}

@media (min-width: 1200px) {
    #main-menu .btn-menu {
        padding: 0 1px;
    }
    #main-menu .btn-menu-dropdown {
        padding: 0 5px;
    }
    
}

@media (max-width: 576px) {
    #main-menu .btn-menu {
        padding: 0;
        font-size: 12px;
    }
    #main-menu .btn-menu-dropdown {
        padding: 0 2px;
    }
    
}
div.dropdown-multicol{
  min-width: 360px;
}
div.dropdown-multicol>div.dropdown-col{
  display:inline-block;
  width: 49%;
  vertical-align: top;
}

a.inner-section{
    text-indent: 20px;
}

/*
* CF7 FIXES
*/
.wpcf7-spinner {
    position: absolute;
    right: -60px;
}

/*
* Load more fixes
*/
.btn.loadMoreBtn {
    background-color: #0077aa;
    color: #fff !important;
    border: 1px solid #0077aa;
    transition: all 0.5s ease;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 140px;
    margin-top: 40px;
}

.btn.loadMoreBtn:hover {
    text-decoration: none;
}

.btn.focus, .btn:focus {
    box-shadow:  none;
}

/*
* Menu fixes
*/
.btn-group:hover .dropdown-menu {
    display: block;
}

.hidden {
    display: none;
    
}

/* New page edits
- Menu
- Benefits
*/

.page-menu-slnavigation {
    font-weight: 500;
    font-size: 15px;
}

.country_main_heading_text h2 {
    margin-top: 15px;
}

/*
* Univercity
*/
.univer-video {
    margin: 0;
}

/*
* header logo
*/
.main-logo-m {
    margin-left: auto;
    margin-right: auto;
    max-width: 255px;
    width: 100%;
    display: block;
}

/*
* Language checker popup
*/
.popup-language-heading {
    text-align: center;
}

.wpglobus-selector-box {
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
}

.language-name-btnl, .language-name-btnr {
    min-width: 128px;
}

/*
* Language switcher menu
*/

.wpglobus-menu-box {
    font-size: 14px;
    font-weight: 300;
    color: #006699;
    margin-left: 6px;
    margin-right: 12px;
}

.lang-name-btnl {
    margin-right: 6px;
    position: relative;
}

.lang-name-btnl::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #006699;
    position: absolute;
    bottom: 0;
    left: 0;
}

.kk-star-ratings .kksr-stars .kksr-star .kksr-icon, .kk-star-ratings:not(.kksr-disabled) .kksr-stars .kksr-star:hover ~ .kksr-star .kksr-icon {
    background-image: url(/wp-content/uploads/2019/05/stargrey-1.png);
}

.kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon {
    background-image: url(/wp-content/uploads/2019/05/starblue-2.png);
}

.kk-star-ratings {
    flex-flow: wrap;
    justify-content: center;
}

.kk-star-ratings .kksr-legend {
    color: #999;
    text-align: center;
    line-height: 18px;
    padding: 3px;
    font-family: Arial, Helvetica, sans-serif;
}

.form-inline .btn-search {
    padding: 5px 10px;
}

/*
* Mobile fixes
*/

@media screen and (max-width: 475px) {
    .center-logo {
        text-align: center;
    }

    .menu-cources .btn-group:hover .dropdown-menu {
        position: absolute;
        transform: translate3d(-180px, 38px, 0px);
        top: 0px;
        left: 0px;
        will-change: transform;
    }

    
}

.grecaptcha-badge {
    display: none !important;
}

/*
* banner right circle
*/
.redblock {
    width: 292px;
    height: 292px;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    background-image: url('/wp-content/themes/ws/assets/img/redrec.svg');
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 39px;
    position: relative;
    border-radius: 291px;
    box-shadow: 0px 4px 18px 6px rgba(90, 90, 90, 0.50);
}

..redblock p {
    max-width: 293px;
}

.whiteblock {
    width: 293px;
    height: 115px;
    display: flex;
    /*align-items: center;*/
    background-image: url('/wp-content/themes/ws/assets/img/whiterec3.svg');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: -5px;
    margin-bottom: 10px;
}

.redblock-img {
    position: absolute;
    top: -112px;
    max-width: 292px;
    z-index: 0;
}

.redblock-head {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    text-align: center;
    margin-bottom: 2px;
}

.redblock-text {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.redblock-btn-cont {
    max-width: 292px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.redblock-btn {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border-radius: 56px;
    filter: drop-shadow(0px 4px 18px rgba(0, 0, 0, 0.30));
    max-width: 160px;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 475px) {

    .redblock {
        width: 211px;
        height: 211px;
    }

    .whiteblock {
        width: 212px;
        height: 84px;
        margin-top: -15px;
        margin-bottom: 0px;
    }

    .redblock-head {
        font-size: 14px;
        margin-top: 10px;
    }

    .redblock-text {
        font-size: 10px;
    }

    .redblock-img {
        top: -74px;
        max-width: 203px;
    }

    .redblock-btn {
        max-width: 115px;
    }

    #popmake-12902 {
        width: 220px !important;
    }

    .pum-content.popmake-content p:first-of-type, .pum-content.popmake-content p:last-of-type {
        max-width: 212px;
    }

    #popmake-14233 {
        max-width: 225px;
    }
}

.hide-date {
    display: none;
}