.wrapper {
    font-family: 'Cabin', sans-serif;
    margin: 50px auto;
    padding: 0px 0px;
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 10% 0;
}
.doc-description {
     
        padding-top: 20px;
    color: #000;
    font-size: 15px;
}

.review-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    width: 400px;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 1%);
}
.header-content {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.img-area {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 25px;
}
.img-area img {
    width: 100%;
}
.info {
    margin-right: 10px;
}
.info h4 {
    font-family: "Open Sans", Sans-serif;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}
.info p {
    font-family: "Open Sans", Sans-serif;
    margin: 5px 0 0;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}
.single-review p {
    font-family: "Open Sans", Sans-serif;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #333;
}
.review-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}
.rating {
    display: flex;
}
.rating span.active {
    color: #fbc02d;
}
.rating {
    display: flex;
}
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}
.interests {
    color:#000;
}

/*google translate */

.translated-ltr {
    margin-top:-40px;
}
.translated-ltr {
    margin-top:-40px;
}
.goog-te-banner-frame {
display:none;
margin-top:-20px;
}
.goog-logo-link {
    display:none!important;
}
.goog-te-gadget {
    color:transparent!important;
}
#google_translate_element {
    left:0px;
    bottom:40px;
    position:fixed;
}
.goog-te-banner-frame.skiptranslate { display: none !important; }

/*google translate */

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}
.webonly {
    display:block;
    }
    .mobonly {
    display:none;}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-light:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-primary);
    color: var(--bs-light) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: var(--bs-secondary) !important;
}

/*** Section Title Start ***/
.section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-primary) !important;
}

.section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-primary) !important;
}

.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-primary) !important;
}

.sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-primary) !important;
}


/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background-color:#0a4141;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 576px) {
  
 
}
/*** Topbar End ***/


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: var(--bs-dark) !important;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary) !important;
}

.navbar-light .navbar-brand img {
    max-height: 50px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light) !important;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--bs-primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

/*** Carousel Hero Header Start ***/
.header-carousel-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to left, transparent 0%, black 100%);
}



.header-carousel {
    position: relative; 
}

.header-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 150px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

@media (max-width: 576px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        top: 630px;
        transition: 0.5s;
    }

    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
        width: 95% !important;
    }
    
 
}



@media (max-width: 992px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        margin-top: 0;
        transition: 0.5s;
    }

}

@media (min-width: 992px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        margin-top: 50px;
    }
}

.header-carousel .header-carousel-item .carousel-caption {
    width: 70%;
   
    position: absolute;
    top: 0;
    left: 0;
    padding: 100px 0;
    display: flex;
    align-items: left;
    justify-content: center;

}
.carousel-caption {

    text-align:left!important;
}

.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
    position: relative;
    width: 75%;
    
}
/*** word wrapper ***/

/*Sentence*/

.sentence {
    color: #222;
    font-family: "Open Sans", Sans-serif;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.3em;
    /* color: #222; */
 
  }
  
  
  /*Wrapper*/
  
  .wrapper {
    background-color: ;
    font-family: 'Cabin', sans-serif;
    margin: 50px auto;
    padding: 0px 0px;
    position: relative;
    width: 100%;
  }
  
  
  /*Vertical Sliding*/
  
  .slidingVertical {
    display: inline;
    text-indent: 14px;
  }
  
  .slidingVertical span {
    animation: topToBottom 12.5s linear infinite 0s;
    -ms-animation: topToBottom 12.5s linear infinite 0s;
    -webkit-animation: topToBottom 12.5s linear infinite 0s;
    color: #00abe9;
    opacity: 0;
    overflow: hidden;
    position: absolute;
  }
  
  .slidingVertical span:nth-child(2) {
    animation-delay: 2.5s;
    -ms-animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s;
  }
  
  .slidingVertical span:nth-child(3) {
    animation-delay: 5s;
    -ms-animation-delay: 5s;
    -webkit-animation-delay: 5s;
  }
  
   /*.slidingVertical span:nth-child(4) {
    animation-delay: 7.5s;
    -ms-animation-delay: 7.5s;
    -webkit-animation-delay: 7.5s;
  }
  
  .slidingVertical span:nth-child(5) {
    animation-delay: 10s;
    -ms-animation-delay: 10s;
    -webkit-animation-delay: 10s;
  }
  
  
  /*topToBottom Animation*/
  
  @-moz-keyframes topToBottom {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 0;
      -moz-transform: translateY(-50px);
    }
    10% {
      opacity: 1;
      -moz-transform: translateY(0px);
    }
    25% {
      opacity: 1;
      -moz-transform: translateY(0px);
    }
    30% {
      opacity: 0;
      -moz-transform: translateY(50px);
    }
    80% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  
  @-webkit-keyframes topToBottom {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 0;
      -webkit-transform: translateY(-50px);
    }
    10% {
      opacity: 1;
      -webkit-transform: translateY(0px);
    }
    25% {
      opacity: 1;
      -webkit-transform: translateY(0px);
    }
    30% {
      opacity: 0;
      -webkit-transform: translateY(50px);
    }
    80% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  
  @-ms-keyframes topToBottom {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 0;
      -ms-transform: translateY(-50px);
    }
    10% {
      opacity: 1;
      -ms-transform: translateY(0px);
    }
    25% {
      opacity: 1;
      -ms-transform: translateY(0px);
    }
    30% {
      opacity: 0;
      -ms-transform: translateY(50px);
    }
    80% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  
  
  /*Vertical Flip*/
  
  .verticalFlip {
    display: inline;
    text-indent: 14px;
  }
  
  .verticalFlip span {
    animation: vertical 12.5s linear infinite 0s;
    -ms-animation: vertical 12.5s linear infinite 0s;
    -webkit-animation: vertical 12.5s linear infinite 0s;
    color: #00abe9;
    opacity: 0;
    overflow: hidden;
    position: absolute;
  }
  
  .verticalFlip span:nth-child(2) {
    animation-delay: 2.5s;
    -ms-animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s;
  }
  
  .verticalFlip span:nth-child(3) {
    animation-delay: 5s;
    -ms-animation-delay: 5s;
    -webkit-animation-delay: 5s;
  }
  
   
  /*.verticalFlip span:nth-child(4) {
    animation-delay: 7.5s;
    -ms-animation-delay: 7.5s;
    -webkit-animation-delay: 7.5s;
  }
  
  .verticalFlip span:nth-child(5) {
    animation-delay: 10s;
    -ms-animation-delay: 10s;
    -webkit-animation-delay: 10s;
  }
  
  
  /*Vertical Flip Animation*/
  
  @-moz-keyframes vertical {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 0;
      -moz-transform: rotateX(180deg);
    }
    10% {
      opacity: 1;
      -moz-transform: translateY(0px);
    }
    25% {
      opacity: 1;
      -moz-transform: translateY(0px);
    }
    30% {
      opacity: 0;
      -moz-transform: translateY(0px);
    }
    80% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  
  @-webkit-keyframes vertical {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 0;
      -webkit-transform: rotateX(180deg);
    }
    10% {
      opacity: 1;
      -webkit-transform: translateY(0px);
    }
    25% {
      opacity: 1;
      -webkit-transform: translateY(0px);
    }
    30% {
      opacity: 0;
      -webkit-transform: translateY(0px);
    }
    80% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  
  @-ms-keyframes vertical {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 0;
      -ms-transform: rotateX(180deg);
    }
    10% {
      opacity: 1;
      -ms-transform: translateY(0px);
    }
    25% {
      opacity: 1;
      -ms-transform: translateY(0px);
    }
    30% {
      opacity: 0;
      -ms-transform: translateY(0px);
    }
    80% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }


/* word wrapper */
.sc-fhzFiK.bwjaEz {
    display: none;
}

.servic {
    position: fixed;
    z-index: 9999;
    left: 2%;
    bottom: 15%;
}
.servic img {
    width: 60px;
    height: 60px;
    animation: tada 3s infinite;
    -webkit-animation: tada 3s infinite;
}
.servic1 {
    position: fixed;
    z-index: 9999;
    right: 2%;
    bottom: 15%;
}
.servic1 img {
    width: 60px;
    height: 60px;
    animation: tada 3s infinite;
    -webkit-animation: tada 3s infinite;
}
.mob-dblock {
    display: none;
}


.banner-title .ban-text1 {
    color:#fff;
    font-size: 18px;
}
.banner-title h1 {
    color:#fff;
    font-family: 'Open Sans', sans-serif!important;
    font-size:49px;
}
.banner-title .ban-text2 {
    color:#fff;
    font-size: 24px;
    line-height: 32px;

}
.banner-title-center .ban-text1-c {
    text-align: center;
    font-weight:600;
}
.banner-title-center h2 {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
}
.advantages{

    columns: 2;
    -webkit-columns: 2;
    column-count: 2;
    -moz-columns: 2;
} 
/*** Carousel Hero Header End ***/

/** doctor team start**/
.bg-yellow {
   background-color:#f7f7f7;
}
.banner-title-center {
    max-width: 734px;
    text-align: center;
    margin: 0 auto;
}
.ban-text3-c {
text-align:center;

}
.about {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}


/** doctor team end**/

/*** offer section starts***/

.offer {
    position: relative;
  
}
.offer-inner {
    border-radius: 20px;
    background-color: #0a4141;
    color: #fff;
    position: absolute;
    right: 98px;
    bottom: 60px;
    z-index: 1;
    width: 31%;
    padding: 30px;
}
.section-offer h4 {
    font-size: 22px;
    color:#fff;
    font-family: "Open Sans", Sans-serif;
}
.price {
    
    color: #ffc107;
}

/*** offer section ends***/

/*** vision starts***/
.vision-inner-row{
    margin-top:80px;
    padding: 30px;
 
    background-color: #0a4141;
    border-radius: 5px;
}
.vision-inner-row p {
    color:#fff;
}
.vision-inner-row h3 {
    font-family: 'Open Sans', sans-serif;
    color:#fff;
}
.vision-inner-row2 p {
    border-radius: 5px;
    padding: 16px;
    background-color: #ffe3f1;
    color: #222;
}



/*** vision ends***/

/*** steps***/
.single-service {

    border-radius: 6px;
    
    padding: 30px;
    background-color: #fff;
    text-align: center;  
}
.single-service h4 {
    font-size: 19px;
    font-family: 'Open Sans'; 
}

.text-white-copyright{
    font-size: 12px;
    color: #fff !important;
}

.steps h3 {
    font-family: 'Open Sans', sans-serif;
    color: #333;
}
.bg-blue {
    background-color: #e2e2e2;
}
/* Progress Tracker v2 */
.stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
  
    @media (max-width: 768px) {
      font-size: 12px;
    }
  }
  
  .stepper-item::before {
    position: absolute;
    content: "";
   
    width: 100%;
    top: 20px;
    left: -50%;
    z-index: 2;
  }
  
  .stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px dotted #ccc;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 2;
  }
  .step-counter {
    color: #222;
    font-weight: 800;
    font-size: 20px;
}

  
  .stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ccc;
    margin-bottom: 6px;
  }
  
  .stepper-item.active {
    font-weight: bold;
  }
  
  .stepper-item.completed .step-counter {
    background-color: #ccc;
  }
  
  .stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 2px dashed #333;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 3;
  }
  
  .stepper-item:first-child::before {
    content: none;
  }
  .stepper-item:last-child::after {
    content: none;
  }
  .get-doc-section {

    border-radius: 10px;
    padding: 33px;
    background-color: #cbcbcb;
  }
 
  .get-doc {
    border-bottom: 1px solid #fff;
    color: #333;
    padding: 20px 0px 20px;
    width: 100%;
    }
    .get-doc1 {
        color: #333;
        padding: 20px 0px;
        width: 100%;
    }
   .icon-get-doc img {
    width:35px;
    height:35px;
   }

  .icon-get-doc {
  width: 10%;
  float: left;
  }

/*** steps***/
.why-cho-sec {

padding-top:50px;
}
.quickButton button{
    height: 45px;
    max-width: 130px;
    width: 100%;
    border: 0;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    color: #fff;
    font-family: "Helvetica";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 40px;
    margin-right: 82px;
}
.doc-apmt-txt {
    font-size: 38px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
}
.img-rounded{
    
    margin-bottom: 19px;
}
.doc-at-home {
    padding-bottom: 50px;
    padding-top: 50px;
}
.service {

    border-radius: 10px;
    color: #fff;
    padding: 20px;
    background-color: #0a4141;
}

.conditions {
    min-height: 504px;
    border-radius: 5px;
    border-top: 5px solid #0a4141;
    background-color: #fff;
    padding: 20px;
}
.bg-grey {
    background-color: #f6f6f6;
}
.service ul {
padding-left: 18px;
}
.work {
font-family: 'Open Sans', sans-serif;
    margin-bottom: 18px;
    color: #fff;
}
.savan-pros {
    min-height: 430px;
    border-radius: 9px;
    border: 1px solid #33333357;
    padding: 30px;
}
.btn-square {
    color: #815b44!important;
    background-color: #fff;
}
.call-section {

   
    border-radius: 20px;
    padding: 12px;
    max-width: 222px;
    background-color: #0a4141;
}
.call-section a {
    font-size: 21px;
    color: #fff; 
}
.back-to-top {
    background-color:#0a4141;
    color: #fff;
}
.call-section img {
    width: 13%;
    float: left; 
    margin-right: 10px;
}
.clwsp {
  display: flex;

}
.clwsp img {
  padding:0px 14px;
}
.footer-stxt h4{
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

.call-section p {
    margin-bottom:0px;
}
.subtl {
    font-weight:600;

}
.onsite {
    padding-top:40px;
    margin-top: 0px;
    margin-bottom:0px;
}

.main-sec {
    font-size: 22px;
    font-weight: 700;
    border-radius: 10px;
    padding: 20px;
    background-color: #0a4141;
    display: flex;
    width: 100%;
}

.sub1 {
    position: relative;
    color:#fff;
    text-align:center;
    width: 25%;
}
.sub1:after {
    content:'|';
    position:absolute;
    left:100%;
    right:0;
    top:0;
    bottom:0;

} 
.sub1:nth-child(4)::after {
    display: none;
}

/*** vision ends***/

/** why choose **/
.section-title1 p {
    color: #4F4F4F;
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;

}
.section-title1 h3 {
    color: #222222;
    font-family: "Open Sans", Sans-serif;
    font-size: 43px;
    font-weight: 600;
    line-height: 1.2em;

}

.why-choose {
    background: url('../img/bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.flip-box {
    background-color:#fff;
   padding:30px;
    height: 270px;
    border: 1px solid #f1f1f1;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
  }
  
  
  .flip-box-image {
    padding-bottom: 20px;
  }
  .flip-box-title {

    color: #333333;
    font-family: "Open Sans", Sans-serif;
    font-size: 22px;
    font-weight: 600;
  }
  
  /* Do an horizontal flip when you move the mouse over the flip box container */
  .flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
  }
  
  /* Position the front and back side */
  .flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
  }
  
  /* Style the front side */
  .flip-box-front {
    background-color:#fff;
    color: black;
    padding: 30px;
  }
  
  /* Style the back side */
  .flip-box-back {
    background-color: dodgerblue;
    color: white;
    transform: rotateY(180deg);
  }
.top-text {
    margin-top: 8px;
    text-align: center;
    color: #fff;
}
/**header**/

.conditions-row {
    padding-top: 18px;
}

.content p a {
    color:#444;
}
.contact1 {
    border:2px solid #0a4141;
   
    
}
body header .contact1 {
    max-width: 210px;
    width: 100%;
    border-radius: 9px;
    padding: 5px 8px;
    margin-left: 420px;
    margin-right: 0px;
}

.align-items-center {
    align-items: center!important;
}

y header .contact1 .clock img {
    height: 30px;
    width: 30px;
    margin-left: 10px;
}
body header .contact1 .clock img {
    height: 30px;
    width: 30px;
    margin-left: 10px;
}

.contact2 {
    border:2px solid #0a4141;
}

body header .contact2 {
    max-width: 150px;
    width: 100%;
    border-radius: 9px;
    padding: 5px 8px;
    margin-left: auto;
    margin-right: 21px;
}


body header .contact2 .clock img {
    height: 30px;
    width: 30px;
    margin-left: 10px;
}
.content p {
    color:#000;
    margin-bottom:0px;
}
.icon img {
    height: 28px;
    width: 28px;

}

.content_tollfree__wrapper {
   
    max-width: 164px;
    border-radius: 10px;
   border: 2px solid #0a4141;
    padding: 5px 8px;
}
.content_tollfree__wrapper .content_tollfree .content h4 {
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    text-transform: uppercase;
    color: #fff;
}
.content_tollfree__wrapper .content_tollfree {
    gap: 6px;
    align-items: center;
}
.content_tollfree__wrapper .content_tollfree .content h1 {
    font-family: "Open Sans",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 25px;
}

.justify-content-between {
    justify-content: space-between!important;
}
.align-items-center {
    align-items: center!important;
}


/**header**/
/** why choose**/
.accordion-button:not(.collapsed)::after .svg path {
    fill: #fff!important;
}

.accordion-button {
    font-family: "Open Sans", Sans-serif;
    color: #000;
    font-weight: 500;
    text-align: left;
    border:1px solid #e2e2e2;
    background-color: #ffffff;
}
.accordion-item {
    margin: 20px;
}
.accordion-button:not(.collapsed) {
    color: #fff!important;
   
    background-color: #0a4141;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
input {
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
}
textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #e2e2e2;
    border-radius: 4px;
    resize: none;
}

input[type=button], input[type=submit], input[type=reset] {
    background-color: #0a4141;
    border: none;
    color: white;
    padding: 10px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}


.team-member {
   
        min-height: 719px;
    background-color: #e2e2e2;
    border-radius: 6px;
}
.member-image img {
    padding: 20px;
    width: 100%;
}
.member-content {

        min-height: 347px;
    padding: 0px 15px 14px 15px;
}
.qualification {
    color: #000000;
}
.member-name {
    color: #0a4141;
    font-family: "Open Sans", Sans-serif;
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 4px;

}
.member-job {
    color:#444;
    font-family: "Open Sans", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0 0 0px;


}
input[type=text] {
    color#fff!important;
}
.about {
    background: url('../img/header-1.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-rw {
    background: url('../img/appointment-bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.feature1 {
    background: url('../img/bg3.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0 60px 0;
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-white) !important;
}
/*** Single Page Hero Header End ***/


/*** Service Start ***/


/*** About Start ***/
.icn-img img {
    border-radius: 27%;
    padding: 10px;
    background-color: #0a4141;

}
.icn-txt p {
    color:#fff;
    font-size: 16px;
}

body {
    color: #444444;
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;   
}

.about .about-img {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 10px;
}

.about .about-img .about-img-inner {
    position: absolute;
    left: 0; 
    bottom: 0; 
    border: 10px solid; 
    border-color: var(--bs-white) var(--bs-white) var(--bs-white) var(--bs-white);
    border-radius: 50%;

}

.about .about-img .about-experience {
    position: absolute;
    top: 125px; 
    left: -125px; 
    transform: rotate(-90deg);
    background: transparent;
    color: var(--bs-primary);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 4px;
}

/*** About End ***/

/*** Feature Start ***/
.feature .feature-item {
    position: relative;
    display: flex;
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;

}

.feature .feature-item::before {
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover::before {
    width: 100%;
    background: var(--bs-primary);
}

.feature .feature-item .feature-icon {
    display: inline-flex;
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon {
    position: relative;
    z-index: 2;
}

.feature .feature-item:hover .feature-content {
    position: relative;
    color: var(--bs-white);
    z-index: 2;
}

.feature .feature-item:hover .feature-content h5 {
    color: var(--bs-dark);
}
/*** Feature End ***/


/*** Appointment Start ***/
.appointment {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.appointment .appointment-form {
    background: rgba(239, 162, 134, 0.3);
}

.appointment .appointment-form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.appointment .appointment-form .btn.btn-primary:hover {
    box-shadow: inset 600px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}
/*** Youtube Video start ***/
.video {
    position: relative;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: content-box;
    display: block;
    width: 33px;
    height: 44px;
    border-radius: 50%;
    transition: 0.5s;
    

}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 115px;
    height: 115px;
    background: var(--bs-primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    transition: 0.5s;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-secondary);
    border-radius: 50%;
    transition: all 300ms;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 33px solid var(--bs-white);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    margin-left: 5px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}
/*** Youtube Video End ***/
/*** Appointment End ***/


/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
}

.team .team-item .team-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: -125px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
}

.team .team-item .team-img:hover .team-icon {
    margin-bottom: 145px;
}

.team .team-item:hover .team-img::before {
    background: rgba(21, 185, 217, .3);
}

.team .team-item .team-content {
    color: var(--bs-primary);
    transition: 0.5s;
}

.team .team-item .team-content h5 {
    color: var(--bs-secondary);
    transition: 0.5s;
}

.team .team-item:hover .team-content h5 {
    color: var(--bs-dark);
}

.team .team-item:hover .team-content {
    background: var(--bs-primary);
    color: var(--bs-white);
}
/*** Team End ***/


/*** testimonial Start ***/
.testimonial {
    background: linear-gradient(rgba(21, 185, 217, 0.9), rgba(21, 185, 217, 0.9)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    background: transparent;
}

.testimonial .testimonial-item .testimonial-inner .testimonial-inner-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid var(--bs-white);
}

.testimonial .testimonial-carousel.owl-carousel {
    position: relative;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: var(--bs-light);
    color: var(--bs-primary);
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: var(--bs-light);
    color: var(--bs-primary);
    transition: 0.5s;
}


.testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-primary) !important;
    color: var(--bs-white) !important;
}


@media (max-width: 900px) {
    .testimonial .testimonial-carousel .owl-nav .owl-prev {
        margin-top: -190px;
        margin-left: 40px;
    }

    .testimonial .testimonial-carousel .owl-nav .owl-next {
        margin-top: -190px;
        margin-right: 40px;
    }
    
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 15px;
    border: 1px solid var(--bs-white);
    background: transparent;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 20px;
    height: 20px;
    background: var(--bs-secondary) !important;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
}

.testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {
    transition: 0.5s;
}

@media (min-width: 900px) {
    .testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {
        font-size: 20px;
    }
}


/* Testimonial Section Title Start */
.testimonial .section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.testimonial .section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.testimonial .section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.testimonial .section-title .sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}
/*** Testimonial End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover img {
    transform: scale(1.3);
}

.blog .blog-item:hover .blog-img::after {
    background: rgba(21, 185, 217, .5);
}

.blog .blog-item .blog-centent {
    background: var(--bs-light);
    border: 1px solid var(--bs-primary);
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
/*** Blog End ***/


/*** Contact Start ***/
.contact {
    background: linear-gradient(rgba(21, 185, 217, 0.9), rgba(21, 185, 217, 0.9)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


.contact .contact-form .btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.contact .contact-form .btn.btn-light:hover {
    box-shadow: inset 600px 0 0 0 var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

.contact .contact-form .form-floating input,
.contact .contact-form .form-floating textarea,
.contact .contact-form .form-floating label {
    color: var(--bs-light);
}



/* Testimonial Section Title Start */
.contact .section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.contact .section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.contact .section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-white) !important;
}

.contact .section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-white) !important;
}

.contact .section-title .sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.contact .section-title .sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-white) !important;
}

.contact .section-title .sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}
/*** Contact End ***/


/*** Footer Start ***/

    .footer {
        background-color: #0a4141;
    }
   

.footer .footer-item a {
    color:#fff;

    line-height: 35px;
    font-size: 13px;
    transition: 0.5s;
}
.footer .footer-item ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    padding-left: 0px;
}
.footer .footer-item h5 {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    margin-bottom: 25px;

}
.font13 {
    font-size: 13px;
}
.copyright p {
    font-size:12px;
}
.copyright a {
    color: #fff;
    font-size:12px; 
}
.footer .footer-item ul li {
    list-style-type: none;
    color: #fff;
    line-height: 35px;
    font-size: 13px;
}
.footer .footer-item p {
    color: #fff;
    font-size: 13px;
    line-height: 25px;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--bs-primary);
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid #ffffff6b;
    background: #0a4141;
}
/*** copyright end ***/

@media only screen and (max-width: 767px) {
    
        .doc-top {
            margin-top: 0px;
    }
    .doc-at-home {
   
    padding-bottom: 9px;
}
.doc-hot {
     margin-top: 0px;
}
.doc-call {
     margin-top: 0px;
}
    
    .clwsp {
        display: unset;
    }
    
    .txt-get-doc {
        font-size: 14px;
    }
    
    .banner-title-center h2 {
        font-size: 36px;
        margin-bottom: 17px;
    }

    .py-5 {
        padding-top: 1.5rem !important;
        padding-bottom: 1rem !important;
    }
    .mobile__only__quick__call {
        position: fixed;
        right: 0;
        left: auto;
        bottom: 204px;
        display: block !important;
        width: 64px;
        height: 64px;
        right: 15px;
        z-index: 100;
        background-color: #ffffff;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
    }

  

        .section-offer h4 {
            font-size: 21px;
        }
            .webonly {
            display:none;}
            .mobonly {
            display:block;
            }
            .offer {
                padding:0px;
            }
            .offer-inner {
                position: unset;
            }
      
        .banner-title h1  {
            
            font-size: 39px;
        }
        .banner-title .ban-text2 {
            font-size: 15px;
        }
       .about .flex-column {
            flex-direction:unset!important;
            -webkit-columns: 2;
        column-count: 2;
        justify-content: space-between;
        }
        .mob-pb {
            padding-bottom:50px;
        }
        .offer-inner {
            
            right: unset;
            bottom: 33px;
            margin-bottom: 21px;
            width: 100%;
            padding: 10px 20px;
        }
        .offer-inner p{
            font-size:12px;
            line-height: 15px;
        }
        .main-sec {
           
            padding: 10px;
            display: inline-block;}
         .sub1 {
            padding: 11px;
            text-align: center;
            width: 100%;
         }
         .sub1:after{
            display:none;
         }
         .doc-apmt-txt {
         font-size: 25px;
         margin-bottom: 10px;
         }
        .quickButton {
            align-items: center;
       
        }
        .vision-inner-row {
            margin-top: 28px;
            padding: 10px;
        }
        .icon-get-doc {
            margin-right: 25px;}
            .advantages {
                columns: 1;
                -webkit-columns: 1; 
                column-count: 1;
                -moz-columns: 1;
            }
            .contact-rw {
                background-position: left;
            }
            .logo img {
                object-fit: contain;
                max-width: 170px;
                height: 94px;
            }
            body header .contact1 {
                display: none!important;
            }
            .content_tollfree__wrapper {
                display:none;
            }
            .top-text {
                font-size: 11px;
            }
            body header .contact2 {
                margin-right: 0px;
            }
            .about {
                padding-top: 3rem !important;
                padding-bottom: 1rem !important;
    
            }
            .footer .footer-item ul {
                columns: 1;
                -webkit-columns: 1;
                -moz-columns: 1;
            
            }
            .copyright-margin{
                margin-top:0px;
            }
            .team-member {
                min-height: 617px;
            }
            .get-doc-section {
              
                padding: 15px;
            }
    
    }
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) {

    .sub1 {
        font-size: 15px;
    }
    .quickButton button {
        height: 45px;
        max-width: 141px}
    .mob-dblock {
        display: block;
    }
    .team-member {
        min-height: 624px;
    }
    .servic1 {
        position: fixed;
        z-index: 9999;
        right: 2%;
        bottom: 15%;
    }
    .servic1 img {
        width: 60px;
        height: 60px;
        animation: tada 3s infinite;
        -webkit-animation: tada 3s infinite;
    }

    body header .contact1 {
        display: none!important;;
    }
    .content_tollfree__wrapper {
        display:none;
    }
    .offer-inner {
        right: 10px;
       left:unset;
        bottom: 20;
        z-index: 1;
        width: 45%;
        padding: 40px;
    }
    .about {
        padding-top: 3rem !important;
        padding-bottom: 8rem !important;
    }
    .member-name {
        font-size: 18px;
    }
    .single-service {
        padding: 13px;
    }
    .doc-apmt-txt {
        line-height: 30px;
        font-size: 20px;
    }
    .icon-get-doc {
        margin-right: 7px;
    }
    .contact-rw {
        background-position: left;
    }
    .footer .footer-item ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        padding-left: 0px;
    }
    .clwsp img{
        display:none;
    }
    
    #homeWhatsapp {
        float:left!important;
    }
  

  }
  @media only screen and (min-width: 1024px) and (max-width: 1440px) {

    .quickButton button {
        margin-right: 0px;
    }
    .doc-apmt-txt {
        font-size: 28px;
    }
    .savan-pros {
        min-height: 491px;
    }
    .service {
        min-height: 327px;
    }
    .conditions {
        min-height: 822px;
    }
    body header .contact1 {
     
        margin-left: 60px;
        margin-right: 10px;
    }
    .single-service {
        min-height: 281px;
    }
    .team-member {
        min-height: 654px;
    }    


  }
 /* @media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) { 
    .quickButton button {
        margin-right: 0px;
    }
    .doc-apmt-txt {
        font-size: 28px;
    }
    .savan-pros {
        min-height: 491px;
    }
    .service {
        min-height: 327px;
    }
    .conditions {
        min-height: 822px;
    }
    body header .contact1 {
     
        margin-left: 60px;
        margin-right: 10px;
    }
    .single-service {
        min-height: 281px;
    }

}*/