
:root{
  --backColor : #3d81ed;
  --whiteColor: #fff;
  --weight: bold;
  --secondColor : #22AA80;
  --blackColor : #000;
  --purpleColor : #5a0d3f;
  --orangeColor : #e96802;
}

body {
    font-family: "Noto Serif", serif !important;
    font-weight: 400; /* Or any weight within the 100–900 range */
    font-style: normal; /* Or 'italic' if you're using italics */
}


p{
    font-size: 14px;
}
button{
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 600;
}
input{
  box-shadow: 0px 0px #0000;
  font-family: sans-serif;
}

.black{
    color: var(--blackColor);
}
.white{
    color: var(--whiteColor);
}

.w-85{
    width: 85%;
}
a{
    display: block;
    text-align: center;
    margin-top: 10px;
}

.mentor-home-banner img.logo{
    height: 45px;
}

.mentor-home-banner{
    background-image: url(../images/banner-background.svg);
    color: var(--whiteColor);
    background-size: cover;
}
.mentor-home-banner .container{
     padding: 100px;
}
.section-Wpit .img-circle{
    padding-left: 0px;
}

.owl-carousel.owl-theme .owl-nav button.owl-next, 
.owl-carousel.owl-theme .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    background-color: var(--whiteColor);
    padding: 5px 12px!important;
    border-radius: 50%;
    color: var(--secondColor);
}

.section-Mtest .owl-carousel:after {
    content: "";
    width: 130px;
    height: 130px;
    background-size: contain;
    background-image: url(../images/after-icon.svg);
    top: -81px;
    right: -70px;
    position: absolute;
    display: inline-block;
    z-index: 9999;
    background-repeat: no-repeat;
}

.owl-carousel button.owl-next {
    right: -60px;
}

.owl-carousel button.owl-prev {
    left: -60px;
}

.mentor-button{
    width: fit-content;
    background-color: var(--secondColor);
    border-radius: 100px;
    padding: 12px 25px;
    border: 0px;
    color: var(--whiteColor) !important;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
}
.number-section{
    background-color: #ffb700;
}

.section-Wpit{
    background-color: var(--purpleColor);
}
.section-Wpit .positions p {
    position: absolute;
    width: 65%;
    margin: auto;
    bottom: 40%;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: calc(.1rem + 0.9vw);
}

.mentor-button.large{
    font-size: 14px;
    font-weight: 600;
}
.mentor-button.orange.large {
    background-color: var(--orangeColor);
    font-weight: 600;
}
.section-Mtest{
    background-color: var(--backColor);
}
.section-Mtest h2 span{
    font-size: 22px;
    font-style: italic;
}
.section-Mtest .owl-carousel .item h6{
    color: var(--secondColor);
    font-size: 15px;
}
.section-Mtest .owl-carousel .item p{
    font-size: 12px;
}
.section-Mtest .owl-carousel .item p.name{
    font-weight: 600;
    font-style: italic;
    text-align: end;
}
.section-Mtest .owl-carousel .item {
    border-radius: 0px;
    background-color: var(--whiteColor);
}
.number-section h2,
.number-section h5,
.number-section h3,
.number-section p{
    color: #ffffff;
}
.number-section h3 {
    font-size: 45px;
    background-image: url(../images/point-background.svg);
    display: inline;
    background-size: cover;
    padding: 15px 15px 5px 0px;
}
.service-section img{
    height: 80px;
    margin-bottom: 20px;
}
.service-section p{
    font-size: 12px;
}
.number-section.white p{
    font-size: 12px;
    line-height: 20px;
}
.button-absolute{
    position: absolute;
    width: 150px;
    margin: auto;
    bottom: 0;
    left: 50%;
    transform: translate(45%, 0%);
    font-size: calc(.1rem + 1vw);
}
.wonder-accordion .accordion-item .accordion-header button{
    background: transparent;
    color: #000;
    font-size: 14px;
    box-shadow: none;
    padding: 8px;
}
.wonder-accordion .accordion-button::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e96802'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    margin-left: 0px;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    margin-right: 10px;
}
.wonder-accordion .accordion-button:not(.collapsed)::before {
    transform: rotate(-180deg);
}
.wonder-accordion .accordion-button::after{
    display: none;
}


.wonder-accordion .accordion-item .accordion-collapse .accordion-body{
    font-size: 12px;
    font-style: italic;
    padding: 8px;
    padding-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px;
}
.wonder-hover{
    position: relative;
}
.wonder-hover::after{
    content: "";
    background-image: url("../images/wonder-after.svg");
    position: absolute;
    top: 0px;
    left: -100px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
}
.owl-carousel.owl-theme .owl-nav button.owl-next, .owl-carousel.owl-theme .owl-nav button.owl-prev {
    font-family: monospace;
    font-weight: 700;
    font-size: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-section{
    background-color: var(--secondColor);
}
.contact-section .form-contact .form-control{
    background-color: #013f2f;
    border-radius: 100px;
    border: 0px;
    color: var(--whiteColor);
    font-weight: 700;
    font-size: 14px;
    padding: 12px 25px;
}
.contact-section .form-contact .form-control::placeholder{
    color: var(--whiteColor);
    font-size: 14px;
    text-transform: uppercase;
}
.contact-section .form-contact{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.contact-section .form-contact select.form-select{
    background-color: #013f2f;
    border-radius: 100px;
    border: 0px;
    color: var(--whiteColor);
    font-weight: 700;
    font-size: 14px;
    padding: 12px 25px;
    box-shadow: 0px 0px #0000;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.5 6.5a.5.5 0 0 1 .707 0L8 12.293l5.793-5.793a.5.5 0 0 1 .707.707l-6 6a.5.5 0 0 1-.707 0l-6-6a.5.5 0 0 1 0-.707z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(250px - 1rem) center;
    background-size: 16px 16px;
}
.contact-section .form-contact select.form-select option{
    font-weight: 700;
}
.contact-section .form-contact button{
    background-color: var(--whiteColor);
    border-radius: 100px;
    text-transform: uppercase;
    color: var(--secondColor);
    font-size: 14px;
    padding: 12px 35px;
    font-weight: 600;
}
.footer-section .flex-column-footer{
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer-section .grid-three-col{
    display: grid;
    grid-template-columns: 100px 1fr 1fr;
    gap: 30px;
}
.footer-section .grid-two-col{
    display: grid;
    grid-template-columns: 55px 1fr 1fr;
    gap: 30px;
}
.footer-section .grid-three-col .form-contact input{
    background-color: #eba2d6;
    border-radius: 100px;
    border: 0px;
    color: var(--whiteColor);
    font-weight: 700;
    font-size: 14px;
    padding: 10px 25px;
}
.footer-section .grid-three-col .form-contact input::placeholder{
    color: var(--whiteColor);
    text-transform: uppercase;
}
.footer-section .grid-three-col .form-contact button{
    background-color: #5a0d3f;
    border: 0px;
    border-radius: 100px;
    text-transform: uppercase;
    color: var(--whiteColor);
    font-size: 14px;
    padding: 8px 25px;
    font-weight: 600;
    text-align: start;
}

@media only screen and (min-width: 1200px) {
    .w-md-70{
        width: 70%;
    }
    .w-md-90{
        width: 90%;
    }
}
.d-mob-block{
  display:flex;
}
@media only screen and (min-width: 992px) {
    .w-md-70{
        width: 80%;
    }
    .w-md-90{
        width: 90%;
    }
    .web-none{
        display: none !important;
    }
}
@media only screen and (max-width: 992px) {
    .section-plot .mob-width a{
        margin: 15px;
        width: 85%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .footer-section .grid-three-col .form-contact{
      padding: 10px 35px;
    }
    .footer-section .grid-three-col .form-contact button{
      text-align: center;
    }
    .footer-section .grid-two-col{
      display: block;
    }
    .footer-logo-content{
      text-align: center;
    }
    .footer-logo-content p{
      text-align: center !important;
    }
    .d-mob-block{
      display:block;
    }
    .mentor-home-banner img.logo{
        margin: auto;
        display: block;
    }
    .mentor-home-banner .container {
        padding: 0px;
    }
    .mentor-home-banner h1{
        text-align: center;
        font-size: 34px;
    }
    .mentor-home-banner p{
        text-align: center;
    }
    .mentor-home-banner {
        background-position: center;
    }
    .mentor-home-banner .mentor-button{
        margin-top: 23rem;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .mob-none{
        display: none !important;
    }
    .section-plot h2{
        text-align: center;
        font-size: 22px;
    }
    .section-plot p{
        text-align: center;
    }
    .section-plot button{
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 15px;
    }
    .section-plot .mob-width{
        width: 100% !important;
    }
    .section-Mtest h2{
        text-align: center;
        margin-top: 3rem;
        margin-bottom: 4rem !important;
    }
    .section-Mtest h2 span {
        font-size: 17px;
    }
    .section-Mtest .owl-carousel:after{
        left: 50%;
        transform: translate(-50%, 0);
        right: 0;
        top: -45px;
        width: 75px;
        height: 75px;
    }
    .section-Mtest .owl-carousel{
        padding-left: 25px;
        padding-right: 25px;
    }
    .section-Mtest .owl-carousel .owl-item .item{
        padding: 30px 15px;
    }
    .section-Mtest .owl-carousel button.owl-next {
        right: -10px;
    }
    .section-Mtest .owl-carousel button.owl-prev {
        left: -10px;
    }
    .section-mint h2{
        text-align: center;
    }
    .section-mint p{
        text-align: center;
    }
    .number-section h2{
        text-align: center;
    }
    .number-section .button-absolute{
        display: none;
    }
    .number-section .grid-flex-3{
        display: flex;
        align-items: center;
        gap: 15px;
    } 
    .number-section .grid-flex-3 h6{
        margin-bottom: 0px;
        margin-top: 0px !important;
    }
    .number-section h3 {
        font-size: 24px;
        background-size: contain !important;
        background-repeat: no-repeat;
    }
    .accordion-section h2{
        text-align: center;
        margin-top: 3.5rem;
        margin-bottom: 0.5rem !important;
    }
    .accordion-section .wonder-hover::after{
        left: 50%;
        transform: translate(-50%, 0);
        right: 0;
        top: -75px;
        width: 75px;
        height: 75px;
    }
    .wonder-accordion .accordion-item .accordion-header button {
        text-align: center;
        display: block;
    }
    .wonder-accordion .accordion-button::after{
        display: block;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e96802'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 1.25rem;
        transition: transform .2s ease-in-out;
        margin-left: 0px;
        flex-shrink: 0;
        width: 1.25rem;
        height: 1.25rem;
        content: "";
        margin: auto;
        margin-top: 10px;
    }
    .wonder-accordion .accordion-button:not(.collapsed)::after {
        transform: rotate(-180deg);
    }
    .wonder-accordion .accordion-button::before{
        display: none;
    }
    .accordion-section h2.accordion-header{
        margin-top: 1rem;
    }
    .wonder-accordion .accordion-item .accordion-collapse .accordion-body{
        padding-left: 8px;
        text-align: center;
    }
    .contact-section h2{
        text-align: center;
        font-size: 20px;
    }
    .contact-section p{
        text-align: center;
    }
    p{
        font-size: 12px;
    }
    .contact-section .form-contact{
        display: block;
    }
    .contact-section .form-contact button{
        display: block;
        margin: auto;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .footer-section .flex-column-footer{
        display: block;
        text-align: center;
        order: 2;
    }
    .footer-section .grid-three-col{
        display: block;
        text-align: center;
        order: 1;
    }
    .footer-section .grid-three-col p{
        margin-bottom: 5px !important;
    }
    .footer-section .grid-three-col .form-contact input::placeholder{
        text-align: center;
    }
    .mentor-home-banner{
        background-image: url("../images/banner-bg-mob.svg");
    }
    .d-flex-992{
        display: flex;
    }
}
@media only screen and (max-width: 767px) {
    .mentor-home-banner h1 {
        text-align: center;
        font-size: 23px;
    }
    .mentor-home-banner .mentor-button{
        margin-top: 23rem;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .mentor-home-banner img.logo {
        height: 27px;
    }
    .mentor-home-banner p {
        font-size: 10px;
    }
        .mentor-home-banner {
        background-position: bottom;
    }
}

.section-plot h2 span{
    font-style: italic;
}


.footer-logo-content img{
    margin-bottom: 20px !important;
}
 .footer-logo-content p{
    margin: 0 !important;
}
.owl-nav button.owl-prev{
    background-image: url(../images/left-arrow-svgrepo-com.svg) !important;
    background-size: 12px !important;
    background-repeat: no-repeat !important;
    font-size: 0 !important;
    background-position: center !important;
}
.owl-nav button.owl-next{
    background-image: url(../images/right-arrow-svgrepo-com.svg) !important;
    background-size: 12px !important;
    background-repeat: no-repeat !important;
    font-size: 0 !important;
    background-position: center !important;
}
.owl-carousel.owl-theme .owl-nav button.owl-next, .owl-carousel.owl-theme .owl-nav button.owl-prev{
    margin: 0;
}
.contact-section .form-contact select.form-select{
    background-position: calc(100% - 16px);
}
 .footer-logo-content p a{
        color: #000;
        margin: 0;
        display: inline-block;
        text-decoration: none;
        pointer-events: none;
}
.contact-section .form-contact select.form-select{
    text-transform: uppercase;
}
.mentor-home-banner .mentor-button,
section.black.section-plot .mentor-button,
.contact-section .form-contact button,
section.number-section .mentor-button {
     font-family: 'Noto Sans Myanmar', sans-serif;
    line-height: 1;
    padding:15px 25px 12px;
    font-weight: 600;
}
.section-Wpit .row > .pt-md-5{
    padding-top: 68px !important;
}
.section-Wpit .row > .pt-md-5 > *{
    padding-left: 0 !important;
}
.section-Wpit .row > .pt-md-5 > h2{
    text-align: center;
    padding-right: 130px;
}
.section-Wpit .row > .pt-md-5 > p{
    text-align: center;
    padding-right: 130px;
}
.contact-section .form-contact select.form-select,
.contact-section .form-contact .form-control{
    font-family: 'Noto Sans Myanmar', sans-serif;
    padding: 15px 25px 12px;
}
.contact-section .form-contact button{
    padding: 18px 25px 14px;
    width: 35%;
}
.number-section .col-12 > .button-absolute {
    width: 16%;
    left: 50%;
}

.footer-section .grid-three-col .form-contact input{
    font-family: 'Noto Sans Myanmar', sans-serif;
    padding: 13px 25px 9px;
}
.footer-section .grid-three-col .form-contact button{
    font-family: 'Noto Sans Myanmar', sans-serif;
    padding: 13px 25px 9px;
    width: 40%;
    text-align: center;
}
.contact-section p.error-text-box{
    font-family: 'Noto Sans Myanmar', sans-serif;
    font-size: 12px;
}
@media(max-width:767px){
    .mentor-home-banner img.logo {
        height: 20px;
    }
    .mentor-home-banner p {
        font-size: 13px;
    }
    .mentor-home-banner .mentor-button{
        font-weight: 600;
    }
    .section-Wpit {
        background-color: unset;
    }
    .sec-wpit {
        position: relative;
    } 
    .uppersec{
        background-color: #5a0d3f;
        padding: 92px 56px 161px;
    }
    .lowersec{
        background-color: #eba2d6;
        padding: 148px 53px 86px;
    }
    .lowersec *,
    .uppersec *{
        margin:0;
        text-align: center;
    }
    .lowersec p,
    .uppersec p{
        font-size: 15px;
        line-height: 1.8;
    }
    .uppersec h2{
        padding-bottom: 30px;
    }
    .uppersec p.intro {
        max-width: 200px;
        margin: 0 auto;
    }
    .lowersec p {
        max-width: 260px;
        margin: 0 auto;
    }
    .image-wrapper img {
        width: auto;
        height: auto;
        max-width: 190px;
    }
    .image-wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -44%);
    }
    section.black.section-plot {
        margin: 90px 0 70px !important;
    }
    .section-plot h2 {
        text-align: center;
        font-size: 26px;
        max-width: 210px;
        margin: 0 auto 45px;
        line-height: 1.05;
    }
    
    .section-plot p {
        text-align: center;
        max-width: 210px;
        margin: 0 auto 45px;
        line-height: 1.6;
    }
    .section-plot .mob-width a{
        width:72%;
    }
    .contact-section .container {
        padding: 0 40px;
    }
    .contact-section h2 {
        text-align: center;
        font-size: 26px;
        margin: 0 auto;
        max-width: 185px;
    }
    .contact-section p {
        text-align: center;
        margin: 0 auto 53px !important;
        max-width: 211px;
    }
    .contact-section p.error-text-box{
        font-family: 'Noto Sans Myanmar', sans-serif;
        margin: 1px 0px 10px 0px !important;
    }
    .contact-section .form-contact .form-control{
        font-size: 16px;
        padding: 14px 40px 14px 21px;
        height: 45px;
    }
    .contact-section .form-contact .country-selector-flex .select{
      font-size: 16px !important;
      padding: 14px 40px 14px 21px !important;
      height: 45px;
    }
    .contact-section .form-contact .form-control::placeholder{
        font-size: 10px;
    }
    .contact-section .form-contact select.form-select option {
        font-size: 12px;
    }
    .contact-section .form-contact select.form-select{
        font-size: 10px;
        text-transform: uppercase;
        background-position: calc(100% - 16px);
        padding: 17px 40px 15px 21px;
    }
    .contact-section .form-contact button {
        margin-top: 60px;
        margin-bottom: 60px;
        width: 70%;
        font-size: 10px;
    }
    .footer-image.my-4 {
        max-width: 150px;
        width: 100%;
        height: auto;
        margin-bottom: 38px !important;
    }
    .footer-text h4{
        font-size: 24px;
        line-height: 1;
        margin-bottom: 20px;
    }
  .footer-section .grid-three-col p {
        font-size: 11px;
        margin-bottom: 38px !important;
/*         max-width: 200px; */
        margin: 0 auto;
    }
    .footer-section .grid-three-col .form-contact input{
        font-size: 10px;
    }
    form.form-contact.mb-4.mentor-signup-page .d-block .mb-3{
        margin-bottom: 10px !important;
    }
    .footer-section .grid-three-col .form-contact button{
        font-size: 10px;
        width: 50%;
        margin-top: 10px;
    }
    .footer-section .grid-three-col .form-contact {
        padding: 10px 35px 80px;
    }
    .form-control {
        width: 85%;
        margin: 0 auto;
    }
    .footer-logo-content{
        margin-bottom: 30px;
    }
    .footer-logo-content img{
        margin-bottom: 11px !important;
        width: 100%;
        max-width: 240px;
    }
    .footer-logo-content p{
        margin: 0 !important;
    }
        .section-Mtest .owl-carousel .owl-item .item {
        padding: 60px 38px 90px;
    }
    .section-Mtest .owl-carousel .owl-item .item p{
        text-align: center !important;
    }
    .footer-logo-content p a{
        color: #000;
        margin: 0;
        display: inline-block;
        text-decoration: none;
        pointer-events: none;
    }
    .section-Mtest {
        padding-bottom: 50px;
    }
    .mentor-home-banner {
        background-image: url(../images/banner-mobile-new.png);
    }
}
@media(max-width:363px){
    .image-wrapper {
        transform: translate(-50%, -50%);
    }
}
@media(min-width:992px){
    .mentor-home-banner .row .col-lg-7 p.mb-5 {
        max-width: 390px;
    }
    .mentor-home-banner .row .col-lg-7 {
        padding-left: 75px;
    }
    .footer-logo-content p{
        font-size: 12px !important;
    }
    .footer-section .grid-two-col .ps-lg-5.mb-3.mob-none > *{
        margin-bottom: 0px !important;
    }
    .footer-section .row > .col-lg-9 .grid-three-col{
        grid-template-columns: 1fr 100px 1fr;
    }
    .footer-section .row > .col-lg-9 .grid-three-col form.form-contact.mb-4.mentor-signup-page,
    .footer-section .grid-two-col .ps-lg-5.mb-3.mob-none {
        padding-left: 120px !important;
    }
    .footer-section .grid-two-col{
        grid-template-columns: 1fr 100px 1fr;
        padding-left: 48px;
    }
    .footer-section .d-block.mb-3.footer-text h4 {
        font-size: 28px;
        margin-bottom: 19px;
    }
    .footer-section .grid-three-col .form-contact input{
        font-family: 'Noto Sans Myanmar', sans-serif;
        padding: 15px 25px 12px;
    }
    .footer-section .grid-three-col .form-contact button{
        font-family: 'Noto Sans Myanmar', sans-serif;
        padding: 15px 25px 12px;
        width: 40%;
        text-align: center;
    }
    .section-Mtest .owl-carousel:after{
        right: -60px;
    }
    section.footer-section {
        margin-bottom: 40px;
    }
    a.mentor-button.orange.large.mx-md-2 {
        padding: 15px 45px 12px;
    }
    
}

/* modal mentor login css  */
.mentor-log-form{
    font-family: 'Stolzl', sans-serif !important;
}
button{
    box-shadow: none !important;
}
.mentor-log-form .modal-header{
    border: 0;
}
.mentor-log-form .modal-content h2{
    font-weight: 400;
}
.mentor-log-form .modal-header .btn-close{
    opacity: 1;
    font-size: 20px;
}
.mentor-log-form .modal-content{
    border-radius: 10px;
    border: 0px;
    box-shadow: 3px 5px 12px #00000029;
}
.mentor-log-form .modal-content input{
    border: 1px solid #000;
    box-shadow: none;
    font-size: 14px;
    color: #000;
}
.mentor-log-form .modal-content button.submit{
    width: 100%;
    background-color: #1AAC7E;
    border: 0;
    box-shadow: 0px 6px 16px #0000001f;
    border-radius: 100px;
    padding: 14px;
}
.mentor-log-form .modal-content label{
    font-weight: 500;
}
.contact-section .form-contact .country-selector-flex{
    display: flex;
    font-family: 'Noto Sans Myanmar', sans-serif;
}
.contact-section .form-contact .country-selector-flex .select{
    font-size: 14px !important;
      padding: 15px 22px 15px 12px !important;
    height: auto;
    line-height: normal;
    background: #013f2f;
    color: #fff;
    border-radius: 100px 0px 0px 100px;
    border: 1px solid #013f2f;
    font-weight: 600;
}
.contact-section .form-contact .country-selector-flex .select:after{
      top: 17px;
    right: 4px;
    width: 12px;
    height: 10px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.5 6.5a.5.5 0 0 1 .707 0L8 12.293l5.793-5.793a.5.5 0 0 1 .707.707l-6 6a.5.5 0 0 1-.707 0l-6-6a.5.5 0 0 1 0-.707z'/%3E%3C/svg%3E");
}
.contact-section .form-contact .country-selector-flex .form-control{
      border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-left: 1px;
}
.contact-section .form-contact .country-selector-flex .country .dropdown ul{
      padding-left: 0px;
}
.contact-section .form-contact .country-selector-flex .select.input-box-error{
      border: 1px solid #3182ce;
}
/* end  */

@media(min-width:1600px){
    .section-Wpit .img-circle img{
        height: 100%;
        object-fit: cover;
    }
   .section-Wpit .col-md-7.pt-md-5.mob-none .position-relative.positions.mt-auto.text-center.w-85 {
        max-width: 700px;
    }
    .section-Wpit .row > .pt-md-5 > h2,
    .section-Wpit .row > .pt-md-5 > p {
        padding-right: 350px;
    }
}
@media(max-width:1399px){
  .number-section .col-12 > .button-absolute {
    width: 18%;
    left: 50%;
  }
}
@media(max-width:1199px){
  .number-section .col-12 > .button-absolute {
    width: 18%;
    left: 52%;
  }
}
@media(max-width:575px){
  .contact-section .form-contact .country-selector-flex .select{
        font-size: 10px !important;
      padding: 14px 26px 12px 11px !important;
      height: 45px;
  }
}
@media(min-width:1280px){
  .mentor-home-banner h1{
      font-size: 34px;
  }
}



