/* @media text size start */
@media only screen and (min-width: 2000px) {
.half-boxes, p{
        font-size: 18px;
        
}
.contact-sub-title ul li{
  font-size: 18px;
}
.package-header-txt h1{
  font-size: 35px;  
}
h1{
   font-size: 32px;  
       line-height: 1.6;
}
.package-info h2{
   font-size: 18px;  
  font-weight:700;  
}
h2{
   font-size: 28px; 
   font-weight:600;
    line-height: 1.6;
}
h3{
   font-size: 20px; 
   font-weight:600;
}
h4{
   font-size: 24px; 
   font-weight:700;
}
.services-grid-left-text h4, .services-grid-right-text h4{
    font-size: 21px; 
   font-weight:700;   
}}


@media only screen and (max-width: 1999px) {
.half-boxes, p{
        font-size: 18px;
}
.contact-sub-title ul li{
  font-size: 18px;
}
.package-header-txt h1{
  font-size: 35px;  
}
h1{
   font-size: 32px;
       line-height: 1.6;
}
.package-info h2{
   font-size: 18px;  
  font-weight:700;  
}
h2{
   font-size: 28px; 
     font-weight:600;
      line-height: 1.6;
}
h3{
   font-size: 20px; 
   font-weight:600;
}
h4{
   font-size: 24px; 
   font-weight:700;
}
.services-grid-left-text h4, .services-grid-right-text h4{
    font-size: 21px; 
   font-weight:700;   
}}

@media only screen and (max-width: 1899px) {
.half-boxes, p{
        font-size: 16px;
}
.contact-sub-title ul li{
  font-size: 16px;
}
.package-info h2{
   font-size: 18px;  
  font-weight:700;  
}
h2{
   font-size: 28px;
     font-weight:600;
    line-height: 1.6;
}
h3{
   font-size: 20px; 
   font-weight:600;
}
h4{
font-size: 24px;
    font-weight: 700;
}
.services-grid-left-text h4, .services-grid-right-text h4{
    font-size: 21px; 
   font-weight:700;   
}}

@media only screen and (max-width: 1199px) {
 h1{
   font-size: 24px; 
       line-height: 1.6;
}
.package-header-txt h1{
  font-size: 24px;  
}
h2{
   font-size: 21px;
     font-weight:700;
    line-height: 1.6;
}
h3{
   font-size: 18px; 
   font-weight:600;
}
h4{
 font-size: 21px;
    font-weight: 700;
    line-height: 1.6;
}}

@media only screen and (max-width: 899px) {
    .package-header-txt h1{
  font-size: 24px;  
}
 h1{
   line-height: 1.5;
}
.package-info h2{
   font-size: 16px;  
  font-weight:700;  
}
h2 {
    line-height: 1.4;
}
h4{
   font-size: 20px; 
   font-weight:700;
}
.services-grid-left-text h4, .services-grid-right-text h4{
    font-size: 20px; 
   font-weight:700;   
}}


/* @media text size end */













/* @media all start */

.package-boxes h4{
  color:#132b38;
  line-height: 1.7;
        }
        
        .package-boxes h3{
  color: #fff;
        }
        
      .package-boxes p{
      color:#fff;
        }
                 .rolling-text{
      color:#000;
        } 
        

.half-boxes{
    font-family:'Plus Jakarta Sans', sans-serif !important;
    width: 100%;
    display: table;
    line-height: 1.7;
    letter-spacing: 0.1;
    font-weight:500;
}

.half-boxes, p{
font-weight:500
}

   .package-item{
        display:table;
        line-height: 1.6;
font-size: 17px;
color:#fff;
    text-align:left;
    border-radius:15px;
    background:linear-gradient(0deg, #269db9 20%, #30c4e0 150%);
    }
    
    .package-header-txt, .client-header-txt{
    color: #fff;
    line-height: 1.6;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}
.pricing-btn{
    background: linear-gradient(0deg, #269db9 20%, #30c4e0 150%);
  font-size: 17px;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  text-align: center!important;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
      box-shadow:inset 0 0 0 0 #269db9;
      text-shadow: 1px 1px 15px #269db9;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}
.pricing-btn:hover {
   box-shadow: inset 400px 0 0 0 #30c4e0;
}  
.clinic-btn{
    background: linear-gradient(0deg, #269db9 20%, #30c4e0 150%);
  font-size: 17px;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  text-align: center!important;
  margin-left: auto;
  margin-right: auto;
      box-shadow:inset 0 0 0 0 #269db9;
      text-shadow: 1px 1px 15px #269db9;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}
.clinic-btn:hover {
   box-shadow: inset 400px 0 0 0 #30c4e0;
}    
.pricing-btn-clear{
background-color: transparent;
  border: 1.5px solid #fff;
  font-size: 15px;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
  width: 165px;
   box-shadow:inset 0 0 0 0 #269db9;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}
.pricing-btn-clear:hover {
   box-shadow: inset 400px 0 0 0 #30c4e0;
} 


/* @media all start */









/* @media min-width 1280px start */
@media only screen and (min-width: 1280px) {
    .boxes-left{
width:47%;
float:left;
}
.boxes-right{
width:47%;
float:right;
}
.case-container, .contact-case-container {
  display:table;
  width: 88%;
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
}
.package-list-container, .package-list-container-lower {
display: flex;
    flex-wrap: nowrap;
    width: 103%;
    margin-left: -1.5%;
    margin-right: -1.5%;
}
.table-boxes{
 display:table;
 width:100%;
 margin-bottom:40px;
}
.package-boxes h4{
        font-weight: 700;
  font-size: 27px;
      padding:45px 40px 0px 40px;
        }
        
        .package-boxes h3{
      font-weight: 700;
  font-size: 30px;
padding: 0px 40px 0px 40px;
        }
        
      .package-boxes p{
        padding: 40px;
        }
        .rolling-text{
         font-weight:600;
        padding: 14px 40px 55px 40px;
          font-size:18px;
        }
        .pricing-btn{
    padding: 15px 25px 15px 25px;
    margin-bottom: 60px;
}   
        .clinic-btn{
    padding: 15px 25px 15px 25px;
    margin-top: 40px;
}   
.pricing-btn-clear{
  padding: 12px 14px 12px 14px;
  margin-bottom: 30px;
  margin-top:20px;
}
 .package-header-txt, .client-header-txt{
        margin-bottom:35px;
 }}
        


@media only screen and (max-width: 1279px) {
    .boxes-left{
width:100%;
}
.boxes-right{
width:100%;
margin-top:30px;
}
.case-container, .contact-case-container {
  display:table;
  width: 88%;
  margin-left: 6%;
  margin-right: 6%;
    max-width: 1380px;
}
.package-list-container, .package-list-container-lower {
display: flex;
    flex-wrap: nowrap;
    width: 104%;
    margin-left: -2%;
    margin-right: -2%;
    padding-top:2%;
}
.table-boxes{
 display:table;
 width:100%;
 margin-bottom:6%;
}
 .package-header-txt, .client-header-txt{
        margin-bottom:35px;
 }
 .package-boxes h4{
        font-weight: 700;
  font-size: 27px;
      padding:45px 40px 0px 40px;
        }
        
        .package-boxes h3{
      font-weight: 700;
  font-size: 30px;
padding: 0px 40px 0px 40px;
        }
        
      .package-boxes p{
        padding: 40px;
        }
        .rolling-text{
         font-weight:600;
        padding: 14px 40px 55px 40px;
          font-size:18px;
        }
                .pricing-btn{
    padding: 15px 25px 15px 25px;
    margin-bottom: 60px;
}     
                .clinic-btn{
    padding: 15px 25px 15px 25px;
    margin-top: 40px;
}
.pricing-btn-clear{
  padding: 12px 14px 12px 14px;
  margin-bottom: 30px;
  margin-top:20px;
}}


@media only screen and (max-width: 1099px) {
.case-container, .contact-case-container {
  display:table;
  width: 100%;
  padding-left:4%;
  padding-right:4%;
  margin:0;
}}

@media only screen and (max-width: 799px) {
.contact-case-container {
  display:table;
  width: 100%;
  padding-left:0%;
  padding-right:0%;
  margin:0;
}}




@media only screen and (max-width: 799px) {
.contact-us-left {
  padding-left:4%;
  padding-right:4%;
}}





@media only screen and (max-width: 899px) {
.package-list-container, .package-list-container-lower {
  display: table;
  width:100%;
    margin-left: auto;
  margin-right: auto;
}
.table-boxes{
display: table;
  width: 100%;
  margin-bottom: 6%;
  border: 1.5px solid #235169;
  border-radius: 15px;
  padding: 6%;
}
 .package-header-txt, .client-header-txt{
        margin-bottom:4%;
 }
 .package-boxes h4{
        font-weight: 700;
  font-size: 27px;
      padding:45px 40px 0px 40px;
        }
        
        .package-boxes h3{
      font-weight: 700;
  font-size: 30px;
padding: 0px 40px 0px 40px;
        }
        
      .package-boxes p{
        padding: 40px;
        }
        .rolling-text{
         font-weight:600;
        padding: 14px 40px 55px 40px;
          font-size:18px;
        }
                .pricing-btn{
    padding: 15px 25px 15px 25px;
    margin-bottom: 60px;
}  
                .clinic-btn{
    padding: 15px 25px 15px 25px;
    margin-top: 40px;
}  
.pricing-btn-clear{
  padding: 12px 14px 12px 14px;
  margin-bottom: 30px;
  margin-top:20px;
}}

@media only screen and (max-width: 899px) {
.boxes-right{
width:100%;
margin-top:4%;
}
 .package-header-txt, .client-header-txt{
        margin-bottom:4%
 }
 .package-boxes h4{
      padding:7% 4% 0% 4%;
        }
        
        .package-boxes h3{
padding: 0% 4% 0% 4%;
        }
        
      .package-boxes p{
        padding: 4%;
        }
                  .rolling-text{
         font-weight:600;
       padding: 3% 4% 12% 4%;
          font-size:18px;
        }
                .pricing-btn{
    padding: 15px 25px 15px 25px;
    margin-bottom: 10%;
}   
                .clinic-btn{
    padding: 15px 25px 15px 25px;
    margin-bottom: 10%;
}    
.pricing-btn-clear{
  padding: 12px 14px 12px 14px;
 margin-bottom: 10%;
  margin-top:6%;
}}
/* @media min-width 1280px end */






 @media only screen and (min-width: 1200px) { 
.package-list-container > div {
  background-color: transparent;
  width: 50%;
  margin: 0px 20px 20px 20px;
  text-align: center;
  font-size: 30px;
}
.package-list-container-lower > div {
  background-color: transparent;
  width: 50%;
  margin: 20px 20px 0px 20px;
  text-align: center;
  font-size: 30px;
}
 .package-item p{
         margin-top:15px;
         font-weight:500;
      color:#fff;
        }
         .package-item h4{
        font-weight: 600;
  color:#fff;
  font-size: 20px;
  line-height: 1.7;
        }
           .package-item img{
          width: 65px;
  margin: 35px 40px 0px 40px;
  background-color: #1d4357;
  border-radius: 5px;
         }}



 @media only screen and (max-width: 1199px) { 
.package-list-container > div {
  background-color: transparent;
  width: 50%;
margin: 0px 10px 10px 10px;
  text-align: center;
  font-size: 30px;
}
.package-list-container-lower > div {
  background-color: transparent;
  width: 31%;
margin: 0px 10px 10px 10px;
  text-align: center;
  font-size: 30px;
}
 .package-item p{
         margin-top:15px;
         font-weight:500;
      color:#fff;
        }
         .package-item h4{
        font-weight: 600;
  color:#fff;
  font-size: 20px;
  line-height: 1.7;
        }
           .package-item img{
          width: 65px;
  margin: 35px 40px 0px 40px;
  background-color: #1d4357;
  border-radius: 5px;
         }}
         
         
         
@media only screen and (max-width: 899px) { 
.package-list-container > div {
      width: 100%;
margin: 0px 4% 0px 4%;
background-color: transparent;
  text-align: center;
  font-size: 30px;
  margin-left: auto;
  margin-right: auto;
  
 }
 .package-list-container-lower > div {
           width: 100%;
background-color: transparent;
  text-align: center;
  font-size: 30px;
  margin-left: 0%;
  margin-right: 0%;
}
 .package-item p{
         font-weight:400;
      color:#fff;
        }
.package-item, .case-item, .box-item{
  margin-bottom:4%;  
}
         .package-item h4{
        font-weight: 600;
  color:#fff;
  font-size: 20px;
  line-height: 1.7;
        }
           .package-item img{
          width: 65px;
  background-color: #1d4357;
  padding: 10px 10px 10px 10px;
  border-radius: 5px;
         }} 

@media only screen and (min-width: 1200px) { 
 .package-item p{
          padding:15px 40px 40px 40px;
        }
         .package-item h4{
      padding:35px 40px 0px 40px;
        }
           .package-item img{
  padding: 10px 10px 10px 10px;
         }} 



@media only screen and (max-width: 1199px) { 
  .package-item p{
          padding:15px 6% 5.9% 6%;
        }
         .package-item h4{
      padding:15px 6% 0% 6%;
        }
           .package-item img{
 padding: 10px 10px 10px 10px;
 margin: 6% 6% 10px 6%;
         }}





@media only screen and (min-width: 900px) {
.contact-us-left, .contact-us-left-2{
    width:45%;
    float:left;
    margin-top:30px;
    
}   
.contact-us-right{
width: 53%;
        float: right;
        padding-left: 0%;
        margin-left: 2%;
}} 


@media only screen and (max-width: 899px) {
.contact-us-left, .contact-us-left-2{
    width:100%;
    float:left;
  
}   
.contact-us-right{
    width: 100%;
    float: right;
    margin-top: 3%;

}}

@media only screen and (max-width: 799px) {
.contact-us-left{
    padding-top: 0%;
    padding-bottom: 0%;
}
.contact-case-container {
  display:table;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
             padding-top:0%;
            padding-bottom:0%;
}}




@media only screen and (min-width: 2000px) {
#package-section3{
     padding-top:4%;
          padding-bottom:5%;
}
#package-section3v2{
     padding-top:5%;
          padding-bottom:5%;
}

#package-section4{
          padding-top:4%;
          padding-bottom:4%;
}}


@media only screen and (max-width: 1999px) {
#package-section3{
     padding-top:6%;
          padding-bottom:5%;
}
#package-section3v2{
     padding-top:8%;
          padding-bottom:8%;
}

#package-section4{
          padding-top:5%;
          padding-bottom:7%;
}}

@media only screen and (max-width: 899px) {
    #package-section3{
     padding-top:6%;
          padding-bottom:4%;
}
#package-section4{
          padding-top:5%;
          padding-bottom:2%;
}}
