
:root{
            --theme-color:#5ddbdb;
            --white: #ffffff;
            --dark:#000000;
             --bg-color:#d3f5f5;
        }

@media (min-width: 1600px) and (max-width: 1880px) {
}
@media (min-width: 1400px) and (max-width: 1599px)  {
}
@media (min-width: 1360px) and (max-width: 1399px) { 

}
@media (min-width: 1280px) and (max-width: 1359px)  {
}
@media (min-width: 992px) and (max-width: 1279px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width:767px){
    .call-wraper {
        display:none;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
   
    .site-breadcrumb .breadcrumb-title , .site-breadcrumb .breadcrumb-menu {
        display: none;
    }
    .hero-single .hero-content .hero-title , .hero-single .hero-content p{
        display: none;
    }
    .search-nav {
        width: 100%;
    }
    .adds-sec-cont .career-promo-single .add-content h2 {
        font-size: 18px;
    }
    .adds-sec-cont .career-promo-single .add-content span {
        font-size: 16px;
    }
    .search-form-swap

 {
    right: -95px !important;
    left: unset;
    transform: rotate(90deg) !important;
    top: 75px !important;
}
.search-form .form-group p, span.ng-tns-c8-31 span {
    font-size: 14px;
}
.site-title {
    
    font-size: 26px;
    
}


   

    .call-wraper {
    position: fixed;
    width: 100%;
    display: inline-block;
    background-color: var(--theme-color);
    z-index: 999;
}

.top-phone-call {
    top: 0;
}
    
        .call-wraper .icon-wrap img {
    width: 100%;
    max-width: 60px;
}

.inner-call-wraper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

a {
    text-decoration: none;
}

.inner-call-wraper .content-wrap p {
    font-size: 17px;
    color:var(--white);
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    line-height:1;
}

.inner-call-wraper .content-wrap h4{
    color:var(--white);
}

.inner-call-wraper .content-wrap h4 {
    color: var(--white);
    padding: 0;
    margin: 0;
    font-size: 30px;
    line-height: 1;
}

.inner-call-wraper .icon-wrap {
    display: flex
;
    align-items: center;
    justify-content: center;
}

.content-wrap {
    padding-left: 5px;
}

.bottom-phone-call {
    bottom: 0;
}

.main-wrap:before {
    content: '';
    width: 80vw;
    height: 80vw;
    position: absolute;
    top: -70px;
    left: -130px;
    background: linear-gradient(522deg, rgb(93 219 219) 0%, rgb(255 255 255 / 71%) 100%);
    border-radius: 50%;
}

.main-wrap:after{
    content: '';
    width: 80vw;
    height: 80vw;
    position: absolute;
    bottom: -100px;
    right: -130px;
    background: linear-gradient(322deg, rgb(93 219 219) 0%, rgb(255 255 255 / 71%) 100%);
    border-radius: 50%;
}
.inner-main-wrap {
    position: relative;
    text-align: center;
    z-index: 9;
    /* margin-top: 10vh; */
    padding: 0 20px;
}
.inner-main-wrap img {
    /* width: 100%;
    max-width: 180px;
    border-radius: 50%;
    border: 20px solid #5ddbdb; */
    width: 100%;
    max-width: 130px;
    border-radius: 50%;
    border: 10px solid #5ddbdb;
}


@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}



.main-call-btn {
    width: 100%;
    max-width: 360px;
    background: #000;
    color: #fff;
    padding: 12px 0;
    margin: 13px auto 10px;
    border-radius: 5px;
    position: relative;
}


.main-call-btn  h3 {
    margin: 0;
}

.main-call-btn p {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    background-color: #5ddbdb;
    font-size: 16px;
    font-weight: 400;
}

.main-call-btn h3 {
    font-size: 24px;
}
.search-form-date .search-form-return {
    width: 50%;
}
.video-area .video-content {
    background-position: right;
}
.parsley-errors-list.filled li.parsley-required {

    bottom: -18px;

}
}