@import url('https://fonts.googleapis.com/css2?family=Anek+Devanagari:wght@100..800&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

*{
box-sizing: border-box;
margin: 0px;
padding: 0px;

}

body{

    margin: 0px;
    padding: 0px;
    font-family: "Anek Devanagari", sans-serif;
}

.mt-30{

    margin-top: 30px !important;
}

.mt-60{

    margin-top: 60px !important;
}

.mt-90{

    margin-top: 90px;
}

.mt-120{

    margin-top: 120px;
}

.prl{
padding-right:40px;
padding-left:50px;
}

.headertopbg{

    margin: 0px;
    padding: 6px 0px;
    background-color: #0198BD;
    display: flex;
    align-items: center;
}

.headertopbgleft{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.headertopbgleft ul{

    margin: 0px;
    padding: 0px;
    display: flex;
}

.headertopbgleft ul li{

    margin: 0px;
    padding: 0px 15px;
   list-style: none;
   margin-top: 8px;
}

.headertopbgleft ul li .headertopbglefticon{

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 15px;
}

.headertopbgleft ul li .headertopbglefticon i{
   
    color: white;
    line-height: 20px;
}


.headertopbgleft ul li .headertopbglefticon p ,.headertopbgleft ul li .headertopbglefticon p a{
    margin-bottom: 0 !important;
    color: white;
    text-decoration: none;
}

.headertopright{

    margin: 0px;
    padding: 0px;
}

.headertopright ul{

    margin: 0px;
    padding: 0px;
    display: flex;
    margin-top: 8px;
    justify-content: right;
}

.headertopright ul li{

    margin: 0px;
    padding: 0px 15px;
    list-style: none;
    
}

.headertopright ul li a{

    margin: 0px;
    padding: 0px;
    color: white;
}



/*------logo&navigation----------*/

.navigationbox{
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.logobox{
    margin: 0px;
    padding: 0px;
    margin-top: 0px;
}

.logobox img{
    width:350px;
}

.headernavigation{

    margin: 0px;
    padding: 12px;
    width: 100%;
    display: block;
}

.headernavigation ul{

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
}

.headernavigation ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-top: 0px;
}

.headernavigation ul li a{

    font-size: 18px;
    margin: 0px;
    padding: 0px 16px;
    text-decoration:none;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    color: #0198BD;
}



.headernavigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.headernavigation > ul > li {
    position: relative;
    display: inline-block;
    margin-right: 0px;
}

.headernavigation ul li a {
    display: block;
    text-decoration: none;
    padding: 21px 18px;
    color: #333;
    font-weight: 500;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.headernavigation ul li a:hover {
    background-color: #f0f0f0;
    color: #007bff;
}

/* Dropdown styles */
.headernavigation .dropdown-item-main {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 1000;
}

.headernavigation .dropdown-item-main li {
    display: block;
}

.headernavigation .dropdown-item-main li a {
    padding: 5px 20px;
    color: #333;
    white-space: nowrap;
}

.headernavigation .dropdown-item-main li a:hover {
    background-color: #F05697;
    color: #fff;
}

/* Show dropdown on hover */
.headernavigation ul li:hover .dropdown-item-main {
    display: block;
}

/* Optional: FontAwesome arrow spacing */
.headernavigation ul li a i.fa {
    margin-left: 6px;
}

.has-dropdown.active .dropdown-item-main {
    display: block;
}

.headernavigation ul li a:hover{
    color: #F05697;
}

.headerright{
    margin: 0px;
    padding: 24px;
    display: flex;
    justify-content: right; 
}


.headerright a{
    background-color: #F05697;
    color: white;
    border-radius: 0px;
    line-height: 21px;
    padding: 7px 25px;
    padding-top: 10px;
    border:2px solid  #F05697;
    margin: 0;
    text-decoration: none;
}

.headerright a:hover{
      color:#F05697;
      background-color:#fff;
      border:2px solid #F05697;
      transition: .4s ease-in-out;
}

.bannerbox{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.bannerboxmain{

    margin: 0px;
    padding: 0px;
}

.bannerboxmain img{

    width: 100%;

    object-fit: cover;
}

/*-----------------qualification-----------*/

.qualificationbox{

    margin: 0px;
    padding: 20px;
    width: 100%;
    display: block;
    border-radius: 35px 0px 35px 0px;
}

.qualificationboxicon{
    width: 88px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;

}

.qualificationboxicon i{
    font-size: 48px;
}

.qualificationboxicon i{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    margin-top: 30px;
}

.qualificationboxtext{

    margin: 0px;
    padding: 0px;
}

.qualificationboxtext h4{

    color: white;
}

.qualificationboxtext p{

    color: white;
}

.exp_section {
    padding: 27px 0;
    background-color: #ebf1f2;
}

.section-experience {
    border-right: 1px solid #43a8c0;
}

.experienceicon {
    float: left;
    width: 24%;
}

.experiencetext {
    float: left;
    padding-left: 15px;
    width: 76%;
}

.experiencetext h5 {
    font-size: 17px;
    font-weight: 500;
    color: #e7276f;
    line-height: 26px;
    margin-top: 5px;
    font-family: 'Poppins', sans-serif;
}
/*-----------aboutus---------------*/

.aboutusleft{
    margin: 0px;
    padding: 0px;
    background-image:url(../image/about.jpg);
    width: 100%;
    display: block;
    height: 450px;
    border-radius: 20px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 5px 10px #00000096;
}

.aboutuslefttimeing{
    position: absolute;
    bottom: -44px;
    left:  20px;
    width: 40%;
    background-color: #F05697;
    border-radius: 0px;
    z-index: 1;
    padding: 21px 10px 8px 19px;
    box-shadow: 5px 7px 3px #0198bd8a;
    animation: myanimate 6s linear infinite;
}

.aboutuslefttimeing h5{

    color: white;
 
}

@keyframes myanimate{

    0% , 100%{

        transform: translateY(0px);
    }50%{

        transform: translateY(-30px); 
    }
}

.aboutusright{
    margin: 0px;
    padding: 0px;
}

.aboutusright h2{
    font-size: 45px;
    text-shadow: 0px 2px 2px #000000a1;
    color: #F05697;
}

.aboutusright p{
    color: #333;
    font-size: 16px;
}

.aboutusright-btn a{
    padding: 7px 20px 3px 20px;
    margin-top:8px;
    background-color: #f0f0f004;
    color: #e7276f;
    border:2px solid #e7276f;
    border-radius: 0px;
    text-decoration: none;
}

.aboutusright-btn a:hover{
    background-color: #e7276f;
    color: #fff;
    border:2px solid #e7276f;
    border-radius: 0px;
    transition:.4s ease-in-out;
}


/* Why Come To Started  */

.schedule-section {
    position: relative;
    padding: 50px 0 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #fafafa;
    overflow: hidden;
}

.sec-title {
    position: relative;
    margin-bottom: 30px;
}

.whyustxts {
    width: 730px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
}

.schedule-tabs {
    position: relative;
}

.schedule-tabs .btns-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.schedule-tabs .tab-buttons {
    position: relative;
    text-align: center;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 1).active-btn {
    box-shadow: 0 0px 30px rgba(255, 194, 11, .30);
    border: 1px solid #ffc20b;
}
.pdcvsc .schedule-tabs .tab-buttons li {
    width: 20%;
    padding: 20px 15px;
    padding-top: 20px;
    padding-left: 15px;
    text-align: center;
}
.schedule-tabs .tab-buttons li {
    position: relative;
    display: inline-block;
    height: 135px;
    width: 160px;
    border-radius: 0px;
    background-color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    color: #222222;
    font-weight: 500;
    text-align: left;
    padding: 15px 15px;
    padding-top: 70px;
    padding-left: 90px;
    cursor: pointer;
    margin: 0 15px 20px;
    border: 1px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.pdcvsc .schedule-tabs .tab-buttons li img {
    margin-bottom: 20px;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 2).active-btn {
    box-shadow: 0 0px 30px rgba(64, 203, 180, .30);
    border: 1px solid #40cbb4;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 3).active-btn {
    box-shadow: 0 0px 30px rgba(76, 53, 169, .30);
    border: 1px solid #4c35a9;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 4).active-btn {
    box-shadow: 0 0px 30px rgba(230, 39, 90, .30);
    border: 1px solid #e6275a;
}
.ttlbtmb {
    width: 100px;
    height: 3px;
    background: #F05697;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 5px;
}

.ttlbtmbu {
    width: 5px;
    height: 3px;
    background: #fff;
    position: relative;
    animation: mymove2 5s;
    animation-iteration-count: 2000000;
}

@keyframes mymove2 {
    from {left: 0px;}
    to {left: 90px;}
  }
/* Why Come To Ends */

/* Causes Of Infertility */
.sec-title1 .title1 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 25px;
    color: #ff8a01;
    font-weight: 500;
    background: rgb(247, 0, 104);
    background: -moz-linear-gradient(to left, rgba(247,0,104,1) 0%, rgba(68,16,102,1) 25%, 
    rgba(247,0,104,1) 75%, rgba(68,16,102,1) 100%);
    background: -webkit-linear-gradient(to left, rgba(247,0,104,1) 0%,rgba(68,16,102,1) 25%,rgba(247,0,104,1)
     75%,rgba(68,16,102,1) 100%);
    background: linear-gradient(to left, rgba(247, 0, 104) 0%, rgba(68, 16, 102, 1) 25%,
     rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* text-transform: uppercase; */
    letter-spacing: 5px;
    margin-bottom: 10px;
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 41px;
    line-height: 44px;
    color: #ff8a01;
    font-weight: 500;
    background: rgb(247, 0, 104);
    background: -moz-linear-gradient(to left, rgba(247,0,104,1) 0%, rgba(68,16,102,1) 25%, rgba(247,0,104,1) 75%, rgba(68,16,102,1) 100%);
    background: -webkit-linear-gradient(to left, rgba(247,0,104,1) 0%,rgba(68,16,102,1) 25%,rgba(247,0,104,1) 75%,rgba(68,16,102,1) 100%);
    background: linear-gradient(to left, rgba(247, 0, 104) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* text-transform: uppercase; */
    letter-spacing: 5px;
    margin-bottom: 10px;
}

.list-style-one li {
    position: relative;
    font-size: 20px;
    line-height: 37px;
    color: #444444;
    font-weight: 400;
    padding-left: 35px;
    margin-bottom: 15px;
    list-style:none;
}

.list-style-one li img{
     position:absolute;
     left: -10px;
    width: 23px;
}

.nws_upd img{
      width:100%;
      height:400px;
      object-fit: contain;
}

/*------------service-------------*/

.servicetextcenter{

    margin: 0px;
    padding: 0px;
    text-align: center;
}

.servicetextcenter h2{

    color: #F05697;
}

.servicebox{
    margin: 0px;
    padding: 15px;
    background-color: rgb(243, 243, 243);
    border-radius: 15px;
    margin-bottom: 25px;
    box-shadow: 0px 3px 6px #0000007d;
}

.serviceboxuimg{
    margin: 0px;
    width: 100%;
    display: block;
    padding: 20px;
    display: block;
    width: 85px;
    height:85px;
    background-color: #fff;
}

.serviceboxuimg img{ 
    width:50px;
    height:50px;
}

.serviceboxutext{
    margin: 10px 0px;
    padding: 0px;
}

.serviceboxutext h4{
    color: #f05697;
    font-size: 21px;
    line-height: 20px;
}

.serviceboxutext p{
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*-webkit-line-clamp: 3;*/
    -webkit-box-orient: vertical;
}

.serviceboxutext h6 a{

    color: #F05697;
    text-decoration: none;
}

/*----pregnantgirl-----*/

.pregnantgirlbg{

    background-color: rgb(236, 236, 236);
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.pregnantleft{

    margin: 0px;
    padding: 0px;
text-align: left;
display: flex;
align-items: center;
flex-direction: column;
margin-top: 30%;
}

.pregnantleft h2{
    color: #F05697;
    font-size: clamp(22px, 5vw , 56px);
}

.pregnantleft h4{

    color: #0198BD;
}

.pregnantleft button{

    background-color: #F05697;
    color: white;
    border-radius: 15px;
}


.pregnantleft button:hover{

    background-color: #F05697;
    color: white;
    border-radius: 15px;
}

.pregnantleftbtn{

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 15px;
    justify-content: center;
}


.pregnantright{

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
}


/* FAQ Css Started */
.faq-section {
    background-color: #f8f9fa;
  }
  
  
  .accordion-button {
    background-color: #fff;
    font-weight: 500;
  }
  
  .accordion-button:not(.collapsed) {
    background-color: #f1eff0;
    color: #F05697;
    font-size: 20px;
    font-family: "Crimson Text", serif;
    font-weight: 500
  }
  
  .accordion-body {
    font-size: 1rem;
    color: #444;
  }
  
  .accordion-button:focus {
    outline: none;
    box-shadow: none;
  }
  
  /* FAQ Section Ends */


/*-------whychooseus-----------*/

.whychooseusleft{

    margin: 0px;
    padding: 0px;
}


.whychooseusleft h2{

    color: #0198BD;
}

.whychooseuslefticon{

    margin: 20px 0px;
    padding: 0px;
}

.whychooseusleft-iconmain{

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 15px;
}

.whychooseusleft-iconmain i{

    color: #F05697;
    font-size: 24px;

}

.whychooseusleft-iconmaintext{

    margin: 0px;
    padding: 0px;
}

.whychooseusleft-iconmaintext h4{

    color: #0198BD;
    margin-top: 2px;
}


.whychooseusright{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.whychooseusright img{
    height:600px;
    width:100%;
    border-radius: 0px;
    object-fit: cover;
}

/*--------testimonial--------*/

.testimonialbox{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    margin-bottom: 50px;
}

.testimonialboxmain{

    margin: 0 auto;
    padding: 0px;
    text-align: center;
}

.testimonialboxmain p{

    text-align: center;
}

.testimonialboxmain i{

    color: #F05697;
    font-size: 36px;
    margin: 0 auto;
}

.testimonialboxmain h6{

    color: #0198BD;
    font-size: 20px;
}


.testimonial-text {
    font-style: italic;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    font-family: "Crimson Text", serif;
  }
  
  .testimonial-card h5 {
    color: #000;
    font-family: "Crimson Text", serif;
    font-size: 20px;
  }
  
  .testimonial-card {
    background-color: #f7f7f7;
    margin:20px;
  }
  
  .testimonial-card img {
    width: 100px !important;
    height: 100px;
    object-fit: cover;
    justify-content: center !important;
    margin: 0 auto;
  }
  
  .testimonial .owl-prev,
  .owl-next {
    width: 50px !important;
    height: 50px !important;
    background: rgb(0 0 0 / 8%) !important;
    padding: 9px !important;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px !important;
  }
  
  .testimonial .owl-prev {
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    left: -60px;
    padding: 0;
    color: #fff;
    text-align: center;
    border: 0;
    text-decoration: none;
    cursor: pointer;
  }
  
  .testimonial  .owl-next {
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    right: -60px;
    padding: 0;
    color: #fff;
    text-align: center;
    border: 0;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* Testimonial Css ENds */

/*--------form------------*/

.mapbox{
    margin: 0px;
    padding: 0px;

}

.mapbox iframe{
    border-radius: 0px;
}

.formbox{

    margin: 0px;
    padding: 20px;
    background-color: #f1f1f1;
}

.formbox h2{

    color: #F05697;
}

.formboxmain{

    margin: 0px;
    padding: 0px;
}

.formboxmain input{
    width: 100%;
    margin: 6px 0px;
    padding: 10px;
    border: solid 1px #F05697;
    border-radius: 14px;
    font-size: 16px;
    color: black;
}

.formboxmain input:focus{

    outline: none;
}

.formboxmain textarea{

    width: 100%;
    margin: 6px 0px;
    padding: 10px;
    border: solid 1px #F05697;
    border-radius: 14px;
    font-size: 16px;
    color: black;
    height: 100px;
    resize: none;
}

.formboxmain button{
    background-color: #F05697;
    color: white;
    border-radius: 15px;
}

.formboxmain button:hover{
    background-color: #F05697;
    color: white;
    border-radius: 15px;
}

.formboxmain textarea:focus{

    outline: none;
}


/*---------footer-----------*/


.footerbox{

    background-color: black;
    margin: 0px;
    padding-top: 40px;
    padding-bottom: 10px;
    width: 100%;
    display: block;
}

.footerboxleft{

    margin: 0px;
    padding: 0px;
}

.footerboxleft p{
    font-weight:300;
    color: white;
    margin-top: 14px;
}

.footermiddle{

    margin: 0px;
    padding: 0px;
}

.footermiddle h2{

    color: #f05697;
    font-size: clamp(24px , 5vw , 32px);
    margin: 0px;
    padding: 0px;
}

.footernav{

    margin: 0px;
    padding: 0px;
}

.footernav ul{

    margin: 0px;
    padding: 0px;
    display: block;
}

.footernav ul li {
    margin: 0px;
    padding: 7px 0px;
    display: block;
    list-style: none;
    padding-left: 20px;
}

.footernav ul li a{

    margin: 0px;
    padding: 0px;
    display: block;
    font-size: 16px;
    color: white;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    font-weight: 400;
}

.footernav ul li a:hover{

    color: #F05697;
}

.footerright{

    margin: 0px;
    padding: 0px;
}

.footerright h2{

    color: #f05697;
    font-size: clamp(24px , 5vw , 32px);
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;

}

.footerrighticon{

    margin: 10px 0px;
    padding: 0px;
    display: flex;
    gap: 15px;
}

.footerrighticon i{

    color: #F05697;
    line-height: 20px;
}

.footerrighticon p , .footerrighticon p a{
    font-weight:400;
    color: white;
    text-decoration: none;
}

.footercopyright{

    margin: 0px;
    padding: 0px 0px;
    background-color: #000000e6;
    display: flex;
    align-items: center;
}

.footercopyrightmain{

    margin: 0px;
    padding: 0px;
    text-align: center;
}

.footercopyrightmain p , .footercopyrightmain p a{

    color: white;
    text-decoration: none;
    margin-top: 14px;
}

.sticky{

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    background-color: white;
    border-bottom: solid 1px #F05697;
    z-index: 999;
}

.resnav{

    margin: 0px;
    padding: 0px;
    float: right;
    display: none;
    margin-top: -34px;
}


/*===============aboutuspage========================*/

.aboutuspage{
 
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    height: 160px;
    background-position: center;
    background-color:#f05697;
    position: relative;
    z-index: 1;
    background-position-y: -40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
 
.aboutuspage h2{
    font-size:38px;
    color: white;
}
 
.aboutuspage h4 , .aboutuspage h4 a{
    font-size:16px;
    color: white;
    text-decoration: none;
}

/*================servicepage=====================*/


.servicepagetext{

    margin: 0px;
    padding: 20px;
}

.servicepagetext h4{

    color: #0198BD;
}

.servicepagetext p{


    padding: 5px; 
    width: 100%;
    resize: vertical;
    overflow: auto;
/*    height: 150px;*/
    scrollbar-width: none;
}

/*==================gallerypage=================*/

.gallerypage{

    margin: 0px;
    padding: 0px;
}



/*===============contactuspage=================*/

.contactusbox{

    margin: 0px;
    padding: 20px;
    display: block;
    border-radius: 14px;
    border: solid 1px #F05697;
}

.contactusboxicon{

    margin: 0px;
    padding: 0px;
    text-align: center;
}

.contactusboxicon i{

    color: #F05697;
    font-size: 24px;
}


.contactusboxtext{

    margin: 20px 0px;
    padding: 0px;
}

.contactusboxtext h4{

    color: #0198BD;
}

.contactusboxtext p , .contactusboxtext p a{

    color: black;
    text-decoration: none;
}

/*=========activitiespage==============*/


.activitiestext{

    margin: 0px;
    padding: 0px;
}

.activitiestext h2{

    color: #F05697;
    text-align: center;
}

.activitiestext p{

    color: black;
    font-size: 16px;
    text-align: center;
}

.activitiesmaintext{

    margin: 0px;
    padding: 0px;
}

.activitiesmaintext h4{

    color: #0198BD;
}

.activitiesmaintext p{

    color: black;
    margin: 15px 0px;
}

.activitiesmainimg{

    width: 100%;
    display: block;
    margin: 0px;
    padding: 0px;

}

.activitiesmainimg img{

    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
}


/*==========responsive=============*/

@media (max-width:991px){

    .resnav{

        display: block;
    }

    .dis-none{

        display: none;
    }

    .headernavigation{

        width: 250px;
        margin: 0px;
        padding: 0px;
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 999;
        height: 100%;
        background-color: white;
        transition: all 0.5s ease-in-out;
    }

    .headernavigation ul{

        margin: 0px;
        padding: 0px;
        display: block;
    }

    .headernavigation ul li{

        margin: 0px;
        padding: 12px 0px;
        display: block;
    }

    .headernavigation.main{

        left: 0;
    }
    .aboutusleft{

        height: 300px;
    }

    .aboutuspage{

        background-position-y: 0;
    }
}


.aboutusbg-main{

    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 350px;
    color: #F05697;
    font-family: 'Times New Roman', Times, serif;

}


.aboutusbg-main-bg{

 font-weight: 500;
 margin: 0px;
 padding: 0px;
 list-style: none;
 width: 100%;
display: inline-block;   
}



@media only screen and (max-width:678px ){
    .headernavigation {
        width: 277px;
        margin: 0px;
        padding: 14px;
        position: fixed;
    }
    .logobox img{
        width:200px !important;
    }
    .prl {
        padding-right: 10px;
        padding-left: 0px;
    }
    .headernavigation ul li {
        margin: 0px;
        padding: 0px !important;
        display: block;
    }

    .headernavigation ul li a {
        display: block;
        text-decoration: none;
        padding: 5px 14px !important;
        font-size: 16px;
        color: #333;
        font-weight: 500;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

    .headernavigation .dropdown-item-main{
         width:100% !important;
         position:relative;
    }

    .has-dropdown:hover .dropdown-item-main {
        display: block;
    } 
    .aboutuslefttimeing {
        position: absolute;
        bottom: -44px;
        left: 52px;
        width: 65%;
        background-color: #F05697;
        border-radius: 0px;
        z-index: 1;
        padding: 21px 10px 8px 19px;
        box-shadow: 5px 7px 3px #0198bd8a;
        animation: myanimate 6s linear infinite;
    }
    .aboutusright h2 {
        font-size: 45px;
        text-shadow: 0px 2px 2px #000000a1;
        color: #F05697;
        padding-top: 56px;
    }

    .section-experience {
        border-bottom: 1px solid #43a8c0;
        border-right: 0px;
        padding: 15px;
    }
    .experiencetext h5 {
        font-size: 17px;
        font-weight: 500;
        color: #e7276f;
        line-height: 35px;
        margin-top: 8px;
        font-family: 'Poppins', sans-serif;
    }
    .exp_section {
        padding: 0px;
        background-color: #ebf1f2;
    }
    .whyustxts {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        font-size: 14px;
        padding: 5px 20px 10px 20px;
    }
    .sec-title .title {
        position: relative;
        display: block;
        font-size: 26px;
        line-height: 32px;
    }
    .btns-box ul{
        padding-left:0rem !important;
        padding-top: 25px;
    }
    .pdcvsc .schedule-tabs .tab-buttons li {
        width: 90%;
        padding: 15px;
        padding-top: 20px;
        padding-left: 0px;
        text-align: center;
    }
    .sec-title1 .title1 {
        position: relative;
        display: block;
        font-size: 26px;
        line-height: 30px;
        text-align: center;
    }
    .list-style-one li {
        padding-left:47px;
    }
    .offset-1 {
        margin-left: 0 !important;
    }
    .testimonial .owl-next {
        right:0px;
    }
    .testimonial .owl-prev {
        left:0px;
    }
}