/*Development: Valentin Gorbatenko*/
/*E-mail: v.gorbatenko@mail.ru*/
/*Phone: +38 (066) 178-56-44*/
/*Site: https://vk.com/gorbatenko1984*/


html body{
    font-family: 'latoregular', sans-serif;
}

.container{
    max-width: 1680px;
}

.no-margin{
    padding-left: 0;
    padding-right: 0;
}

.topHeader{
    max-width: 1140px;
}

header{
    background-color: #3396d1;
}


@font-face {
    font-family: 'latoregular';
    src: url('/fonts/lato/lato-regular-webfont.woff2') format('woff2'),
    url('/fonts/lato/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
	@font-face {
			font-family: "LatoRegular";
			src: url("../fonts/LatoRegular/LatoRegular.eot");
			src: url("../fonts/LatoRegular/LatoRegular.eot?#iefix")format("embedded-opentype"),
			url("../fonts/LatoRegular/LatoRegular.woff") format("woff"),
			url("../fonts/LatoRegular/LatoRegular.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "LatoBold";
			src: url("../fonts/LatoBold/LatoBold.eot");
			src: url("../fonts/LatoBold/LatoBold.eot?#iefix")format("embedded-opentype"),
			url("../fonts/LatoBold/LatoBold.woff") format("woff"),
			url("../fonts/LatoBold/LatoBold.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "LatoItalic";
			src: url("../fonts/LatoItalic/LatoItalic.eot");
			src: url("../fonts/LatoItalic/LatoItalic.eot?#iefix")format("embedded-opentype"),
			url("../fonts/LatoItalic/LatoItalic.woff") format("woff"),
			url("../fonts/LatoItalic/LatoItalic.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "LatoLight";
			src: url("../fonts/LatoLight/LatoLight.eot");
			src: url("../fonts/LatoLight/LatoLight.eot?#iefix")format("embedded-opentype"),
			url("../fonts/LatoLight/LatoLight.woff") format("woff"),
			url("../fonts/LatoLight/LatoLight.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "LatoBoldItalic";
			src: url("../fonts/LatoBoldItalic/LatoBoldItalic.eot");
			src: url("../fonts/LatoBoldItalic/LatoBoldItalic.eot?#iefix")format("embedded-opentype"),
			url("../fonts/LatoBoldItalic/LatoBoldItalic.woff") format("woff"),
			url("../fonts/LatoBoldItalic/LatoBoldItalic.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "LatoLightItalic";
			src: url("../fonts/LatoLightItalic/LatoLightItalic.eot");
			src: url("../fonts/LatoLightItalic/LatoLightItalic.eot?#iefix")format("embedded-opentype"),
			url("../fonts/LatoLightItalic/LatoLightItalic.woff") format("woff"),
			url("../fonts/LatoLightItalic/LatoLightItalic.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}
	
.logoContainer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    min-height: 120px;
}

.logo a img{
    position: absolute;
    top: 20px;
}

.topHeader h1{
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    color: #f9fbe5;
	
}

.selectLanguage {
    margin-top: -15px;
    display: flex;
    flex-direction: column;
}

.selectLanguage a{
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #f9fbe5;
    border-bottom: 1px solid #f9fbe5;
    transition: .3s;
}

.selectLanguage a:hover{
    text-decoration: none;
    color: #1578b3;
    border-bottom: 1px solid #1578b3;
    transition: .3s;
}


.topInfo{
    min-height: 60px;
    background-color: #2088c6;
	margin-bottom: 60px;
}

.topInfo .col-md-10{
    display: flex;
    min-height: 60px;
    justify-content: flex-end;
    align-items: center;
}


.topInfo .col-md-2{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 60px;
}

.topPhone {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 58px;
}

.topPhoneNumber{
    font-size: 30px;
    font-weight: 500;
    line-height: 1.13;
    color: #f9fbe5;padding: 0 10px;
}


.socialInfo a{
    font-size: 20px;
    color: #f9fbe5;
    margin-right: 10px;
}
.socialInfo {display: inherit;}

.socialInfoButton .btn-primary{
    border-radius: 4px;
    background-color: #59b4eb;
    border: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    cursor: pointer;
}

.socialInfoButton .btn-primary img{
    margin-right: 7px;
}

.topMenu {
    min-height: 60px;
    background-color: #1578b3;
    border-bottom: 4px solid ;
    color: #f9fbe5;
}

.topMenu .navbar{
    padding: 0;
}


.topMenu ul li{
    padding: 10px 2px;
    transition: .3s;
    font-weight: 500;
}
/*.navbar-light .navbar-nav  li a{
    color: #f9fbe5 ;
	display: block;
    padding: .5rem 1rem;
	padding-left: 8px;
    padding-right: 8px;
}*/

.topMenu ul li a{
    display: block;
    padding: .5rem 1rem;
}
@media (min-width: 992px){
.navbar-expand-lg ul li a {
    padding-right: .5rem;
    padding-left: .5rem;
}}

@media (min-width: 421px){
.topMenu li:hover{
    background-color: #f9fbe5;
    transition: .3s;
}}

.navbar-light .navbar-nav li a{
    color: #f9fbe5;
}

.navbar-light .navbar-nav li a:hover
    {color: #075a8b !important;
	text-decoration: none;
}

.navbar-light .navbar-nav li a:active,
.navbar-light .navbar-nav li a:active,
.navbar-light .navbar-nav li a:focus,
{
    color: #075a8b;
	text-decoration: none;
}


.bg-light{
    background: transparent;
}

.topMenuBtn {
    background: transparent;
    border: solid 2px #59b4eb;
    border-radius: 4px;
    padding: 5px 8px;
    cursor: pointer;
    font-weight: 500;
    color: #f9fbe5;
}

.topMenuBtn:last-child{
    margin-left: 20px;
}

.nav-item .submenu{
    display: none;
    transition: .3s;
}

/**/
.navbar-nav li ul{
    display: none;
    list-style-type: none;

}

.navbar-nav li ul li{
    padding: 0 10px;
}

.navbar-nav li ul li a{
    font-size: 18px;
    font-weight: 500;
    color: #2088c6 !important;;
}

.navbar-nav li ul li a:hover{
    font-size: 18px;
    font-weight: 500;
    color: #075a8b;
    text-decoration: none;
}
@media (min-width: 420px){
.navbar-nav li:hover ul,
.navbar-nav li:focus ul,
.navbar-nav li:active ul{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    transition: .3s;
    z-index: 3;
    background-color: #f9fbe5;
    width: 150%;
    min-height: 60px;
    margin-top: 10px;
    color: red;
    margin-left: -45%;
    box-shadow: 0 2px 4px 0 rgba(8, 90, 139, 0.2);
}
}

/**/
.slider1{
    background-image: url(../images/slider/group-2.png);
    background-repeat:no-repeat;
    background-size: cover;
}

.slider2{
    background-image: url(../images/slider/group-2.png);
    background-repeat:no-repeat;
    background-size: cover;
}

.slider3{
    background-image: url(../images/slider/group-2.png);
    background-repeat:no-repeat;
    background-size: cover;
}

.sliderHeader{
    font-size: 50px;
    font-weight: 500;
    text-align: left;
    color: #f9fbe5;
    max-width: 1220px;
    padding: 10% 0 10% 10%;
}

.sliderHeaderDutton{
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    color: #f9fbe5;
    border-radius: 100px;
    border: solid 3px #f9fbe5;
    padding: 13px 30px;
    background-color: transparent;
	cursor: pointer;
}

.carousel-control-prev-icon{
    background-image: url(../images/arrow-left.png);
    width: 24px;
    height: 42px;
}

.carousel-control-next-icon{
    background-image: url(../images/arrow-right.png);
    width: 24px;
    height: 42px;
} 

.aboutVaprex{
    margin-top: 60px;
}


.aboutVaprexdisplay{
    width: 100%;
    min-height: 235px;
    background-image: url(../images/group-7.png);
    background-repeat:no-repeat;
    background-position: top center;
    background-size: cover;
    border-top-right-radius:5px;
    border-top-left-radius:5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	cursor: pointer;
}

/*.aboutVaprexFade{*/
    /*display: none;*/
    /*transition: 1s;*/
/*}*/

.aboutVaprexInfo{

    padding: 15px 20px;
    border-top-right-radius:5px;
    border-top-left-radius:5px;
}

.aboutVaprex .col-lg-6:first-child{
    margin-bottom: 20px;
}

.aboutVaprexInfo h2{
    font-size: 36px;
    font-weight: 900;
    color: #f9fbe5;
}

.aboutVaprexInfo p{
    font-size: 18px;
    font-weight: 500;
    color: #f9fbe5;
}

.aboutVaprexInfoBottom{
    padding: 17px 20px;
    background-color: #3396d1;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.aboutVaprexInfoBottom a{
    font-size: 18px;
    font-weight: 500;
    color: #f9fbe5;
    border-right: 1px solid #f9fbe5;
    padding-right: 20px;
    padding-left: 15px;
}

.aboutVaprexInfoBottom a:first-child{
    padding-left: 0;
}

.aboutVaprexInfoBottom a:last-child{
    border-right: none;
}

.whyVapreks{
    font-size: 36px;
    font-weight: 900;
    text-align: center;
    color: #59b4eb;
    margin-top: 80px;
}

.whyVapreks .col-md-3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 113px;
}

.whyVapreks a{
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    color: #075a8b;
    margin-top: 29px;
}

.maps{
    width: 100%;
    min-height: 450px;
    margin-top: 140px;
    position: relative;
}

.contactInformation{
    width: 100%;
    min-height: 375px;
    height: auto;
    background-color: #1578b3;
    padding: 40px;
    margin-bottom: 30px;
}

.contactInformation h3{
    font-size: 36px;
    font-weight: 700;
    color: #f9fbe5;
}

.contactInformationName{
    font-size: 18px;
    color: #f9fbe5;
    font-weight: 600;
    margin-top: 20px;
}

.contactInformationInfo{
    font-size: 16px;
    color: #f9fbe5;
    font-weight: 400;
}

.feedbackForm{
    background-image: url(../images/contactFormBg.png);
    background-repeat:no-repeat;
    background-position: top right;
    background-size: cover;
    padding: 80px;
}

.feedbackForm h2{
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #f9fbe5;
    margin-bottom: 50px;
}

.feedbackFormInput{
    width: 100%;
    margin: 0 auto;
}

.form-control {
    display: block;
    width: 100%;
    padding: 1.15rem 1rem!important;
    font-size: 24px;
    line-height: 1.25;
    color: #075a8b!important;
    background-color: #f9fbe5;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15)!important;
    border-radius: .25rem!important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.feedbackForm .sliderHeaderDutton {
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    color: #f9fbe5;
    border-radius: 100px;
    border: solid 3px #f9fbe5;
    padding: 13px 30px;
    background: transparent;
    display: block;
    margin: 40px auto 0;
    cursor: pointer;
}
 .sliderHeaderDutton:hover {background-color: #1578b3 !important; color:#fff;}

footer{
    min-height: 60px;
    background-color: #1578b3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Copyright{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71;
    color: #59b4eb;
}

/*Стили для блока с партнерами*/

.partnersInfo{
    padding: 60px 50px;
}


.partnersInfo h2{
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #59b4eb;
    margin-bottom: 60px;
}

.partnersInfo p{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    text-align: justify;
    color: #3c3c3c;
    margin-bottom: 6px;
	
}

.logoPartners{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;

}

.logoPartners img{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 0 50px;
    margin-top: 80px;
	  
}


.rightBlock{
    

    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-end;

}

.partnerForms{
    margin-top: 20px;
    margin-bottom: 60px;
    background-color: #3396d1;
    padding: 20px;
    max-width: 300px;
}

.partnerForms h3{
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: #f9fbe5;
    margin-bottom: 20px;
}

.partnerForms label{
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
}

.partnerForms .form-check-input{
    margin-right: 15px;
}

.partnerForms .sliderHeaderDutton{
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.polyBanner{
    margin-bottom: 60px;
}

.wpcf7 form .wpcf7-not-valid-tip {
display: none;
}
.wpcf7 form .wpcf7-not-valid {
border: 1px solid #F81111 !important;
}




/*page forum*/
.page-forums{
    padding-top: 20px;
}
.page-forum-left{
    margin-top: 10px;
}
.page-forums .partnerForms {
    margin-top: 0px;
}
.page-forum-left h2{
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #59b4eb;
    text-transform: uppercase;
    font-family: inherit;
}
.page-forum-left h3{
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #59b4eb;
    text-transform: uppercase;
    font-family: inherit;
    margin-bottom: 30px;

}
.page-forum-left-top-text{
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    color: #3c3c3c;
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: 3px solid #d8d8d8;
    margin-bottom: 30px;
}
.page-forum-left .col-4 img{
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin-bottom: 50px;
}

.page-forum-left-caption{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
    text-align: left;
    color: #2088c6;
}
.page-forum-left-date{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71;
    text-align: left;
    color: #bdbdbd;
    margin-top: 10px;
    margin-bottom: 10px;
}
.page-forum-left-date-number{
    font-weight: bold;
    color: #3c3c3c;
}
.page-forum-left-preview{
    font-size: 15px;
    line-height: 1.4;
    text-align: left;
    color: #3c3c3c;
    margin-bottom: 16px;
}
.page-forum-left-btn{
    margin-bottom: 40px;
}
.page-forum-left-btn a {
    font-family: inherit;
    border-radius: 20px;
    border: solid 2px #2088c6;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #2088c6;
}
.page-forum-left-btn a:hover, .page-forum-left-btn a:focus, .page-forum-left-btn a:active{
    color: #2088c6;
    text-decoration: none;
}
.page-forum-upcoming-events{
    border-bottom: 3px solid #d8d8d8;
    margin-bottom: 30px;
}
.page-forums .rightBlock{
    display: block!important;
}
/*page forum end*/


#gallery-1 .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 25%;}
	
	/*page members */ 

.member{
    font-family: Lato;
    max-width: 200px;
    padding: 20px;
    transition: 0.75s;
    position: relative;
}
.member img{ 
    width: 160px;
    height: 180px;
	object-fit: cover;
}
div.members-list .member p.member-fio{
    font-size: 16px;
    font-weight: 900;
    color: #2088c6;
    margin-top: 20px;
    margin-bottom: 0;
	text-align: center;
    line-height: 18px;
 
       font-family: LatoRegular;
	    text-transform: uppercase;
}
p.members-sity{
    font-size: 18px;
    font-weight: 600;
    color: #3c3c3c;
    margin-top: 10px;
    margin-bottom: 0;
	    font-family: LatoRegular;
    text-align: center
}
p.member-experience{
    font-size: 16px;
    font-weight: 500;
    color: #8c8c8c;
    margin-top: 5px;
	text-align: center;
	line-height: 18px;
}
p.member-experience a{
    font-size: 16px;
    font-weight: 500;
    color: #8c8c8c;
}
.member:hover{
    background: #1578b3;
}
.member:hover p.member-fio{
   color: #f9fbe5 !important;
}
.member:hover p.members-sity{
    color: #ffffff;
}
.member:hover p.member-experience{
    color: #59b4eb;
}
.member:hover p.member-experience a{
    color: #59b4eb;
}
p.member-link {
    width: 160px;
    position: absolute;
    top: 102px;
    font-family: Lato;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    color: #f9fbe5;
    transition: 1s;
}
p.member-link a{
    color: #f9fbe5;
    padding: 10px 20px;
    border-radius: 15px;
    border: 2px solid #fff;
	    cursor: pointer;
}
p.member-link a:hover, p.member-link a:focus, p.member-link a:visited {
    color: #f9fbe5;
    text-decoration: none;
}
.member .member-link {
    display: none;
}
.member:hover .member-link {
    display: block;
}
.member:hover img{
  opacity:0.5;
  -moz-opacity:0.5;
  filter: alpha(opacity=50) black;
  -khtml-opacity: 0.5;
  }

 .page-members .partnersInfo {
    padding: 60px 40px;
}
.page-members .rightBlock {
    justify-content: flex-start;
}

.page-members .my-flex-center{
    justify-content: center;
}
.page-members .polyBanner a img{
    width: 100%;
}
.page-members .col-sm-4{
        padding-right: 5px;
    padding-left: 0px;
}
.page-members .member a:hover, .page-members .member a:focus, .page-members .member a:active {
    text-decoration: none;
}
/*page members end*/

/*page details members*/
.members-details{
    padding-top: 50px;
    padding-bottom: 115px;
    margin-left: 35px;
    margin-right: 40px;
}
.members-details .one-member-details img{
    width: 220px;
    height: 260px;
	object-fit: cover;
}
.members-details-fio{
    font-family: inherit;
    font-size: 36px;
    font-weight: 600;
    text-align: left;
    color: #59b4eb;
}


.members-details-info-block-title{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    text-align: left;
    color: #bdbdbd;
    margin-bottom: 0;
}
.members-details-info-block-value{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    color: #3c3c3c;
}
.members-details-info-block-email{
    color: #2088c6;
}
.members-details-btn{
    margin-bottom: 65px;
    margin-top: 7px;
}
.members-details-btn a{
cursor: pointer;
    font-size: 24px;
    color: #2088c6;
    padding: 10px 20px;
    border-radius: 40px;
    border: 2px solid #2088c6;
}
/*page details members END*/

select.form-control:not([size]):not([multiple]) {
    height: 100% !important;
}




	
	
.panel_lk_recall .form_auth {    width: 100% !important;}	
.col-12 {    margin: 0 15px}
	.popup_wrapper .form-control{width: 93%;}
	
	
	.partnersInfo #wpcf7-f8-p107-o1 .sliderHeaderDutton{background-color: #299CBB;}
 #wpcf7-f142-p140-o1 .sliderHeaderDutton{background-color: #299CBB;}
 #wpcf7-f53-p107-o1 .sliderHeaderDutton{background-color: #299CBB;}
 #wpcf7-f52-p107-o1 .sliderHeaderDutton{background-color: #299CBB;}
 #wpcf7-f255-p101-o1 .sliderHeaderDutton{background-color: #299CBB;}
 #wpcf7-f1604-o2 .sliderHeaderDutton{background-color: #299CBB;}
  #wpcf7-f1605-o2 .sliderHeaderDutton{background-color: #299CBB;}
   #wpcf7-f1606-o2 .sliderHeaderDutton{background-color: #299CBB;}
 #wpcf7-f1605-o3 .sliderHeaderDutton{background-color: #299CBB;}
  #wpcf7-f1604-o3 .sliderHeaderDutton{background-color: #299CBB;}
   #wpcf7-f1606-o3 .sliderHeaderDutton{background-color: #299CBB;}
.feedbackForm h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: left; 
    color: #f9fbe5;
    margin-bottom: 30px;
}
/*услуги косметологи и т.д*/
.page_servises_inner{
    margin-bottom: 40px;

}
.page_servises_inner h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #59b4eb;
    margin: 50px 0 30px;
}
.page_servises_inner .container {
    max-width: 1140px;
}
.page_servises_inner_link img{
    width: 100%;
}
.page_servises_inner_link {
    margin: 10px 0;
    position: relative;
}
.page_servises_inner_link_block  {
    position: absolute;
    display: block;
    left: 25px;
    right: 0px;
    z-index: 3;
    background-color: rgba(55,194,188,.7);
    height: calc(100% - 45px);
    width: calc(100% - 50px);
    bottom: 22px;
    overflow: hidden;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.page_servises_inner_link_block a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    height: 100%;
    text-decoration: none;
    line-height: 1em;
    color: #fff;
    font-size: 22px;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
}
.page_servises_inner_link_block .table {
    display: table;
    height: 100%;
}
.page_servises_inner_link_block:hover {
    background-color: rgba(249,144,62,.8);
}
@media (min-width: 576px) and (max-width: 900px) {
    .page_servises_inner_link_block a {
    font-size: 15px;
}
}

.bottom_block_services h3 {
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    color: #59b4eb;
    margin: 35px 0 25px;
}
.bottom_block_services p {
    color: #424852;
    font-size: 15px;
}

/*header edit*/
@media (min-width: 420px){
.navbar-nav li:hover ul, .navbar-nav li:focus ul, .navbar-nav li:active ul {
    display: block;
    position: absolute;
    left: 0;
    transition: .3s;
    z-index: 3;
    background-color: #f9fbe5;
    width: 102.3%;
    min-height: 60px;
    margin-top: 10px;
    color: red;
    margin-left: -1.2%;
    box-shadow: 0 2px 4px 0 rgba(8, 90, 139, 0.2);
}
}
@media (max-width: 419px){
.navbar-nav li ul {
    display: block;
    position: absolute;
    left: 0;
    transition: .3s;
    z-index: 3;
    background-color: #f9fbe5;
    width: 102.3%;
    min-height: 60px;
    margin-top: 10px;
    color: red;
    margin-left: -1.2%;
    box-shadow: 0 2px 4px 0 rgba(8, 90, 139, 0.2);
}
}
.navbar-nav li ul li {
    padding: 16px 10px;
    display: inline-block;
}
.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    position: absolute;
    top: -55px;
    left: 50px;
}
 .navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
    position: absolute ;
    top: -59px ;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0,0,0,.9);
}
.topMenu .navbar {
    padding: 0;
    position: relative;
}

/*footer edit*/
.feedbackForm h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: left; 
    color: #f9fbe5;
    margin-bottom: 30px;
}


.breadcrumbs {
    width: 95%;
    color: #2088c6;
    font-size: 14px;
    border-bottom: 2px solid #d8d8d8;
    margin: auto;
    padding: 20px 0;
    font-weight: 500;
}
.breadcrumbs_slash{
    color: #bdbdbd;
    margin: 0 5px;
}
.breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active{
    color: #2088c6;
    text-decoration: none;
}

.check_img::after{
    content: url(../images/check.png);
    position: absolute;
    top: 7px;
    right: 10px;
}
.learn_img::after{
    content: url(../images/learn.png);
    position: absolute;
    top: 7px;
    right: 10px;
}
.star_img::after{
    content: url(../images/star.png);
    position: absolute;
    top: 7px;
    right: 10px;
}
.check_min_img::after{
    content: url(../images/check-min.png);
    position: absolute;
    top: 5px;
    right: 5px;
}
.check_min_img:hover:after{
    filter: brightness(100);
}
.learn_min_img::after{
    content: url(../images/learn-min.png);
    position: absolute;
    top: 5px;
    right: 5px;
}
.learn_min_img:hover:after{
    filter: brightness(100);
}
.star_min_img::after{
    content: url(../images/star-min.png);
    position: absolute;
    top: 5px;
    right: 5px;
}
.star_min_img:hover:after{
    filter: brightness(100);
}


.one-member-details_img {
    position: relative;
    width: 220px;
    height: 260px;
    margin: auto;
}

.member_img{
    position: relative;
} 

.my-lg-0 a:hover .topMenuBtn {color: #3396D1;
    background: #fff;}
	
	.socialInfoButton .btn-primary:hover img {
   background-image: url(../images/loginButtonArrow2.png);
}

.socialInfoButton .btn-primary:hover{color: #59b4eb;
    background-color: #fff;}

@media (min-width: 992px){
#top_nav{
   width: 100%;
    top: 180px;
    position: fixed;
    z-index: 999;
border: none;
}
}

#rcl-overlay {z-index: 9999 !important;}
.socialInfo a:hover {
    color: #59b4eb
}


/*NEW*/

.aboutVaprexdisplay {
    width: 100%;
    height: 262px;
    background-image: url(../images/group-7.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}

.aboutVaprexInfoBottom {
    padding: 17px 20px;
    background-color: #3396d1;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    bottom: -27px;
    width: 100%;
}

.hoverr {
    height: 235px;
}
.aboutVaprexdisplay .hoverr {
    display: block;
    position: relative;
}

.logoPartners a img {
    transition: 0.5s;
    filter: grayscale(100%);
}
.logoPartners a:hover img {
    filter: grayscale(0%);
}
.topMenuBtn:last-child {
    transition: 0.75s;
}
.socialInfo a {
    transition: 0.75s;
}

.topPhoneNumber a, .topPhoneNumber a:hover, .topPhoneNumber a:focus, .topPhoneNumber a:active {
    color: #fff;
    text-decoration: none;
}
.contactInformationInfo a, .contactInformationInfo a:hover, .contactInformationInfo a:focus, .contactInformationInfo a:active {
    color: #fff;
    text-decoration: none;
}
.topMenu li:hover a {
    color: #075a8b !important;
    text-decoration: none;
}
.partnersInfo img{max-width: 100%;}


.ModalQuestionTitle{
      margin: auto;
  color: rgb(89, 180, 235);
  font-size: 30px;
  font-weight: bold;
}
.modal-header .close {
    width: 26px;
    height: 26px;
    background: url(../images/popup_close.png);
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
    outline: none;
}
#ModalQuestion .modal-header, #ModalQuestion .modal-footer {
    border: none;
  }
#ModalQuestion .modal-body textarea{
  resize: none;
  width: 93%;
  height: 100px;
}
#ModalQuestion .modal-body input{
  width: 93%;
}

.modal-content .form-group{    margin: 10px;}
.modal-content .sliderHeaderDutton{    margin: 10px;}

.slider1 {
    background-position: center;
}

.last-journal-f h2.title-f {
    font-size: 25px;
    margin-bottom: 15px;
}

.last-journal-f .sub-name-f {
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
    color: #000;
    margin-bottom: 20px;
}

.last-journal-f img {
    width: 400px;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 10px;
}

.btn.btn-f {
    border: 2px solid #1577b3;
    color: #1577b3;
    font-size: 18px;
    padding: 10px 20px;
    transition: 0.5s;
    margin-bottom: 10px;
}

.btn.btn-f:hover {
    color: #fff;
    background: #1577b3;
}
.pt-15 {
    padding-top: 15px; 
}

.mr-15 {
    margin-right: 15px;
}

.linebot {
    padding-bottom: 30px;
    border-bottom: 1px solid #cccccc73;
    margin-bottom: 30px;
}

.in-bg-f {
    background: #3396d1;
    color: #fff;
    padding: 25px 10px 25px 10px;
    box-shadow: 0px 3px 3px 0px #ccc;
    margin-bottom: 20px;
}

.last-journal-f.about-journal-f h2.title-f {
    margin-bottom: 0px;
}

.last-journal-f.about-journal-f h2.title-f {
    margin-bottom: 0px;
    color:#fff;
}

.last-journal-f.about-journal-f h2.title-f a {
    color:#fff;
}
.last-journal-f.about-journal-f .text-f {
    text-align: center;
    padding-top: 40px;
    font-size: 18px;
}

.last-journal-f.about-journal-f h2.title-f.text-center.normalbottom-f {
    font-size: 20px;
    font-weight: normal;
    line-height: 25px;
}

.last-journal-f.about-journal-f h2.title-f.color-normal {
    color: #59b4eb;
    padding-bottom: 20px;
    padding-top: 30px;
}

@media(max-width: 780px) {
    .topHeader h1 {
        font-size: 20px;
    }
}

.in-bg-f a {
    color: #fff;
}

.sendwhite .sliderHeaderDutton {
    background: #3496d1;
    border-color: #3496d1;
    transition: 0.5s;
}

.sendwhite .sliderHeaderDutton:hover {
    background: #1578b3;
    border-color: #1578b3;
}