

/*
Author: Bootstrapthemes
Author URI: http://bootstrapthemes.co
*/
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
    background-color: #fff;
    font-size: 0.875rem;
    color: #797979;
    width: 100%;
    font-weight: 400;
     height: 100%;
    /*font-family: "Lato", Arial, Helvetica, sans-serif;*/
     font-family: "Jost", Arial, Helvetica, sans-serif;  
    /*system-ui 'Raleway', sans-serif; "Lato", Arial, Helvetica, sans-serif;*/
}

header#main_menu {
    position: fixed;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.ssformcls {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-left: 15px;
}

.contct_infocls{
    font-size: 20px;
    font-weight: 500;
    color: #e92e36;
}

.form-maincls {
    float: initial;
    margin: 0 auto;
    background: #ededed;
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #ed3237;
}

.sliderdivcls{
     float: initial;
    margin: 0 auto;
    display: block;
}

#formid {
    height: 100%;
    min-height: 400px;
    /*padding: 30px;*/
}

/*.form-maindiv{*/
    /*padding-top: 150px;float:initial;margin:0 auto;*/
    
  
    /*top: 50%;*/
    /*left: 50%;*/
    /*display: block;*/
    /*position: absolute;*/
    /*width: 750px;*/
    /*height: 417px;*/
    /*margin-top: -208.5px;*/
    /*margin-left: -375px;*/
/*}*/

.form-maindiv {
    /* float: initial; */
    /* margin: 0 auto; */
    top: 13%;
    left: 63%;
    /* display: block; */
    position: absolute;
    /* width: 750px; */
    height: 417px;
    /* padding-left: 50px; */
    /* padding-right: 50px; */
    float: right;
    display: block;
    width: 400px;
    height: 400px;
    padding-left: 0px;
}


/*.form-maindiv {*/
    /* padding-top: 150px; */
    /* float: initial; */
    /* margin: 0 auto; */
    /* top: 20%; */
    /* left: 20%; */
    /* display: block; */
    /* position: absolute; */
    /* width: 750px; */
    /* height: 417px; */
    /* padding-left: 50px; */
    /* padding-right: 50px; */
    /*float: right;*/
    /* margin: 0 auto; */
    /*display: block;*/
    /*width: 420px;*/
    /*height: 417px;*/
    /*padding-left: 0px;*/
    /*padding-right: 0px;*/
    /*padding-top: 105px;*/
    /*margin-right: -10px;*/
/*}*/



.header-topcls {
    font-size: 23px;
    color: #ed3237;
    font-weight: 600;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.nav.navbar-nav.navbar-right {
    padding-top: 25px;
}

.nav-topCta-wrp {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    padding-right:20px;
    margin: 0px 0 0;
}

#whtsup {
    cursor: pointer;
}

#mail_us {
    cursor: pointer;
}

.nav-topCta-wrp .nav-cta a {
    color: #ef454c;
    font-size: 16px;
}

.nav-topCta-wrp .nav-cta a img {
    width: 22px;
    margin-right: 5px;
}

.nav-topCta-wrp .nav-cta {
    margin: 0 10px;
}

.top_icn {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-right: 5px;
}



.txtareamsgcls{
    max-height: 55px;
}

.loaded {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}
img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
a{
    font-family: Lato,sans-serif; /*'Montserrat', sans-serif;"Lato", Arial, Helvetica, sans-serif;*/
    font-weight: 400;
}
.btn.extra-width {
    padding: 13px 40px;
}
.btn:focus,
.btn:active {
    outline: inherit;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    direction: rtl;*/
}
p {
    margin: 0 0 15px;

}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}
/*.form-control {
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 16px;
    height: 45px;
}*/
/* .form-control {
    display: inline-block;
    height: 35px;
    padding: 6px 25px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
} */

.form-control {
    display: inline-block;
    height: 45px;
    padding: 6px 25px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 40px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #bcefeb;
}

h1,
h2,
h3 {
    font-weight: 400;
    margin: 0;
    font-family: "Lato", Arial, Helvetica, sans-serif; 
    /*'Montserrat', sans-serif;"Lato", Arial, Helvetica, sans-serif;*/
}

h4,
h5 {
    font-weight: 400;
    margin: 0;
    line-height: 2rem;
    font-family: Lato,sans-serif; 
    /* font-family: "Lato", Arial, Helvetica, sans-serif; */
     /*'Montserrat', sans-serif;*/
}

.saveseccls {
    margin: 20px 60px 60px 60px;
    text-align: center;
}

.headtextcls {
    font-size: 75px;
    line-height: 1;
    color: #ed3237;
    letter-spacing: -1px;
    font-weight: 600;
    margin-top: 10px;
    text-transform: uppercase;
    word-spacing: 2px;
}

.subheadtextcls{
    font-size: 26px;
    line-height: 1;
    color: #ed3237;
    /*letter-spacing: -1px;*/
    font-weight: 600;
    margin-top: 10px;
    text-transform: uppercase;
    word-spacing: 2px;
}

.msgcls {
    font-size: 18px;
    line-height: 0.8;
    color: #ed3237;
    letter-spacing: 0px;
    font-weight: 600;
    text-transform: uppercase;
}

h1 {
    font-size: 3.75rem;
    line-height: 5.5rem;
    color:#fff;
    letter-spacing: .4rem;
}

h2 {
    font-size:1.875rem;
    line-height: 3rem;
    text-transform: uppercase;

}

h3 {
    font-size:1.375rem;
    line-height: 2.5rem;  
    /*text-transform: uppercase;*/
}

h4 {
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    /*text-transform: uppercase;*/
}

h5 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    color:#223d61;
    text-transform: uppercase;
}

h6 {
    /* font-size: 1rem;
    margin-bottom: .9rem; */
    font-size: 1rem;
    margin-bottom: 0.9rem;
    /* font-weight: 600; */
}

p {
    line-height: 2rem;
    font-size: 0.875rem;
}

p:last-child {
    margin-bottom: 0px;
}
/*.home-wrap h1,*/
.home-wrap h2,
.home-wrap h3,
.home-wrap h4,
.home-wrap h5,
.home-wrap p {
    color: #ffffff;
    /* font-family: 'roboto', sans-serif; */
    font-family: Verdana;
}
.text {
    color: #333333;
}
.colorstext {
    color: #5e9a28;
}
.coloricon i {
    color: #5e9a28;
}
.colorsbg {
    background: #5e9a28;
    color: #ffffff;
}

.lightbg {
    background-color: #f9f9f9;
}
.bg-grey{
    background-color: #ddd;
}
.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.outofsectiontext{
    margin-top: 40px;
}


.ss_video {
    box-shadow: rgb(241 139 143) 0px 7px 29px 0px;
    border-radius: 60px;
    width: 525px;
    height: 680px;
    border: 8px solid #fff;
    display: block;
    float: initial;
    margin: 0 auto;
    cursor:pointer;  
}

.secrowcls{
   margin-left: 12%;
margin-right: 12%; 
}


/*
Section
*/
.sections {
    padding-top: 80px;
    padding-bottom: 50px;
    overflow: hidden;
}
.sections.footer {
    padding-bottom: 80px;
}
section .subtitle h5 {
    margin-top: 10px;
    font-size: 1.3rem;
}
.parallax-section {
    max-width: 100%;
    color: #ffffff;
}
section .title-half h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
}
section .subtitle-half h5 {
    font-weight: 100;
    font-size: 17px;
}
ul{
    margin:0;
    padding:0;
    list-style:none;
}

.heading {
    margin-bottom: 4rem;
}
.overlay {
    /*background-color: rgb(41 39 34 / 45%);*/
    width: 100%;
    height: 720px;
}
.map-overlay {
   background-color:#99999952;  /* rgba(255, 114, 0, 0.75); */
    width: 100%;
    height:auto;
}

.video_overlay {
    background-color: rgba(41, 39, 34, 0.75);
    width: 100%;
    height: auto;
    display: none;
}

.no-padding {
    padding: 0 !important;
    margin:0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}
/*
Separator
*/
.separator {
    height:4px;
    width: 302px;
    margin: 0px auto;
    background: #9f9999;
    position: relative;
    bottom: -6px;
}

.separator:after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 4px;
    width: 190px;
    background: #d32a30;
    content: "";
}

.separator2 {
    height: 4px;
    width:100%;
    margin: 20px 0px;
    background: #ccc6;
    position: relative;
}

.separator2:after {
    position: absolute;
    left:0;
    bottom:0;
    height: 4px;
    width: 250px;
    background: #ed3237;
    content:"";
}


.separator3 {
    height: 4px;
    width: 30px;
    margin:20px auto;
    background: #5e9a28;
}
.separator4 {
    height: 4px;
    width: 30px;
    margin:20px 0px;
    background: #f38181;
}
/*section:nth-of-type(odd) {
    background-color: #F9F9F9;
}*/
/*
Button
*/
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
    color: #ffffff;
    background-color: #5e9a28;
    border-color: #5e9a28;
}


.btn {
    display: inline-block;
    min-width: 150px;
    line-height: 30px;
    height: 50px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
    font-size:0.8125rem;
    border-radius: 0px;
    margin-top: 20px;
    background-color: #ff7200;
    transition: .5s;
    border: 1px solid #ff7200;
    font-family: "Lato", Arial, Helvetica, sans-serif; /*'Montserrat', sans-serif;*/
    font-weight: 600;
}

.btn:hover {
    background-color:#fff; /*f4720a*/
    color: #ed3237; /*#fff*/
    text-decoration: none;
    border: 1px solid #ed3237;
    font-weight: 600;
    border-radius: 40px;
}

.btn-primary {
    background-color: #ed3237;
    transition: .5s;
    padding: 9px 30px;
    border: 1px solid #ed3237;
    border-radius: 40px;
    font-size: 15px;
    margin-top: 0px;
}

.btn_news_color{
    color:#5e9a28;
    border-color: #5e9a28;
}

.btn-md{
    border:1px solid #5e9a28;
    color:#5e9a28;
    padding: 15px;
}


.btn-larg{
    border: 1px solid #fff;
    color:#fff;
    padding:15px;
}




/*.btn-default:active, .btn-default:hover  {
    background: transparent;
}*/


/*
Extra height css
*/
.margin-top-20 {
    margin-top: 20px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}
.padding-top-20 {
    padding-top: 1.33rem;
}
.padding-bottom-20 {
    padding-bottom: 1.33rem;
}
.padding-top-40 {
    padding-top: 2.66rem;
}
.padding-bottom-40 {
    padding-bottom: 2.66rem;
}
.padding-top-60 {
    padding-top: 5rem;
}
.padding-bottom-60 {
    padding-bottom: 5rem;
}
.padding-bottom-0 {
    padding-bottom: 0;
}
/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}
h1 span {
    color: #5e9a28;
    font-weight: 400;
}

/*for placeholder changes*/

input::-webkit-input-placeholder {
    color: #ddd;
}
input::-moz-placeholder {
    color: #ddd;
}
input::-ms-input-placeholder {
    color: #ddd;
}

/*for image bg*/


/*.img-bg{
  background: url(../images/home-msg.jpg) no-repeat center top fixed;
  background-size
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}*/
/* navbar section */
.menu-scroll {
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color: #f5f5f5;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    height: 75px;
}

.main_menu_bg {
    margin-top: 0px;
    background-color: #fff; /*transparent*/
}

.main_menu_bg .navbar-default {
    background-color: transparent; 
    border-color: transparent; 
    transition: all .6s;
    margin: 15px auto;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    color:#ed3237;
    background: transparent;
}
.main_menu_bg .navbar {}

.main_menu_bg .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #ed3237;
    padding-bottom: 8px;
    border-bottom: 2px solid #ed3237;
    background: #fad8d994;
}

.main_menu_bg .navbar-nav>li>a {
    padding-top: 15px;
    /* padding-bottom: 20px; */
    text-transform: uppercase;
    font-size: 0.875rem;
    color: #000; /*#fff*/
    font-family: "Jost", Arial, Helvetica, sans-serif; /*'Montserrat', sans-serif;*/
    font-weight: 600 !important;
}

.navbar-brand {
    padding: 0px 15px;
}
.navbar-brand>img {
    max-width: 90%;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    background-color:transparent;
    color:#f5c239;

}

.dropdown-menu {
    min-width: 160px;
    padding: 0px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; 
    border: 0px solid #ccc; 
    border: 0px solid rgba(0,0,0,.15); 
    border-radius: 0px; 
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.175); 
    box-shadow: 0 0px 0px 
}

.dropdown-menu .navbar-form .form-group input[type="text"]{
    background-color:rgba(34, 61, 97, 0.68);
    border: 1px solid #ed3237;
    color:#ed3237;
    width: 300px;
}
.dropdown-menu .navbar-form .form-group .form-control::-webkit-input-placeholder{
    color: #ed3237;
    opacity: 1; 
}
.dropdown-menu .navbar-form {
    margin-right: -30px;
}


.culmn{
    width:100%;
    overflow: hidden;
}
/*heading title all area*/
.head_title{
    margin-bottom:30px;
}

.head_title h3{
    color:#413d4b;
}

.head_title p{
    font-family: 'playfair_displayregular';
}

/*home section*/

@media (min-width: 1200px) { 
    .container {
        width: 1170px;
    } 
}

.home {
    /*background: url(../images/Banner-head.jpg);*/
    /*background-size: cover;*/
    /*background-repeat:no-repeat;*/
    /*background-size:contain;*/
    /*background-position:50% 0;*/
    margin-top: 100px;
}

.homediv {
    /*background: url(../images/Banner-head.jpg);*/
    width: 100%;
    object-fit: fill;
    height: 100%;
}

.home .main_home{
    padding-top: 250px;
    
}


.home .main_home h1{
    color: #fff;
    margin-bottom:20px;
}
.home .main_home p{
    color: #fff;
    max-width: 60%;
    margin: 0 auto;
    padding-bottom: 30px;
    font-size:1.125rem;

}

.home .owl-theme .owl-nav {
    margin-top: 80px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot span {
    background: #fff;
    width: 12px;
    height: 12px;
    border-radius: 30px !important;
    background: #869791;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ed3237;
}
.owl-theme .owl-dots .owl-dot span {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transform: rotate(45deg);
}


/*service section css*/

.service_tabe_menu{}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    border:0px;
}
.nav-tabs {
    border-bottom: 0px solid transparent;
}
.nav-tabs>li>a:hover{
    border-color:transparent;
}

/*.service_tabe .nav {
    padding-left: 30px;
    margin-bottom: 0;
    list-style: none;
    margin: top;
}*/

/* .service .nav-tabs>li>a{
    text-align: center;
    color: #444444;
    width: 250px;
    height: 180px;
    margin-left:20px;
    background: url(../images/stabmenubg.png) no-repeat top center;
    border:0px;
    transition: all 0.6s;
} */

.service .nav-tabs>li>a {
    text-align: center;
    color: #444444;
    width: 250px;
    height: 180px;
    margin-left: 20px;
    background: url(../images/stabmenubg.png) no-repeat top center;
    border: 0px;
    transition: all 0.6s;
    font-weight: 600;
}

.service_tabe_menu.nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    background: url(../images/stabmenubghv-red.png) no-repeat top center;
    width:250px;
    height: 180px;
    color:#fff;

}
.service_tabe ul li a:hover{
    background: url(../images/stabmenubghv-red.png) no-repeat top center;
    color:#fff;
}
.service_tabe ul li a i{
    font-size:2rem;
    margin-top:40px;
    margin-bottom:25px;
}

.service .tab-content{
    margin-top:100px;
}


/*features section css*/

.single_features_text{}
.single_features_text h4{}
.single_features_text p{
    margin-bottom: 40px;
    display: inline-block;
    margin-top: 10px;
}
.single_features_text ul li{
    font-size:0.875rem;
    margin-bottom:15px;
}
.single_features_text ul li span{
    font-family: "Lato", Arial, Helvetica, sans-serif; /*'Montserrat', sans-serif;*/
    font-weight: 400;
}

.single_features_text a{
    margin-top:35px;
    background: transparent;
    color:#444444;
    border:1px solid #ddd;
    font-size:0.8125rem;
    padding-top: 0.8em;
}

.custtelcls{
    width: 100%;
    min-width: 300px;
}

/*video section css*/

.video{
    /*background: url(../images/videobg.jpg) no-repeat top center;*/
    /*background-size:cover;*/
}
.video .main_video{
    padding: 220px 0px 160px 0px;
    overflow: hidden;
}
.video .icon{}
.video .icon h3{
    color:#fff;
    margin-top:30px;
    margin-bottom: 0px;
}


/*about section css*/
.about{}
.about .main_about_area{}

.about .main_about_content{}

.about .main_about_content .single_about {
    transition: all 0.6s;
    /*margin-bottom: 25px;*/
    /*overflow: hidden;*/
    padding: 20px 11px 20px 11px;
}

.about .main_about_content .single_about .single_about_img img{
    width:100%;
    height: 100%;
}

/*.about .single_about .single_ab_icon {*/
/*    width: 15%;*/
/*    float:left;*/
/*    position: relative;*/
/*}*/

.about .single_about .single_ab_icon1 {
    width: 30%;
    /* float: left; */
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.about .single_about .single_ab_icon {
    width: 30%;
    /* float: left; */
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.about .single_about .single_ab_icon i{
    width: 100px;
    height: 105px;
    background: url(../images/iconbg1.png) no-repeat center center;
    line-height: 100px;
    text-align: center;
    color: #444;
    font-size: 2rem;
    transition: all 0.6s;

}

.about .single_about:hover .single_ab_icon i {
    background: url(../images/iconbg1h.png) no-repeat center center;
    color: #fff;

}

.about .single_about:hover .single_ab_icon:before{
    opacity: 1;
}

.about .single_about .single_ab_icon:before {}

/*.about .single_about .single_ab_text {*/
/*    width: 70%;*/
/*    float: left;*/
    /* margin: 25px 0px 25px 20px; */
/*}*/

.about .single_about .single_ab_text {
    /*width: 100%;*/
    /*float: left;*/
    text-align: center;
}

.about .single_ab_mision li{
    margin-bottom:10px;
}

/*about_skill_area*/ 

.about_skill_area{
    /*margin-top:75px;*/
}

.about_skill_area .about_tabe .about_tabe_menu li a {
    /*width: 220px;*/
    /*height: 60px;*/
    /*line-height: 50px;*/
    /*background-color: #fff;*/
    /*display: inline-block;*/
    /*float: left;*/
    /*margin-right: 10px;*/
    /*margin-bottom: 20px;*/
    /*color: #e92e36;*/
    /*border-radius: 13px;*/
    /*text-align: center;*/
    /*font-weight: 600;*/
    /*font-size: 16px;*/
    /*font-family: system-ui;*/
    /*border: 1px solid;*/
    
      width: 290px;
    height: 60px;
    line-height: 68px;
    background-color: #fff;
    display: inline-block;
    float: left;
    margin-right: 80px;
    margin-bottom: 20px;
    color: #e92e36;
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    font-family: Lato,sans-serif;
    border-bottom: 1px solid;
}

/*.about_skill_area .about_tabe .about_tabe_menu li a{*/
/*    background: url(../images/skmenubg.png) no-repeat top center;*/
/*    width:175px;*/
/*    height: 60px;*/
/*    line-height: 50px;*/
/*    text-align: center;*/
/*    color:#444444;*/
/*    display: inline-block;*/
/*    float: left;*/
/*    margin-right: 10px;*/
/*    margin-bottom: 20px;*/
/*}*/

.cilnic_img{
    width: 20%;
    height: 100%;
    padding: 5px;
}   

#our_dentist{
        padding-top: 95px;
}

/*.about_skill_area .about_tabe .about_tabe_menu li.active a:hover, .about_tabe_menu li.active a:focus {*/
/*    background-color: #e92e36;*/
/*    color: #fff;*/
/*}*/

/*.about_skill_area .about_tabe .about_tabe_menu li.active a:hover, .about_tabe_menu li.active a:focus {*/
/*    color: #fff;*/
/*    cursor: pointer;*/
/*    background: url(../images/skmenubgh.png) no-repeat top center;*/
/*}*/


/*.about_skill_area .about_tabe .about_tabe_menu li a:hover{*/
/*    color: #fff;*/
/*    background: url(../images/skmenubgh.png) no-repeat top center;*/
/*}*/


.about_skill_area .tab-content{
    margin-top:50px;
    display: inline-block;
}

.about_skill{
    margin-top:-38px;
}

.skillbar {
    background: transparent;
    display: block;
    height: 7px;
    margin-bottom: 64px;
    top: 65px;
    position: relative;
    transition-delay: 0s;
    transition-duration: .4s;
    transition-property: width, background-color;
    transition-timing-function: linear;
    width: 100%;
    border:1px solid #dddddd;
}
.skillbar-title {
    color: #323232;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: -40px;
    width:100%;
}

.skillbar-title span {
    display: block;
    float: right;
    margin-left: 75px;
    margin-top: -30px;
    font-size: 13px;
}

.skillbar-bar.blue {
    background-color: #ed3237;
    height: 5px;
    width: 0;
}


/*counter section css*/
/*counter section css*/
.counter{
    background: url(../images/counterbg.jpg) no-repeat top center;
    background-size: cover;
}
.counter .main_counter_area{}
.counter .main_counter_area{
    padding:80px 20px;
}
.counter .main_counter_area .single_counter{}
.counter .main_counter_area .single_counter .single_counter_item{

}

.counter .main_counter_area .single_counter h2{
    color:#fff;
    font-size:2.8125rem;
}
.counter .main_counter_area .single_counter i{
    color:#ed3237;
    font-size:1.875rem;
    display: inline-block;
    margin-top:20px;
}
.counter .main_counter_area .single_counter p{
    color:#fff;
    font-size:0.8125rem;
}



/*Features section css*/
.features .owl-theme .owl-dots .owl-dot span {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transform: rotate(0deg);
    border: 1px solid #ddd;
}


/*others service section css*/
.othersservice{
    background: #ffffff;
}
.main_othersservice_area{}
.othersservice .single_othersservice {
    margin-bottom:30px;
    margin-top:20px;
    display: inline-block;
    width:100%;

}

.othersservice .single_othersservice .single_othersservice_icon{}
.othersservice .single_othersservice .single_othersservice_icon h4 i{
    color:#444;
    font-size:2rem;
    background: url(../images/iconbg2.png) no-repeat center center;
    width:64px;
    height:65px;
    line-height: 65px;
    text-align: center;  
    margin-right: 10px;
    transition: 0.6s; 
}
.othersservice .single_othersservice:hover .single_othersservice_icon h4 i{
    background: url(../images/iconbgh2.png) no-repeat center center; 
    color:#fff;
}
.othersservice .single_othersservice .single_othersservice_content{

}

.dent-tourimg{
    width: 100%;
    max-height: 729px;
    border-radius: 20px;
}


/* Team section css */
.team{
    color:#fff;
}

.team .single_team_content {
    margin-top: 25px;
    transition: all .6s;
    margin-bottom: 45px;
}


.team .single_team_content .single_team_img img{
    width:100%;
    transition: 0.6s;

}
.team .single_team_content .single_team_img{
    position: relative;

}
.team .single_team_content:hover .single_team_img img{
    transform: scale(1.05);


}
.team .single_team_content:hover .single_team_text_overlay{
    opacity: 1;
}
/* .team .single_team_content .single_team_text_overlay{
    position: absolute;
    left: 15%;
    top: 30%;
    background: #ef5f65;
     /*rgba(255, 114, 0, 0.75)*/
    /*padding: 10px 20px;
    width:70%;
    opacity:0;
    transition: all 0.6s;
} */

/*.drptxt{*/
/*    font-size: 18px;*/
/*    text-align: center;*/
/*}*/

/*.drtopfnt{*/
/*    font-size: 24px;*/
/*}*/

.drtopfnt {
    font-size: 22px;
    color: #000;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 15px;
    font-weight: 600;
}

.drptxt {
    font-size: 13px;
    text-align: center;
    color: #6c6864;
    font-weight: 600;
    line-height: 20px;
}

.knmaindiv{
   /*margin-top: 30px; */
}

.headbordernoncls .close{
        margin-top: -33px;
}

/*.knmorecls {*/
/*    font-size: 20px;*/
/*    color: #ef5f65;*/
/*    font-weight: 600;*/
/*    text-align: center;*/
/*    padding: 0px 25px 0 25px;*/
/*    background: none;*/
/*    border: none;*/
/*}*/

.knmorecls {
    font-size: 19px;
    background-color: #ef5f65;
    font-weight: 600;
    text-align: center;
    padding: 7px 25px 7px 25px;
    color: #fff;
    border: 1px solid;
    border-radius: 60px;
    margin: 0 auto;
    float: initial;
    display: block;
    font-family:Lato,sans-serif;
}

.revitxt1{
    font-size:15px;
    font-weight:500;
    color:#000;
}

/*.mdcentercls {*/
    /*width: 600px;*/
    /* margin: 150px auto; */
    /*height: 100%;*/
/*}*/

/*.knmorecls:hover{*/
/*    color:  #e92e36 !important;*/
/*}*/

.team .single_team_content .single_team_text_overlay a:hover {
       color: #fff !important;
}

.headbordernoncls{
    border-bottom:none;
}

.foobordernoncls{
    border-top:none;
}

.mdtitlecls{
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    color: #e92e36;
}

.smiledivcls{
    text-align: center;
    padding: 30px 50px 30px 50px;
}

.smiletxtcls {
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
}

.backdrcls {
    box-shadow: rgb(175 173 173) 0px 7px 29px 0px;
    border: 1px solid rgb(0 0 0 / 9%);
    padding: 25px 25px 25px 25px;
    border-radius: 60px;
    width: 27%;
    margin: 3% 3% 3% 3%;
    min-height: 530px;
}


.team .single_team_content .single_team_text_overlay {
    position: absolute;
    left: 23%;
    top: 50%;
    background: #ffff;
    padding: 14px 20px;
    width: 55%;
    opacity: 0;
    transition: all 0.6s;
    height: 14%;
    border-radius: 60px;
    border: 5px solid #ef5f65;
    cursor: pointer;
    
}

.team .single_team_content .single_team_text_overlay h4{
    margin-bottom: .0rem;
    display: inline-block;
}

.team .single_team_text_overlay .team_overlay_socail{
    margin-top:40px;
}

.team .single_team_content .single_team_text_overlay .team_overlay_socail a i{
    border:1px solid #fff;
    color:#fff;
    width:30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    transition: all .6s;
}
.team .single_team_content .single_team_text_overlay .team_overlay_socail a:hover i{
    background: #fff;
    color:#ed3237;
}



/*why choose us section css*/

/*choose section css*/
.choose{} 
.choose .main_choose{}
.choose .main_choose .single_choose{}
.choose .main_choose .single_choose .single_choose_img img{
    width:100%;
    height: 100%;
}
.choose .main_choose .single_choose .single_choose_acording{}
.choose .main_choose .single_choose .single_choose_acording .panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: #ddd;
}

.panel-heading{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 0;
}
.panel-group .panel {
    border-radius: 0px;
    margin-bottom: 20px;
}

.contact_info_content {
    margin-top: 50px;
    margin-bottom: 50px;
}

/* .choose .main_choose .single_choose .single_choose_acording .panel-title>a {
    color: #333333;
    display:block;
    text-transform: uppercase;
} */

/* .choose .main_choose .single_choose .single_choose_acording .panel-title>a {
    color: #333333;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
} */

.choose .main_choose .single_choose .single_choose_acording .panel-title>a {
    color: #333333;
    display: block;
    /*text-transform: uppercase;*/
    font-size: 16px;
    font-weight: 600;
}

.choose .main_choose .single_choose .single_choose_acording .panel-title a i{
    color: #444444;
    font-size: 1.575rem;
    display: inline-block;
    /* margin-right: 15px; */
    /* background: url(../images/ch_col_icn.png) no-repeat left center; */
    width:49px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    transition: 0.6s;
}

/* .choose .main_choose .single_choose .single_choose_acording .panel-title a i:hover {
    background-color: #eb2f37;
    color: #fff;
} */

/* .choose .main_choose .single_choose .single_choose_acording .panel-title>a:hover{
    background-color: #eb2f37;
    color: #fff;
} */

/* .choose .main_choose .single_choose .single_choose_acording .panel-title:hover a i{
    color: #fff;
    background: url(../images/ch_col_icn_h.png) no-repeat left center;
} */

.choose .main_choose .single_choose .single_choose_acording .panel-title a i.fa-chevron-down{
    float:right;
    margin-right: 0px;
}

/*portfolio2 section css*/
.btn-md:active, .btn-md.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
}
button.btn-md:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
    outline:none;
    color:#ff7200;
}

/*button.btn-md {*/
/*    text-align: center;*/
/*    color: #444;*/
/*    letter-spacing: 1px;*/
/*    margin: 0;*/
/*    font-size: 0.8125rem;*/
/*    border-radius: 0px;*/
/*    margin-top: 0px;*/
/*    background-color: transparent;*/
/*    transition: .5s;*/
/*    border: 0px solid #ff7200;*/
/*    font-weight: 400;*/
/*}*/

button.btn-md {
    text-align: center;
    color: #444;
    letter-spacing: 1px;
    margin: 0;
    font-size: 15px;
    border-radius: 0px;
    margin-top: 0px;
    background-color: transparent;
    transition: .5s;
    border: 0px solid #ff7200;
    font-family: Lato,sans-serif;
    font-weight: 600;
}

/*button.btn-md:hover {*/
/*    background-color: transparent;*/
/*    color: #ff7200;*/
/*    text-decoration: none;*/
/*    border: 0px solid #f4720a;*/
/*}*/

button.btn-md:hover {
    background-color: transparent;
    color: #eb3d45;
    text-decoration: none;
    border-bottom: 4px solid #eb3d45;
}

.portfolio .toolbar{
    margin-bottom:50px;
}

#portfoliowork {  
    margin: 1rem 0;
    -webkit-column-count: 3; 
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}
.tile { 
    display: none;

}


.scale-anm {
    margin: 0 0 1.125rem;
    width: 100%; 
}


.tile img {
    height: auto;
    display: block; 
    width: 100%;
}

.single_portfolio{
    position: relative;

}
.single_portfolio:hover .grid_item_overlay{
    opacity: 1;
}

/*.grid_item_overlay{*/
/*    position: absolute;*/
/*    left:10%;*/
/*    top:10%;*/
/*    width:80%;*/
/*    height: 80%;*/
/*    background: rgba(255, 114, 0, 0.75);*/
/*    color:#fff;*/
/*    padding: 20px;*/
/*    opacity: 0;*/
/*    transition: 0.6s;*/
/*    text-align: center;*/
/*    padding-top:35%;*/
/*    z-index: 99;*/
/*}*/

.grid_item_overlay {
    position: absolute;
    left: 15%;
    top: 30%;
    width: 70%;
    height: 40%;
    background: rgba(255, 114, 0, 0.75);
    color: #fff;
    padding: 20px;
    opacity: 0;
    transition: 0.6s;
    text-align: center;
    padding-top: 15%;
    z-index: 99;
}

.g_overlay_1{
    padding-top:16%;
}
.g_overlay_2{
    padding-top: 85%;
}
/*.grid_item_overlay h4{
    margin-bottom:0;
    margin-top:40px;  
}
.grid_item_overlay p{

}
.grid_item_overlay .overlay_icon_area{
    overflow: hidden;
    display: block
}*/

/*.grid_item_overlay a i{*/
/*    width:30px;*/
/*    height: 30px;*/
/*    line-height: 30px;*/
/*    text-align: center;*/
/*    border:1px solid #fff;*/
/*    color:#fff;*/
/*    display: inline-block;*/
/*    background: transparent;*/
/*}*/

.grid_item_overlay a i {
    width: 121px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    background: transparent;
    font-size: 24px;
}

.grid_item_overlay a:hover i{
    color:#ff7200;
    background: #fff;
}

/*.btn {
    font-family: Lato;
    font-size: 1rem;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    padding: .5rem 1rem;
    margin: 0; 
    height: auto;
    border: 1px solid #ccc; 
    vertical-align: middle;
    -webkit-appearance: none;
    color: #555;
    background-color: rgba(0, 0, 0, 0);
}*/


/*portfolio section css*/
/*.portfolio{
    overflow: hidden;
    width:100%;
}
.heading_filter_menu{
    overflow: hidden;
    height: 150px;
}
.main_portfolio .head_title h4{
    float:left;
    font-size:1.375rem;
}
.main_portfolio .head_title a{
    display: inline-block;
    float:right;
    color:#413d4b;
}

.main_portfolio_content{}

.grid{}

.grid-item { 
    width: 23%; 
}
.grid-item--width2{
    width:45%;
    height: 300px;
}
.grid-item img{
    width:100%;
    height: 100%;
}

.portfolio .grid-item{
    position: relative;
}

.portfolio .grid-item:hover .grid_item_overlay{
    opacity: 1;
}
.portfolio .grid_item_overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 33%;
    color: #fff;
    transition: all 0.6s;
    opacity: 0;
    background-color: rgba(76, 61, 114, 0.55)
}
.portfolio .grid_item_overlay p{
    color:#fff;
    margin-bottom:5px;
}
.portfolio .grid_item_overlay i{
    margin-bottom:10px;
    font-size:2rem;
    color:#FFF;
}*/




/* Carousel */
.testimonial{
    background: url(../images/testbg.jpg) no-repeat center center;
    background-size: cover;
}
.main_testimonial {
    color:#fff;
}
.main_testimonial .single_testimonial i{
    color:#fff;
    margin-bottom:30px;
    font-size:2rem;
    padding: 2px;
}
.main_testimonial .single_testimonial p{
    color:#fff;
    letter-spacing: .03rem;
}
.main_testimonial .single_testimonial .single_test_author{
    margin-bottom:40px;
    display: inline-block;
}
.main_testimonial .single_testimonial .single_test_author h4{
    color:#fff;
    margin-bottom:0px;
    font-size:1rem;
}
.main_testimonial .single_testimonial .single_test_author h4 span{
    font-family: "Lato", Arial, Helvetica, sans-serif; /*'Montserrat', sans-serif;*/
    font-weight: 400;
}
.main_testimonial .single_testimonial .single_test_author p{
    color:#fff;
}

.main_testimonial .owl-theme .owl-dots .owl-dot span {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transform: rotate(0deg);
}

/*clogo section css*/
.clogo{
    background: #eeeeee;
}




.contactcls {
    padding-top: 7%;
    padding-bottom: 9%;
}

/*contact section css*/
.contact{
    background: url(../images/contactbg.png) no-repeat center center;
    background-size: cover;
}

.contact .single_contact_info{
    margin-bottom:45px;
    overflow: hidden;
}

.contact .single_info_icon {
    width:15%;
    float: left;
    /*margin-right: 5%;*/
}

.contact .single_info_icon i {
    width: 60px;
    height: 56px;
    line-height:53px;
    color: #e92e36;
    /*background: url(../images/info_iconbg.png) no-repeat;*/
    font-size: 40px;
    padding-left: 0px;
    text-align: center;
}

.contact .single_info_text {
    float:left;
    width:80%;
}




/*maps section css*/

.maps{
    background: url(../images/mapbg.jpg) no-repeat top center;
    overflow: hidden;
    background-size: cover;
    position:relative;
}

.main_maps{
    width:100%;
    height: 100%;
}
.main_maps .map_canvas_icon{
    position:absolute;
    left:35%;
    top:25%;
    cursor:pointer;
}

.main_maps i{
    color:#ed3237; /*#fff*/
    font-size:40px;
    
}

.main_maps h2 {
    color: #ed3237;
    font-weight: 600;
}

#map_canvas{
    height: 160px; 
    width: 100%;
}





/*footer widget*/

.footer_widget{
    background: #1a1a1a;
    color:#fff;
    background-size: cover;
}
.footer_widget .main_widget{
    padding: 55px 15px 80px 15px; 
    overflow: hidden;
}
.single_widget{
    margin-bottom:30px;
}
.single_widget ul li{
    margin-bottom:10px;
}
.single_widget ul li a{
    width:100%;
    display:block;
    overflow: hidden;
    font-size:0.875rem;
    color:#fff;
    line-height: 1.4rem;
}
.single_widget ul li a:hover{
    color:#ff7200;
}

.footer_logo{
    margin-bottom: 20px;
}

.single_widget li.single_latest_news{
    margin-bottom: 20px;
}
.footer_subcribs_area .navbar-form {
    padding: 0;
}
.footer_subcribs_area .form-control {
    font-size: 14px;
    border: 1px solid #a199b4;
    color:#a199b4;
    border-radius:0px;
    width: 100%;
    display: inline-block;
    height: 45px;
    background-color:transparent;
    line-height: 20px;
}
.footer_subcribs_area .form-group{
    position:relative;
}

.footer_subcribs_area .submit_btn{
    background: transparent;
    border: 0px solid #ccc;
    color: #ededed;
    padding: 5px 10px;
    border-radius: 0px;
    height: 45px;
    outline: none;
    width: 25%;
    transition: all .6s;
    margin-left: 5px;
    position: absolute;
    right: 0;
    top: 0;
}

.footer_subcribs_area .submit_btn:hover{
    color: #fff;
}
.footer_subcribs_area .submit_btn:before {
    content: "\f178";
    font-family: 'Fontawesome';
    text-align: center;
    font-size:1rem;
}


/*footer section*/
.footer{
    background:  #ed3237; /*0000*/
    margin-top:60px;
}
.footer .main_footer{
    overflow: hidden;
    padding: 40px 0px;
}
.footer .flowus{
    text-align: right;
}

/* .footer .flowus a i{
    color:#fff;
    font-size:1rem;
    padding: 5px;
    border:1px solid #fff;
    border-radius: 0;
    width:30px;
    height:30px;
    text-align: center;
    line-height: 18px;
    margin-right:5px;
    margin-top:10px;
} */

.footer .flowus a i {
    color: #fff;
    font-size: 20px;
    padding: 8px;
    border: 1px solid #fff;
    border-radius: 29px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 19px;
    margin-right: 3px;
    margin-top: 10px;
    font-weight: 500;
}

/* .footer .flowus a i:hover{
    color:#ff7200;
    border:1px solid #ff7200;
} */

div#testi_id {
    z-index: 0 !important;
}

.footer .flowus a i:hover {
    color: #e92e36;
    border: 1px solid #f5f5f5;
    background-color: #fff;
}

.copyright_text {
    text-align: center;
    font-weight: 600;
}

.stickyfoo {
    display: flex;
    position: fixed;
    bottom: 0;
    background-color: #ed3237;
    padding: 8px;
    height: 12%;
    border: 1px solid #fff6;
    width: 100%;
    left: 0;
    z-index: 1;
    right: 0;
}

.fooiconscls {
    width: 45px;
    margin: 0 auto;
}

.foosubtxtcls{
    font-size: 15px;
    text-align: center;
    color: #fff;
    font-weight: bolder;
}

.foogrupdivcls {
    display: inline-grid;
    margin: 10px;
}

.substicky{
     display:flex;
     margin:0 auto;
}

.copyright_text p {
    color: #fff;
    line-height: 25px;
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 15px !important;
    font-size: 17px;
}

.copyright_text p i{
    padding:0px 3px;
    color:#fff; /*#ff0000*/
}

.copyright_text p a {
    padding: 0px 3px;
    color: #fff;
    font-weight: 600;
}


/* scrollup */

.scrollup{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    opacity: .3;
    position: fixed;
    bottom: 20px;
    right: 25px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    z-index: 1000;
    transition: opacity .5s, background-color .5s;
    -moz-transition: opacity .5s, background-color .5s;
    -webkit-transition: opacity .5s, background-color .5s;
}

.scrollup:hover {
    background: #ff7200;
    opacity: 1;
}

.scrollup i {
    font-size: 13px;
    position: absolute;
    opacity: 1;
    color: #fff;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -6px;
    text-decoration: none;

}





/*=== Trigger  ===*/
.animate {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

/*=== Optional Delays, change values here  ===*/
.one {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  
  .two {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
  
  .three {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
  
  .four {
    -webkit-animation-delay: 3.5s;
    -moz-animation-delay: 3.5s;
    animation-delay: 3.5s;
  }
  
  .five {
    -webkit-animation-delay: 4.5s;
    -moz-animation-delay: 4.5s;
    animation-delay: 4.5s;
  }
  
  .six {
    -webkit-animation-delay: 5.5s;
    -moz-animation-delay: 5.5s;
    animation-delay: 5.5s;
  }
  
  .seven {
    -webkit-animation-delay: 6.5s;
    -moz-animation-delay: 6.5s;
    animation-delay: 6.5s;
  }
  
  .eight {
    -webkit-animation-delay: 7.5s;
    -moz-animation-delay: 7.5s;
    animation-delay: 7.5s;
  }
  
  /*=== Animations start here  ===*/

/*==== FADE IN UP ===*/
@-webkit-keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  
  /*=== FADE IN DOWN ===*/
  .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  /*=== FADE IN LEFT ===*/
  @-webkit-keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  
  /*==== FADE IN RIGHT ===*/
  @-webkit-keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  
  /*=== FADE IN  ===*/
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
  
  /*=== FADE IN UP Big ===*/
  .fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
  }
  @-webkit-keyframes fadeInUpBig {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInUpBig {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  /*=== FADE IN DOWN Big ===*/
  .fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
  }
  @-webkit-keyframes fadeInDownBig {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInDownBig {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  /*=== FADE IN LEFT Big ===*/
  .fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
  }
  @-webkit-keyframes fadeInLeftBig {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInLeftBig {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  /*=== FADE IN RIGHT Big ===*/
  .fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
  }
  @-webkit-keyframes fadeInRightBig {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInRightBig {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  


.about .main_about_content .single_about:hover {
   color:#ed3237;
}

/* .iconscls:hover.red{
     -webkit-filter: invert(40%) grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(400%) contrast(2);
    filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
/* }  */

/* img.iconscls{
    max-width: 99%;
} */

.tour_col1{
    padding:25px;
}

.secrowcls{
    margin-left:15%;
    margin-right:6%;
}

.single_ab_icon:hover {
    cursor: pointer;
    border: 5px solid #ed3237;
    border-radius: 90px;
    padding: 12px;
}

.single_ab_icon1:hover {
    cursor: pointer;
    border: 5px solid #ed3237;
    border-radius: 90px;
    padding: 12px;
}

h3.advndenaltonecls {
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    font-family: Lato,sans-serif;
    /*margin-left: 12px;*/
}

/*h3.advndenaltonecls {*/
/*    font-size: 20px;*/
/*    font-weight: 600;*/
/*    margin-top: 26px;*/
/*    font-family: system-ui;*/
     /* system-ui;  "Helvetica Neue",Helvetica,Arial,sans-serif*/
    /* margin-bottom: 18px; */
/*    margin-left: 12px;*/
/*}*/

h3.advndenaltwocls {
    font-size: 20px;
    font-weight: 600;
    margin-top: 14px;
    font-family: Lato,sans-serif;
     /* system-ui;  "Helvetica Neue",Helvetica,Arial,sans-serif*/
    /* margin-bottom: 18px; */
    /*margin-left: 12px;*/
}

.single_about_left_img{
    margin-top: 0px;  
   
}

.head-tourismcls {
    color: #eb3d45 !important;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
}

.headothercls {
    color: #eb3d45 !important;
    font-size: 40px;
    line-height: 35px;
    font-weight: 500;
    /*margin: 0 20px 0 20px;*/
}

.sub_textcls {
    font-size: 22px;
    text-align: center;
    padding: 20px;
}

.faqtxtcls {
    font-size: 15px;
    color: #e92e36;
    font-weight: 600;
    /* text-align: justify; */
    font-family: Lato,sans-serif;
}
.why-clove li:before {
    content: "";
    background: url(../images/de_teeth.png) left top no-repeat;
    width: 18px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 2px;
}

/* .single_choose {
    margin-left: 15%;
    margin-right: 15%;
} */


/*mayuri*/

/* .why-clove li:before {
   
    background: url(../images/de_teeth.png) left top no-repeat;
    width: 18px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 2px;
} */

.why-clove li:before {
    content: "";
    background: url(../images/tht-dents.png) left top no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 2px;
}

.why-clove li {
    font-size: 18px;
    color: #565554;
    /*font-family: 'ITCAvantGardeStd-Bk';*/
    padding: 3px 0px 10px 40px;
    line-height: 35px;
    position: relative;
    text-align: justify;
}

.why-clove .why-right-panel {
    float: right;
}

.separator1 {
    height: 4px;
    width: 302px;
    margin: 0px auto;
    background: #9f9999;
    position: relative;
    bottom: -6px;
}

.separator1:after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 4px;
    width: 190px;
    background: #d32a30;
    content: "";
}

.separator2 {
     height: 4px;
    width: 302px;
    margin: 0px auto;
    background: #9f9999;
    position: relative;
    bottom: -6px;
}

.separator2:after {
 position: absolute;
    left: 0px;
    bottom: 0px;
    height: 4px;
    width: 190px;
    background: #d32a30;
    content: "";
}

.clove-difference ul li {
    width: 19.7%;
    float: left;
    text-align: center;
    padding: 45px 20px 10px;
    margin-right: 3px;
    min-height: 310px;
}

.clove-difference ul li.patients {
    background-color: #fff1e5;
    border-bottom: 15px solid #d62d31;
}

 .clove-difference ul li.procedures {
        background-color: #fffaf0;
        border-bottom: 15px solid #ed5f66;
}

.clove-difference ul li.implant {
    background-color: #fff5ef;
    border-bottom: 15px solid #f5a0a4;
}

.clove-difference ul li.doctors {
    background-color: #f1faff;
    border-bottom: 15px solid #fbdadc;
}

.clove-difference ul li.clinics {
    background-color: #f3f3f3;
    border-bottom: 15px solid #fadedf94;
}
.clove-difference ul li {
    width: 19.7%;
    float: left;
    text-align: center;
    padding: 45px 20px 10px;
    margin-right: 3px;
    min-height: 310px;
}

.clove-difference ul li .difference-text-box {
    width: 100%;
    float: left;
    padding-top: 25px;
}

.clove-difference ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.clove-difference ul li .difference-text-box h4 {
    color: #44240f;
    font-size: 36px;
    font-family: 'ITCAvantGardeStd-Bold';
    text-align: center;
}

.clove-difference ul li .difference-text-box h4 sup {
    position: relative;
    top: -5px;
    right: 6px;
    font-size: 30px;
    font-family: 'ITCAvantGardeStd-Md';
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    
/*.clove-difference ul li, .clove-difference ul li.clinics {*/
/*    width: 19.6%;*/
/*    min-height: 250px;*/
/*    padding: 30px 5px 10px;*/
/*    margin: 0 0.2%;*/
/*}*/



.clove-difference ul li, .clove-difference ul li.clinics {
    width: 100%;
    min-height: 250px;
    padding: 30px 5px 10px;
    margin: 0 0.2%;
}

.clove-difference ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}

.clove-difference ul li .difference-text-box h4 {
    margin-bottom: 15px;
}

/*.form-maindiv {*/
/*   float: initial;*/
/*    margin: 0 auto;*/
/*    display: block;*/
/*    width: 750px;*/
/*    height: 417px;*/
/*    padding-left: 50px;*/
/*    padding-right: 50px;*/
/*    padding-top: 130px;*/
/*}*/

.drptxt {
    font-size: 15px;
    text-align: center;
    color: #3a3334d4;
    font-weight: 600;
}

}


@media only screen and (min-width: 992px) and (max-width: 1201px){
    .about .main_about_content .single_about {
        padding: 20px 2px 20px 2px;
    }
    
}

/*media query*/




@media only screen and (min-width: 300px) and (max-width: 374px){
.clove-difference ul li {
    min-height: 160px;
}

.custtelcls {
    width: 100%;
    min-width: 250px;
}

.clove-difference ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}

.clove-difference ul li, .clove-difference ul li.clinics {
    width: 100%;
    min-height: 250px;
    padding: 30px 5px 10px;
    margin: 0 0.2%;
}

.clove-difference ul li .difference-text-box h4 {
    margin-bottom: 15px;
}


.form-maindiv {
    float: initial;
    margin: 0 auto;
    display: block;
    width: 300px;
    height: 417px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 160px;
}

.overlay {
    /*background-color: rgb(41 39 34 / 45%);*/
    width: 100%;
    height: 930px;
}



/*.home {*/
/*    background: url(../images/happy-smile.jpg) no-repeat center center fixed;*/
/*    background-size: cover;*/
/*    background-repeat:no-repeat;*/
/*}*/

/*h3.advndenaltonecls {*/
  
/*    margin-top: 12px;*/
/*    margin-left: 6px;*/
/*}*/

.about .single_about .single_ab_text {
    /*margin-left: 20px !important;*/
}

/*h3.advndenaltwocls {*/
  
/*    margin-top: 3px;*/
/*    margin-left: 6px;*/
/*}*/


     .maindiv_video {
     margin: 0px 0px 0px 0px;
    
    }

    .col-md-6.why-clove.wow.fadeInRight {
     margin-bottom: 60px;
    }
    
    .ss_video {
    box-shadow: rgb(241 139 143) 0px 7px 29px 0px;
    border-radius: 60px;
    width: 275px;
    height: 700px;
    border: 8px solid #fff;
}

.mdcentercls {
    width: 300px;
    margin: 60px auto;
}

.smiledivcls {
    text-align: justify;
    padding: 30px 5px 30px 5px;
}

 .backdrcls {
    box-shadow: rgb(175 173 173) 0px 7px 29px 0px;
    border: 1px solid rgb(0 0 0 / 9%);
    padding: 25px 25px 25px 25px;
    border-radius: 60px;
    width: 80%;
    margin: 10% 10% 10% 10%;
    min-height: 530px;
}
    .mobviewcls{
        float: initial;
        margin: 0 auto;
        display: block;
    }
 

}

@media only screen and (min-width: 320px) and (max-width: 334px){
    
    .foogrupdivcls {
    display: inline-grid;
    margin: 10px 0px !important;
}

    
    .service-list .box-icon {
    padding: 35px 10px !important;
    border-bottom: 0px !important;
    border-right: 4px solid #fff;
    width: 30%;
}

.nav-topCta-wrp .nav-cta a {
    color: #ef454c;
    font-size: 15px !important;
}

.service-list-wrap.active .service-list .box-icon {
    padding: 90px 10px !important;
}

.service-list-wrap.active .service-list {
    height: 275px !important;
}

.box-icon img {
    max-width: 60px !important;
}

 .service-list .box-title-wrap .box-title {
    margin: 0;
    -webkit-writing-mode: unset !important;
    -ms-writing-mode: unset !important;
    writing-mode: unset !important;
    padding: 35px 10px !important;
}

.service-list {
    height: 130px !important;
    display: flex;
}

.service-list .box-content {
    padding: 30px 16px !important;
}
    
    .service-list-wrap {
    margin-bottom: 60px !important;
    }
    
    .content-wrap {
        width: 70% !important;
    }
    
    .service-list-area {
        flex-wrap: wrap;
         margin: 0px !important;
         gap:0px !important
    }
    
    .box-title {
    font-size: 20px !important;
    }
    
    
    .form-maindiv {
    float: left;
    top: 13%;
    height: 417px;
    display: contents;
    width: 400px;
    height: 400px;
    padding-left: 0px;
    position:relative;
    }

    .btn-primary {
        margin-left: 20% !important;
        margin-right: 20% !important;
    }
    
    .box_text {
        width: 305px !important;
    }
    
    .form-maincls {
        float: initial;
        margin: 0 auto;
        background: #ededed;
        border-radius: 10px;
        padding: 10px;
        border: 2px solid #ed3237;
        width: 295px;
        height: 710px;
        margin-top: 40px;
    }
    
    .headtextcls {
        font-size: 37px;
    }
    
    .subheadtextcls {
        font-size: 21px;
        margin: 18px;
    }
    
    .main-footercls {
        gap: 100px !important;
        /*flex-direction: column !important;*/
        /*padding: 5%;*/
    }
    
    .txtsechedcls {
        margin-top: 0px !important;
    }

   .mobimglastcls {
    /*margin: 0 -20px 0 -24px;*/
    }
    
   .footer .flowus {
    text-align: center !important;
    }
    
    .copyright_text {
        text-align: center !important;
    }

    .fooaddrecls {
        font-size: 14px !important;
    }
    
    .foomailcls {
        font-weight: 600 !important;
        font-size: 14px !important;
    }
    
    .headothercls {
        margin: 35px 0px 0 0px !important;
        text-align: center;
    }
    
    /*.about-content {*/
    /*  margin: 0 60px 0px 70px !important;*/
    /*}*/
    
    .whysecscls {
    gap: 11px !important;
    }

     .topalignimgcls {
     margin-top: 20px !important; 
    /*width: 290px !important;*/
    /*margin: 35px 0 0 40px !important;*/
    }
        
    .mobsecwhycls {
    /*margin-left: 35px !important;*/
    }

    .whysecscls {
     flex-wrap: wrap !important;
    }
    
    .col-md-4.whyrightimgcls {
    margin: 50px 0 0px 40px !important;
    }
    
   .whyleftimgcls{
          /*margin: 0px 45px 0px -15px !important;    */
    }
    
   .msgcls {
    line-height: 18px !important;
    font-size: 17px;
    }

    .about-inner-img {
    width: 112px !important;
    float: inline-start;
    padding-top: 0px !important;
    padding-bottom: 45px !important;
    }
    
   .mbwhyrightcls {
    width: 290px !important;
    margin: 32px 0 -20px 0 !important;
   }
   
    .about-section .about-img-info .about-img img {
    margin-left: 20px !important;
    margin-bottom: -35px !important;
    margin-top: 53px !important;
    }
    
    .abutrightcls {
    min-width: 145px !important;
    margin-left: 100px;
    margin-top: -14px;
    border-radius: 25px;
}

.mobviewaligncls {
    margin: 0 50px !important;
}

.affcenteraligncls {
    margin-top: -20px !important;
    margin-bottom: 75px;
}

.affrowcls {
    display: flex;
    flex-direction: column-reverse;
}
    
  .rightimgcls {
    width: 100px !important;
    height: 100px !important;
    margin: -16px -30px 171px 37px !important; 
}
    
    .tourimgcls{
        margin: -60px 0 0px 0px !important;
    }
    .afforimgcls{
        margin: 5px !important;
    }
    .head-tourismcls {
      margin-top: 40px !important;
    }
    .offerbtnnewcls {
    margin: 10px !important;
    float: inline-start !important;
    }
  .testimonial-block .inner-box .image {
    width: 140px !important;
    margin: 0 auto;
}
    .copyright_text p {
     padding-bottom: 15px !important;
    }
  
    .testimonial-block .inner-box {
        width: 340px !important;
        display: block !important;
        margin: -18px !important;
    }
    
    .fristrowcls {
    display: flex;
    flex-direction: column;
    }
    
    .whycontentcls {
    margin-left: 14px !important;
}
    .secwhyrowcls {
    /*margin-left: 5px;*/
    flex-direction: column-reverse;
    display: flex;
    }
    
    .about-content.mobsecrespocls {
    margin-left: 14px;
}



    .testimonial-block .inner-box .content {
    margin: 0 9px 0 9px !important;
    }
    .testimonial-block {
    margin-left: 0px !important;
    margin-right: 0px !important;
    }
    .form-maindiv {
    padding-top: 60px !important;
    }
    .navbar-brand {
    float: inline-start;
    height: 50px;
    padding: 0px !important;
    /*margin-top: -59px;*/
    }
    .mobaligncls{
        width: 225px;
    }
    .service-list {
    /*width: 210px !important;*/
    }
     .saveseccls {
     margin: 20px 25px 50px 25px !important;
    }
}


@media only screen and (min-width: 335px) and (max-width: 349px){
    
        
.service-list .box-icon {
    padding: 35px 10px !important;
    border-bottom: 0px !important;
    border-right: 4px solid #fff;
    width: 30%;
}

.service-list-wrap.active .service-list .box-icon {
    padding: 90px 10px !important;
}

.service-list-wrap.active .service-list {
    height: 275px !important;
}

.box-icon img {
    max-width: 60px !important;
}

.service-list .box-title-wrap .box-title {
    margin: 0;
    -webkit-writing-mode: unset !important;
    -ms-writing-mode: unset !important;
    writing-mode: unset !important;
    padding: 35px 10px !important;
}

.service-list {
    height: 135px !important;
    display: flex;
}

.service-list .box-content {
    padding: 30px 16px !important;
}
    
    .service-list-wrap {
    margin-bottom: 60px !important;
    }
    
    .content-wrap {
        width: 70% !important;
    }
    
    .service-list-area {
        flex-wrap: wrap;
         margin: 0px !important;
         gap:0px !important
    }
    
    .box-title {
    font-size: 20px !important;
    }
    
    
    .form-maindiv {
    float: left;
    top: 13%;
    height: 417px;
    display: contents;
    width: 400px;
    height: 400px;
    padding-left: 0px;
    position:relative;
}

.form-maincls {
    float: initial;
    margin: 0 auto;
    background: #ededed;
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #ed3237;
    width: 250px;
    height: 680px;
    margin-top: 40px;
}

 
   .whycontentcls {
        margin: 20px !important;
    }
    
    /*.headfoocls {*/
    /*padding-left: 0px !important;*/
    /*padding-right: 0px !important;*/
    /*}*/
    
    .main-footercls {
     gap: 100px !important;
    }
    
    .box_text{
        width:310px !important;
    }
    
.topalignimgcls {
    margin-top: 10px !important;
    width: 250px !important;
    margin-left: 40px !important;
}

   .mobimglastcls {
    /*margin: 0 -20px 0 -24px;*/
    }
    
   .footer .flowus {
    text-align: center !important;
    }
    
    .copyright_text {
        text-align: center !important;
    }

    .fooaddrecls {
        font-size: 14px !important;
    }
    
    .foomailcls {
        font-weight: 600 !important;
        font-size: 14px !important;
    }
    
    .headothercls {
        margin: 35px 0px 0 0px !important;
        text-align: center;
    }
    
    /*.about-content {*/
    /*  margin: 0 60px 0px 70px !important;*/
    /*}*/
    
    .whysecscls {
    gap: 11px !important;
    }

    .topalignimgcls {
    margin-top: 29px !important;
    width: 310px !important;
    /* margin-left: 37px !important; */
}
    
    .mobsecwhycls {
    margin-left: 5px !important;
    }

    .whysecscls {
     flex-wrap: wrap !important;
    }
    
    .col-md-4.whyrightimgcls {
    margin: 50px 0 0px 40px !important;
    }
    
   .whyleftimgcls{
          margin: 0px 45px 0px -15px !important;    
    }
    .headtextcls {
        font-size: 37px;
    }
    
    .subheadtextcls {
        font-size: 21px;
        margin: 18px;
    }
    
    .msgcls {
        line-height: 18px !important;
        font-size: 17px;
    }

      .btn-primary {
        margin-left: 18% !important;
        margin-right: 18% !important;
    }
    
    .msgcls {
    /*line-height: 1.4 !important;*/
    }

    .about-inner-img {
    width: 112px !important;
    float: inline-start;
    padding-top: 0px !important;
    padding-bottom: 45px !important;
    }
    
    .secwhyrowcls {
        margin-left: 5px;
        flex-direction: column-reverse;
        display: flex;
    }
    
    .mbwhyrightcls {
        /* width: 220px !important; */
        margin: 40px 0 0 0px !important;
    }

    .about-section .about-img-info .about-img img {
    margin-left: 39px !important;
    margin-bottom: -35px !important;
    margin-top: 53px !important;
    }
    
    .rightimgcls {
    margin: -16px -59px 171px 37px !important;
    width: 100px !important;
    height: 100px !important;
    }
    
   .tourimgcls {
        margin-top: -30px !important;
    }

    .afforimgcls{
        /*margin:70px !important;*/
    }
    .head-tourismcls {
      margin-top: 40px !important;
    }
    .offerbtnnewcls {
    margin: 10px !important;
    float: inline-start !important;
    }
    .testimonial-block .inner-box .image {
    width: 270px !important;
    /* margin: 0 115px 0 115px !important; */
    margin: 0 auto;
}

.testimonial-block .inner-box {
    display: block !important;
}

.testimonial-block .inner-box .content {
    position: relative;
    margin: 120px 20px 0 20px !important;
}
    .copyright_text p {
     padding-bottom: 15px !important;
    }
  
  .testimonial-block .inner-box {
    padding: 30px 30px 30px 12px !important;
    width: 345px !important;
    display: block !important;
    }

    .testimonial-block .inner-box .content {
    margin: 0 9px 0 9px !important;
    }
    .testimonial-block {
    margin-left: 0px !important;
    margin-right: 0px !important;
    }
    .form-maindiv {
    padding-top: 60px !important;
    }
    .navbar-brand {
    float: inline-start;
    height: 50px;
    padding: 0px !important;
    }
    .saveseccls {
    margin: 20px 35px 35px 35px !important;
    }
    .abutrightcls {
    min-width: 155px !important;
    margin-left: 100px;
    margin-top: -14px;
    border-radius: 25px;
    }
    .affrowcls {
    display: flex;
    flex-direction: column-reverse;
    }
    .affcenteraligncls {
    margin-top: -15px !important;
    margin-bottom: 75px;
    }
    .mobviewaligncls {
        margin: 0 55px !important;
    }
    .testimonial-block .inner-box .image {
    width: 245px !important;
    /* margin: 0 115px 0 115px !important; */
    margin: 0 auto;
}

.testimonial-block .inner-box {
    display: block !important;
    width: 350px !important;
    margin: -11px !important;
}

.testimonial-block .inner-box .content {
    position: relative;
    margin: 120px 0px 0px 0px !important;
}


}



@media only screen and (min-width: 350px) and (max-width: 374px){
    
.service-list .box-icon {
    padding: 35px 10px !important;
    border-bottom: 0px !important;
    border-right: 4px solid #fff;
    width: 30%;
}

.service-list-wrap.active .service-list .box-icon {
    padding: 90px 10px !important;
}

.service-list-wrap.active .service-list {
    height: 260px !important;
}

.box-icon img {
    max-width: 60px !important;
}

 .service-list .box-title-wrap .box-title {
    margin: 0;
    -webkit-writing-mode: unset !important;
    -ms-writing-mode: unset !important;
    writing-mode: unset !important;
    padding: 35px 10px !important;
}

.service-list {
    height: 130px !important;
    display: flex;
}

.service-list .box-content {
    padding: 30px 16px !important;
}
    
    .service-list-wrap {
    margin-bottom: 60px !important;
    }
    
    .content-wrap {
        width: 70% !important;
    }
    
    .service-list-area {
        flex-wrap: wrap;
         margin: 0px !important;
         gap:0px !important;
    }
    
    .box-title {
    font-size: 20px !important;
    }
    
    .navbar-brand {
    float: inline-start;
    height: 50px;
    padding: 0px !important;
    }
    
    .form-maindiv {
    float: left;
    top: 13%;
    height: 417px;
    display: contents;
    width: 400px;
    height: 400px;
    padding-left: 0px;
    position:relative;
}

.form-maincls {
    float: initial;
    margin: 0 auto;
    background: #ededed;
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #ed3237;
    width: 280px;
    height: 695px;
    margin-top: 40px;
}
     .service-list-area {
        flex-wrap: wrap;
    }
    
    .whycontentcls {
    margin-left: 30px !important;
}
    
    /*.headfoocls {*/
    /*padding-left: 0px !important;*/
    /*padding-right: 0px !important;*/
    /*}*/
    
    .main-footercls {
    gap: 100px !important;
    }
    
    .box_text {
        width: 340px !important;
    }

    .secwhyrowcls {
    /*margin-left: 5px;*/
    flex-direction: column-reverse;
    display: flex;
    }

   .mobimglastcls {
    /*margin: 0 -20px 0 -24px;*/
    }
    
   .footer .flowus {
    text-align: center !important;
    }
    
    .copyright_text {
        text-align: center !important;
    }

    .fooaddrecls {
        font-size: 14px !important;
    }
    
    .foomailcls {
        font-weight: 600 !important;
        font-size: 14px !important;
    }
    
    .headothercls {
        /*margin: 35px 0px 0 0px !important;*/
        text-align: center;
    }
    
    /*.about-content {*/
    /*  margin: 0 60px 0px 70px !important;*/
    /*}*/
    .headtextcls {
        font-size: 37px;
    }
    
    .whysecscls {
    gap: 11px !important;
    }
    
    .subheadtextcls {
        font-size: 21px;
        margin: 18px;
    }
    
    .msgcls {
        line-height: 18px !important;
        font-size: 17px;
    }
    
    .mobviewaligncls {
    margin: 0 55px !important;
    }
    
    .txtsechedcls {
     margin-top: 0px !important;
    }

    .topalignimgcls {
        margin-top: 20px !important;
        /*width: 235px !important;*/
        /*margin-left: 55px !important;*/
    }
    
    /*.mobsecwhycls {*/
    /*margin-left: 15px !important;*/
    /*}*/
    
    .about-content.mobsecrespocls {
    margin-left: 25px;
}

    .whysecscls {
     flex-wrap: wrap !important;
    }
    
    .col-md-4.whyrightimgcls {
    margin: 50px 0 0px 40px !important;
    }
    
   .whyleftimgcls{
          /*margin: 0px 45px 0px -25px !important;    */
    }
    
    .msgcls {
    /*line-height: 1.4 !important;*/
    }

    .about-inner-img {
    width: 112px !important;
    float: inline-start;
    padding-top: 0px !important;
    padding-bottom: 45px !important;
    }
    
    .mbwhyrightcls {
    /* width: 230px !important; */
    margin-top: 35px;
}

    .about-section .about-img-info .about-img img {
    margin-left: 39px !important;
    margin-bottom: -35px !important;
    margin-top: 56px !important;
    }
    
    .rightimgcls {
    margin: -16px -59px 171px 37px !important;
    width: 100px !important;
    height: 100px !important;
    }
    
    .tourimgcls{
        margin-top:-35px !important;
    }
    .afforimgcls{
        /*margin:70px !important;*/
    }
    .head-tourismcls {
      margin-top: 40px !important;
    }
    .offerbtnnewcls {
    margin: 8px !important;
    float: inline-start !important;
    width: 220px !important;
    }
    .testimonial-block .inner-box .image {
    width: 270px !important;
    /* margin: 0 115px 0 115px !important; */
    margin: 0 auto;
    }

    .testimonial-block .inner-box {
    display: block !important;
    width: 350px !important;
    margin: -8px !important;
    }

    .testimonial-block .inner-box .content {
        position: relative;
        margin: 120px 20px 0 20px !important;
    }
    .copyright_text p {
     padding-bottom: 15px !important;
    }
  
    .testimonial-block .inner-box {
    /* padding: 30px 30px 30px 12px !important; */
    width: 375px !important;
    display: block !important;
    margin: -19px !important;
    }

    .testimonial-block .inner-box .content {
    margin: 0 9px 0 9px !important;
    }
    .testimonial-block {
    margin-left: 0px !important;
    margin-right: 0px !important;
    }
    .form-maindiv {
    padding-top: 60px !important;
    }
    .saveseccls {
    margin: 20px 40px 40px 40px !important;
    }
    
    .abutrightcls {
    min-width: 155px !important;
    margin-left: 100px;
    margin-top: -14px;
    border-radius: 25px;
    }
    
    .affrowcls {
    display: flex;
    flex-direction: column-reverse;
    }
    
    .abutrightcls {
    min-width: 155px !important;
    margin-left: 100px;
    margin-top: -14px;
    border-radius: 25px;
    }
    
    .affcenteraligncls {
    margin-top: -15px !important;
    margin-bottom: 75px;
}
    
    /*.mbwhyrightcls {*/
    /*width: 250px !important;*/
    /*margin: 35px 0px 0 45px !important;*/
    /*}*/
        
    
    .btn-primary {
        margin-left: 18% !important;
        margin-right: 18% !important;
    }
    
    .mobviewaligncls {
    margin: 0px 50px !important;
    }
    
    .testimonial-block .inner-box .image {
        width: 245px !important;
        /* margin: 0 115px 0 115px !important; */
        margin: 0 auto;
    }

    .testimonial-block .inner-box .content {
        position: relative;
        margin: 120px 20px 0 20px !important;
    }
    
    .fristrowcls {
    display: flex;
    flex-direction: column;
}

}



@media only screen and (min-width: 375px) and (max-width: 399px){
    
.service-list .box-icon {
    padding: 35px 10px !important;
    border-bottom: 0px !important;
    border-right: 4px solid #fff;
    width: 30%;
}

.service-list-wrap.active .service-list .box-icon {
    padding: 90px 10px !important;
}

.service-list-wrap.active .service-list {
    height: 260px !important;
}

.box-icon img {
    max-width: 60px !important;
}

 .service-list .box-title-wrap .box-title {
    margin: 0;
    -webkit-writing-mode: unset !important;
    -ms-writing-mode: unset !important;
    writing-mode: unset !important;
    padding: 35px 10px !important;
}

.service-list {
    height: 128px !important;
    display: flex;
}

.service-list .box-content {
    padding: 30px 16px !important;
}
    
    .service-list-wrap {
    margin-bottom: 60px !important;
    }
    
    .content-wrap {
        width: 70% !important;
    }
    
    .service-list-area {
        flex-wrap: wrap;
         margin: 0px !important;
         gap:0px !important;
    }
    
    .box-title {
    font-size: 20px !important;
    }
    
.saveseccls {
    margin: 20px 40px 40px 40px !important;
}

.clove-difference ul li {
    min-height: 160px;
}

.clove-difference ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}

.clove-difference ul li, .clove-difference ul li.clinics {
    width: 100%;
    min-height: 250px;
    padding: 30px 5px 10px;
    margin: 0 0.2%;
}

.clove-difference ul li .difference-text-box h4 {
    margin-bottom: 15px;
}


.form-maindiv {
    float: left;
    top: 13%;
    height: 417px;
    display: contents;
    width: 400px;
    height: 400px;
    padding-left: 0px;
    position:relative;
}

.form-maincls {
    float: initial;
    margin: 0 auto;
    background: #ededed;
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #ed3237;
    width: 310px;
    height: 670px;
    margin-top: 40px;
}

.overlay {
    /*background-color: rgb(41 39 34 / 45%);*/
    width: 100%;
    height: 920px;
}

.service-list-area {
    flex-wrap: wrap;
}

/*.home {*/
/*    background: url(../images/happy-smile.jpg) no-repeat center center fixed;*/
/*    background-size: cover;*/
/*    background-repeat:no-repeat;*/
/*}*/

h3.advndenaltonecls {
  
    /*margin-top: 12px;*/
    /*margin-left: 6px;*/
}

.about .single_about .single_ab_text {
    /*margin-left: 31px !important;*/
}

h3.advndenaltwocls {
  
    /*margin-top: 3px;*/
    /*margin-left: 6px;*/
}

.custheadcls{
    padding: 11px;
}

    .maindiv_video {
     margin: 0px 15px 0px 15px;
    
    }

    .col-md-6.why-clove.wow.fadeInRight {
     margin-bottom: 60px;
    }
    
    .ss_video {
    box-shadow: rgb(241 139 143) 0px 7px 29px 0px;
    border-radius: 60px;
    width: 300px;
    height: 700px;
    border: 8px solid #fff;
}

.mdcentercls {
    width: 315px;
    margin: 70px auto;
}

.smiledivcls {
    text-align: justify;
    padding: 30px 5px 30px 5px;
}

 .backdrcls {
    box-shadow: rgb(175 173 173) 0px 7px 29px 0px;
    border: 1px solid rgb(0 0 0 / 9%);
    padding: 25px 25px 25px 25px;
    border-radius: 60px;
    width: 80%;
    margin: 10% 10% 10% 10%;
    min-height: 530px;
}
    .mobviewcls{
        float: initial;
        margin: 0 auto;
        display: block;
    }
    .custtelcls {
    width: 100%;
    min-width: 280px;
    }
    
    .service-list-area {
        flex-wrap: wrap;
    }
    
    .whycontentcls {
        margin: 0 0 0 43px !important;
    }
    
    .mbwhyrightcls {
        margin-top: 40px !important;
    }
    
    /* .headfoocls {*/
    /*padding-left: 0px !important;*/
    /*padding-right: 0px !important;*/
    /*}*/
    
    .main-footercls {
    gap: 100px !important;
    }
    
    .box_text {
        width: 380px !important;
    }

    .secwhyrowcls {
    /*margin-left: 5px;*/
    flex-direction: column-reverse;
    display: flex;
    }

   .mobimglastcls {
    /*margin: 0 -20px 0 -24px;*/
    }
    
   .footer .flowus {
    text-align: center !important;
    }
    
    .copyright_text {
        text-align: center !important;
    }

    .fooaddrecls {
        font-size: 14px !important;
    }
    
    .foomailcls {
        font-weight: 600 !important;
        font-size: 14px !important;
    }
    
    .headothercls {
        margin: 35px 0px 0 0px !important;
        text-align: center;
    }
    
    /*.about-content {*/
    /*  margin: 0 60px 0px 70px !important;*/
    /*}*/
    
    .topalignimgcls {
    margin-top: 40px !important;
    /* width: 250px !important; */
    /*margin-left: -10px !important;*/
    }
    
    .abutrightcls {
    min-width: 155px !important;
    margin-left: 100px;
    margin-top: -14px;
    border-radius: 25px;
}

.about-content.mobsecrespocls {
    margin-left: 43px !important;
}
    
    .mobsecwhycls {
    /*margin-left: 13px !important;*/
    }

    .whysecscls {
     flex-wrap: wrap !important;
    }
    
    .col-md-4.whyrightimgcls {
    margin: 50px 0 0px 50px !important;
    }
    
   .whyleftimgcls{
          margin: 0px 0 0px -9px !important;    
    }
    
    .msgcls {
    line-height: 1.4 !important;
    }

    .about-inner-img {
    width: 125px !important;
    float: inline-start;
    padding-top: 0px !important;
    padding-bottom: 50px !important;
    }
    
/*   .mbwhyrightcls {*/
/*    width: 250px !important;*/
/*    margin: 35px 0px 0 45px !important;*/
/*}*/

    .about-section .about-img-info .about-img img {
    margin-left: 39px !important;
    margin-bottom: -35px !important;
    margin-top: 55px !important;
    }
    
    .rightimgcls {
        margin: -16px -59px 171px 37px !important;
            width: 100px !important;
    height: 100px !important;
    }
    
   .tourimgcls {
        margin-top: -40px !important;
    }

    .afforimgcls{
        /*margin:70px !important;*/
    }
    .head-tourismcls {
      margin-top: 60px !important;
    }
    .offerbtnnewcls {
    margin: 10px !important;
    float: inline-start !important;
    }
    .testimonial-block .inner-box .image {
    width: 245px !important;
    /* margin: 0 115px 0 115px !important; */
    margin: 0 auto;
}

.testimonial-block .inner-box {
    display: block !important;
}

.testimonial-block .inner-box .content {
    position: relative;
    margin: 120px 20px 0 20px !important;
}
    .copyright_text p {
     padding-bottom: 15px !important;
    }
  
 .testimonial-block .inner-box {
    /* padding: 30px 30px 30px 12px !important; */
    width: 390px !important;
    display: block !important;
    margin: -11px;
}

  
    .testimonial-block {
    margin-left: 0px !important;
    margin-right: 0px !important;
    }
    .mobviewaligncls {
        margin: 0 90px !important;
    }
    .affrowcls {
    display: flex;
    flex-direction: column-reverse;
}

.affcenteraligncls {
    margin-top: -26px !important;
    margin-bottom: 75px;
}

.headtextcls {
    font-size: 37px;
}
.subheadtextcls {
    font-size: 21px;
    margin: 18px;
}
.msgcls {
    line-height: 18px !important;
    font-size: 17px;
}

.btn-primary {
    margin-left: 18% !important;
    margin-right: 18% !important;
}

.fristrowcls {
    display: flex;
    flex-direction: column;
}
    
}



@media only screen and (min-width: 400px) and (max-width: 480px){
.clove-difference ul li {
    min-height: 160px;
}

.clove-difference ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}

.clove-difference ul li, .clove-difference ul li.clinics {
    width: 100%;
    min-height: 250px;
    padding: 30px 5px 10px;
    margin: 0 0.2%;
}

.clove-difference ul li .difference-text-box h4 {
    margin-bottom: 15px;
}

/*.mobviewaligncls {*/
/*        margin: 0 17px !important;*/
/*}*/

    .fristrowcls {
    display: flex;
    flex-direction: column;
}

.col-md-12.secsleftcls {
    margin: 0 auto;
}

/*.col-md-12.secsleftcls {*/
/*    padding: 0px 87px;*/
/*}*/

.col-md-12.respcls {
    margin: 0 auto;
}


.abutrightcls {
    min-width: 160px !important;
    margin-left: 100px;
    margin-top: -14px;
    border-radius: 25px;
}

.affrowcls {
    display: flex;
    flex-direction: column-reverse;
}

.affcenteraligncls {
    margin-top: -30px !important;
    margin-bottom: 75px;
}


}


@media only screen and (min-width: 400px) and (max-width: 436px) {

    .about-content.mobsecrespocls {
        margin-left: 58px !important;
    }
    
    .whycontentcls {
    /* margin: 0 60px 0px 132px !important; */
    /* padding: 0 0px 0 70px; */
    margin-left: 58px !important;
}
}

@media only screen and (min-width: 400px) and (max-width: 439px){
    .service-list .box-icon {
    padding: 35px 10px !important;
    border-bottom: 0px !important;
    border-right: 4px solid #fff;
    width: 30%;
}

.box-icon img {
    max-width: 60px !important;
}

 .service-list .box-title-wrap .box-title {
    margin: 0;
    -webkit-writing-mode: unset !important;
    -ms-writing-mode: unset !important;
    writing-mode: unset !important;
    padding: 40px 10px !important;
}

.service-list-wrap.active .service-list .box-icon {
    padding: 90px 10px !important;
}

.service-list-wrap.active .service-list {
    height: 260px !important;
}

.service-list {
    height: 115px !important;
    display: flex;
}

.service-list .box-content {
    padding: 30px 16px !important;
}
    
    .service-list-wrap {
    margin-bottom: 60px !important;
    }
    
    .content-wrap {
        width: 70% !important;
    }
    
    .service-list-area {
        flex-wrap: wrap;
         margin: 0px !important;
         gap:0px !important;
    }
    
    .box-title {
    font-size: 20px !important;
    }
    
.form-maindiv {
    float: left;
    top: 13%;
    height: 417px;
    display: contents;
    width: 400px;
    height: 400px;
    padding-left: 0px;
    position:relative;
}

.form-maincls {
    float: initial;
    margin: 0 auto;
    background: #ededed;
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #ed3237;
    width: 330px;
    height: 660px;
    margin-top: 40px;
}

.overlay {
    /*background-color: rgb(41 39 34 / 45%);*/
    width: 100%;
    height: 925px;
}

/*.home {*/
/*    background: url(../images/happy-smile.jpg) no-repeat center center fixed;*/
/*    background-size: cover;*/
/*    background-repeat:no-repeat;*/
/*}*/

    .maindiv_video {
     margin: 0px 20px 0px 20px;
    
    }

    .col-md-6.why-clove.wow.fadeInRight {
     margin-bottom: 60px;
    }
    
    .ss_video {
    box-shadow: rgb(241 139 143) 0px 7px 29px 0px;
    border-radius: 60px;
    width: 320px;
    height: 700px;
    border: 8px solid #fff;
}

.mdcentercls {
    width: 335px;
    margin: 70px auto;
}

.smiledivcls {
    text-align: justify;
    padding: 30px 5px 30px 5px;
}
 .backdrcls {
    box-shadow: rgb(175 173 173) 0px 7px 29px 0px;
    border: 1px solid rgb(0 0 0 / 9%);
    padding: 25px 25px 25px 25px;
    border-radius: 60px;
    width: 80%;
    margin: 10% 10% 10% 10%;
    min-height: 530px;
}
    .mobviewcls{
        float: initial;
        margin: 0 auto;
        display: block;
    }
    
    .custtelcls {
    width: 100%;
    min-width: 310px;
}

    .service-list-area {
        flex-wrap: wrap;
    }
    
    .whycontentcls {
    /* margin: 0 60px 0px 132px !important; */
        /*padding: 0 0px 0 70px;*/
    }
    

.main-footercls {
    gap: 100px !important;
    /* width: 935px !important; */
    flex-direction: column !important;
    padding: 0% 9%;
}

   .mobimglastcls {
    /*margin: 0 -20px 0 -24px;*/
    }
    
   .footer .flowus {
    text-align: center !important;
    }
    
    .copyright_text {
        text-align: center !important;
    }

    .fooaddrecls {
        font-size: 14px !important;
    }
    
    .foomailcls {
        font-weight: 600 !important;
        font-size: 14px !important;
    }
    
    .headothercls {
        margin: 35px 0px 0 0px !important;
        text-align: center;
    }
    
    /*.about-content {*/
    /*  margin: 0 60px 0px 70px !important;*/
    /*}*/
    
    .whysecscls {
    gap: 11px !important;
    }

    .topalignimgcls {
    margin-top: 35px !important;
    /*width: 250px !important;*/
    /*margin-left: 44px !important;*/
    }
    
    .mobsecwhycls {
    /*margin-left: 97px !important;*/
    }

    .whysecscls {
     flex-wrap: wrap !important;
    }
    
    .col-md-4.whyrightimgcls {
    margin: 50px 0 0px 60px !important;
    }
    
   .whyleftimgcls{
          /*margin: 0px 0 0px 8px !important;    */
    }
    
    .msgcls {
    line-height: 1.4 !important;
    }

    .about-inner-img {
    width: 136px !important;
    float: inline-start;
    padding-top: 0px !important;
    padding-bottom: 50px !important;
    }
    
    /*.mbwhyrightcls {*/
    /*width: 250px !important;*/
    /*margin: 40px 0 0 75px !important;*/
    /*}*/
    
    .affrowcls {
    display: flex;
    flex-direction: column-reverse;
}

.affcenteraligncls {
    margin-top: 15px !important;
    margin-bottom: 75px;
}

    .about-section .about-img-info .about-img img {
    margin-left: 50px !important;
    margin-bottom: -35px !important;
    margin-top: 50px !important;
    }
    
    .abutrightcls {
    min-width: 152px !important;
    margin-left: 100px;
    margin-top: -14px;
    border-radius: 25px;
}
    
    .rightimgcls {
        margin: -16px -59px 171px 37px !important;
            width: 100px !important;
    height: 100px !important;
    }
    
    .tourimgcls {
        margin-top: -35px !important;
    }
    
    .afforimgcls{
        /*margin:70px !important;*/
    }
    
   .head-tourismcls {
        margin-top: 23px !important;
    }
    
    .offerbtnnewcls {
    margin: 7px !important;
    float: inline-start !important;
    }
    
    .testimonial-block .inner-box .image {
    width: 245px !important;
    /* margin: 0 115px 0 115px !important; */
    margin: 0 auto;
    }

    .testimonial-block .inner-box {
        display: block !important;
    }
    
    .testimonial-block .inner-box .content {
        position: relative;
        margin: 120px 20px 0 20px !important;
    }
    .copyright_text p {
     padding-bottom: 15px !important;
    }
  
      .testimonial-block .inner-box {
        /* padding: 30px 30px 30px 12px !important; */
        width: 430px !important;
        display: block !important;
        margin: -13px !important;
    }
    
     .testimonial-block {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .mobviewaligncls {
        /*margin: 0 95px !important;*/
    }
    
    .txtsechedcls {
        margin-top: 0px;
    }
    
    .headtextcls {
    font-size: 37px;
}
.subheadtextcls {
    font-size: 21px;
    margin: 18px;
}
.msgcls {
    line-height: 18px !important;
    font-size: 17px;
}
.btn-primary {
    margin-left: 23% !important;
    margin-right: 23% !important;
}

   .mbwhyrightcls {
        margin-top: 35px !important;
    }
    .secwhyrowcls {
    /* margin-left: 5px; */
    flex-direction: column-reverse;
    display: flex;
    /*margin-top: 40px;*/
}

}








@media only screen and (min-width: 440px) and (max-width: 480px){
    .service-list .box-icon {
    padding: 30px 10px !important;
    border-bottom: 0px !important;
    border-right: 4px solid #fff;
    width: 30%;
}

.service-list-wrap.active .service-list .box-icon {
    padding: 90px 10px !important;
}

.service-list-wrap.active .service-list {
    height: 260px !important;
}

.box-icon img {
    max-width: 60px !important;
}

 .service-list .box-title-wrap .box-title {
    margin: 0;
    -webkit-writing-mode: unset !important;
    -ms-writing-mode: unset !important;
    writing-mode: unset !important;
    padding: 40px 2px !important;
}

.service-list {
    height: 115px !important;
    display: flex;
}
    
    .service-list-wrap {
    margin-bottom: 60px !important;
    }
    
    .content-wrap {
        width: 70% !important;
    }
    
    .service-list-area {
        flex-wrap: wrap;
         margin: 0px !important;
         gap:0px !important;
    }
    
    .box-title {
    font-size: 20px !important;
    }
    
        .headtextcls {
    font-size: 37px;
}
.headtextcls {
    font-size: 39px;
}
.msgcls {
    line-height: 18px !important;
    font-size: 17px;
}
    .btn-primary {
    margin-left: 25% !important;
    margin-right: 25% !important;
}

.form-maindiv {
    float: left;
    top: 13%;
    height: 417px;
    display: contents;
    width: 400px;
    height: 400px;
    padding-left: 0px;
    position:relative;
}

.form-maincls {
    float: initial;
    margin: 0 auto;
    background: #ededed;
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #ed3237;
    width: 360px;
    height: 665px;
    margin-top: 40px;
}

.overlay {
    /*background-color: rgb(41 39 34 / 45%);*/
    width: 100%;
    height: 905px;
}

/*.home {*/
/*    background: url(../images/happy-smile.jpg) no-repeat center center fixed;*/
/*    background-size: cover;*/
/*    background-repeat:no-repeat;*/
/*}*/


    .maindiv_video {
     margin: 0px 30px 0px 30px;
    
    }

    .col-md-6.why-clove.wow.fadeInRight {
     margin-bottom: 60px;
    }
    
    .ss_video {
    box-shadow: rgb(241 139 143) 0px 7px 29px 0px;
    border-radius: 60px;
    width: 330px;
    height: 700px;
    border: 8px solid #fff;
}

.mdcentercls {
    width: 375px;
    margin: 50px auto;
}
.smiledivcls {
    text-align: justify;
    padding: 30px 5px 30px 5px;
}

.backdrcls {
    box-shadow: rgb(175 173 173) 0px 7px 29px 0px;
    border: 1px solid rgb(0 0 0 / 9%);
    padding: 25px 25px 25px 25px;
    border-radius: 60px;
    width: 80%;
    margin: 10% 10% 10% 10%;
    min-height: 530px;
}
    .mobviewcls{
        float: initial;
        margin: 0 auto;
        display: block;
    }

    .custtelcls {
      width: 100%;
     min-width: 335px;
    }
    

   .whycontentcls {
    /*margin: 0px 15px !important;*/
}
    
   
    /*.headfoocls {*/
    /*padding-left: 0px !important;*/
    /*padding-right: 0px !important;*/
    /*}*/
    
  .main-footercls {
    gap: 100px !important;
    /*width: 1005px !important;*/
    flex-direction: column !important;
    padding-left: 15%;
    padding-right: 15%;
}

/*.box_text{*/
/*    width:280px !important;*/
/*}*/
   .mobimglastcls {
    /*margin: 0 -20px 0 -24px;*/
    }
    
   .footer .flowus {
    text-align: center !important;
    }
    
    .copyright_text {
        text-align: center !important;
    }

    .fooaddrecls {
        font-size: 14px !important;
    }
    
    .foomailcls {
        font-weight: 600 !important;
        font-size: 14px !important;
    }
    
    .headothercls {
        margin: 35px 0px 0 0px !important;
        text-align: center;
    }
    
    
   .topalignimgcls {
    margin-top: 35px !important;
    /* width: 300px !important; */
    /* margin-left: 38px !important; */
}
    
    .col-md-12.whyrightimgcls {
    margin: 0 auto;
}

    .mobsecwhycls {
    /*margin-left: 35px !important;*/
    }

 .whysecscls {
    flex-wrap: wrap !important;
    margin: 0px 11px;
    flex-flow: nowrap;
}
    .col-md-4.whyrightimgcls {
    margin: 50px 0 0px 60px !important;
    }
    
   .whyleftimgcls{
          /*margin: 0px 0 0px 8px !important;    */
    }
    
    .msgcls {
    line-height: 1.4 !important;
    }

    .about-inner-img {
    width: 166px !important;
    float: inline-start;
    padding-top: 0px !important;
    padding-bottom: 50px !important;
    }
    
/*   .mbwhyrightcls {*/
/*    width: 300px !important;*/
/*    margin: 50px 0 0 60px !important;*/
/*}*/

    .about-section .about-img-info .about-img img {
    margin-left: 20px !important;
    margin-bottom: -20px !important;
    margin-top: 44px !important;
    }
    .affrowcls {
    display: flex;
    flex-direction: column-reverse;
    }
    
    .affcenteraligncls {
        margin-top: -15px !important;
        margin-bottom: 75px;
    }
    
    .abutrightcls {
    min-width: 200px !important;
    margin-left: 100px;
    margin-top: -14px;
    border-radius: 25px;
}
    
    .rightimgcls {
        margin: -16px -30px 171px 37px !important;
            width: 100px !important;
    height: 100px !important;
    }
    
    .tourimgcls{
        margin-top:-60px !important;
    }
    .afforimgcls{
        /*margin:70px !important;*/
    }
    .head-tourismcls {
      margin-top: 40px !important;
    }
   .offerbtnnewcls {
    margin: 8px !important;
    float: inline-start !important;
}
    .testimonial-block .inner-box .image {
    width: 245px !important;
    /* margin: 0 115px 0 115px !important; */
    margin: 0 auto;
}

.testimonial-block .inner-box {
    display: block !important;
}

.testimonial-block .inner-box .content {
    position: relative;
    margin: 120px 20px 0 20px !important;
}
    .copyright_text p {
     padding-bottom: 15px !important;
    }
  
  .testimonial-block .inner-box {
    padding: 30px 30px 30px 12px !important;
    width: 440px !important;
    display: block !important;
    }

 
    .testimonial-block {
    margin-left: 0px !important;
    margin-right: 0px !important;
    }
    .mbwhyrightcls {
        margin-top: 35px !important;
    }
    .secwhyrowcls {
    /* margin-left: 5px; */
    flex-direction: column-reverse;
    display: flex;
    /*margin-top: 40px;*/
}


}

@media only screen and (min-width: 440px) and (max-width: 458px) {
    .whycontentcls {
        /* margin: 0px 15px !important; */
         margin-left: 65px !important;
    }
    
    .headtextcls {
    font-size: 37px;
}
.headtextcls {
    font-size: 38px;
}
.msgcls {
    line-height: 18px !important;
    font-size: 17px;
}
    .btn-primary {
    margin-left: 22% !important;
    margin-right: 22% !important;
}
    
    .about-content.mobsecrespocls {
        margin-left: 65px !important;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px){
 

.clove-difference ul li {
    min-height: 160px;
}

.clove-difference ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}

.clove-difference ul li, .clove-difference ul li.clinics {
    width: 100%;
    min-height: 250px;
    padding: 30px 5px 10px;
    margin: 0 0.2%;
}

.clove-difference ul li .difference-text-box h4 {
    margin-bottom: 15px;
}

.about .single_about .single_ab_icon {
    width: 16%;
}


    .maindiv_video {
     margin: 0px 40px 0px 40px;
    
    }

    .col-md-6.why-clove.wow.fadeInRight {
     margin-bottom: 60px;
    }
    
    .ss_video {
    box-shadow: rgb(241 139 143) 0px 7px 29px 0px;
    border-radius: 60px;
    width: 360px;
    height: 700px;
    border: 8px solid #fff;
}
.smiledivcls {
    text-align: justify;
    padding: 30px 5px 30px 5px;
}



}






@media only screen and (min-width: 481px) and (max-width: 499px){
    
.service-list .box-icon {
    padding: 35px 40px !important;
    border-bottom: 0px !important;
    border-right: 4px solid #fff;
    width: 30%;
}

.service-list-wrap.active .service-list .box-icon {
    padding: 90px 10px !important;
}

.service-list-wrap.active .service-list {
    height: 260px !important;
}

 .service-list .box-title-wrap .box-title {
    margin: 0;
    -webkit-writing-mode: unset !important;
    -ms-writing-mode: unset !important;
    writing-mode: unset !important;
    padding: 40px 2px !important;
}

.service-list {
    height: 115px !important;
    display: flex;
}
    
    .service-list-wrap {
    margin-bottom: 60px !important;
    }
    
    .content-wrap {
        width: 70% !important;
    }
    
    .service-list-area {
        flex-wrap: wrap;
         margin: 0px !important;
         gap:0px !important;
    }
    
    .box-title {
    font-size: 20px !important;
    }
    
.custtelcls {
    width: 100%;
    min-width: 350px;
}

.form-maindiv {
    float: left;
    top: 13%;
    height: 417px;
    display: contents;
    width: 400px;
    height: 400px;
    padding-left: 0px;
    position:relative;
}

.form-maincls {
    float: initial;
    margin: 0 auto;
    background: #ededed;
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #ed3237;
    width: 390px;
    height: 670px;
    margin-top: 40px;
}

.overlay {
    /*background-color: rgb(41 39 34 / 45%);*/
    width: 100%;
    height: 905px;
}

/*.home {*/
/*    background: url(../images/happy-smile.jpg) no-repeat center center fixed;*/
/*    background-size: cover;*/
/*    background-repeat:no-repeat;*/
/*}*/

    .maindiv_video {
     margin: 0px 40px 0px 40px;
    
    }

    .col-md-6.why-clove.wow.fadeInRight {
     margin-bottom: 60px;
    }
    
    .ss_video {
    box-shadow: rgb(241 139 143) 0px 7px 29px 0px;
    border-radius: 60px;
    width: 360px;
    height: 700px;
    border: 8px solid #fff;
}

.mdcentercls {
    width: 400px;
    margin: 80px auto;
}

 .backdrcls {
    box-shadow: rgb(175 173 173) 0px 7px 29px 0px;
    border: 1px solid rgb(0 0 0 / 9%);
    padding: 25px 25px 25px 25px;
    border-radius: 60px;
    width: 80%;
    margin: 10% 10% 10% 10%;
    min-height: 530px;
}
    .mobviewcls{
        float: initial;
        margin: 0 auto;
        display: block;
    }
    
   .whycontentcls {
        margin: 0px 22px !important;
    }
    
    .mbwhyrightcls {
    margin-top: 40px !important;
}
    
    .fristrowcls {
    display: flex;
    flex-direction: column;
}

.col-md-12.secsleftcls {
    margin: 0 auto;
}

.col-md-12.respcls {
    margin: 0 auto;
}


    
    .secwhyrowcls {
    /* margin-left: 5px; */
    flex-direction: column-reverse;
    display: flex;
     margin-top: 40px; 
}
    
    /*      .headfoocls {*/
    /*padding-left: 0px !important;*/
    /*padding-right: 0px !important;*/
    /*}*/
    
    .box_text {
    width: 390px !important;
    padding: 10px !important;
    }
    
   .main-footercls {
    gap: 100px !important;
    /* margin: -71px 90px 0 155px !important; */
    /* width: 830px !important; */
    /* flex-direction: column !important; */
    padding: 0% 15%;
}

   .mobimglastcls {
    /*margin: 0 -20px 0 -24px;*/
    }
    
   .footer .flowus {
    text-align: center !important;
    }
    
    .copyright_text {
        text-align: center !important;
    }

    .fooaddrecls {
        font-size: 14px !important;
    }
    
    .foomailcls {
        font-weight: 600 !important;
        font-size: 14px !important;
    }
    
    .headothercls {
        /*margin: 35px 0px 0 0px !important;*/
        text-align: center;
    }
    
  .topalignimgcls {
    margin-top: 10px !important;
    /* width: 310px !important; */
    /* margin-left: 60px !important; */
}
    
    .mobsecwhycls {
    margin: 0px 22px !important;
}

    .whysecscls {
     flex-wrap: wrap !important;
    }
    
    .col-md-4.whyrightimgcls {
    margin: 50px 0 0px 77px !important;
    }
    
   .whyleftimgcls{
          /*margin: 0px 0 0px 8px !important;    */
    }
    
    .msgcls {
    line-height: 1.4 !important;
    }

    .about-inner-img {
    width: 175px !important;
    float: inline-start;
    padding-top: 0px !important;
    padding-bottom: 50px !important;
    }
    
    .abutrightcls {
    min-width: 215px !important;
    margin-left: 100px;
    margin-top: -14px;
    border-radius: 25px;
    }
    
    .affcenteraligncls {
    margin-top: -10px !important;
    margin-bottom: 75px;
}
    
    .affrowcls {
    display: flex;
    flex-direction: column-reverse;
    }
    
   /*.mbwhyrightcls {*/
   /* width: 320px !important;*/
   /* margin: 30px 0 0 80px !important;*/
   /* }*/

    .about-section .about-img-info .about-img img {
    margin-left: 39px !important;
    margin-bottom: -20px !important;
    margin-top: 44px !important;
    }
    
    .rightimgcls {
        margin: -16px -30px 171px 37px !important;
    }
    
    .tourimgcls{
        margin-top:-60px !important;
    }
    .afforimgcls{
        /*margin:70px !important;*/
    }
    .head-tourismcls {
      margin-top: 40px !important;
    }
    .offerbtnnewcls {
    margin: 10px !important;
    float: inline-start !important;
    }
    .testimonial-block .inner-box .image {
    width: 270px !important;
    /* margin: 0 115px 0 115px !important; */
    margin: 0 auto;
}

.testimonial-block .inner-box {
    display: block !important;
}

.testimonial-block .inner-box .content {
    position: relative;
    margin: 150px 20px 0 20px !important;
}
    .copyright_text p {
     padding-bottom: 15px !important;
    }
    .testimonial-block .inner-box {
    padding: 30px 30px 30px 12px !important;
    }
           .headtextcls {
    font-size: 37px;
}
.headtextcls {
    font-size: 40px;
}
.msgcls {
    line-height: 18px !important;
    font-size: 17px;
}
    .btn-primary {
    margin-left: 27% !important;
    margin-right: 27% !important;
}
    
}

@media only screen and (max-width:768px){
    .about .single_about .single_ab_icon {
        width: 27%;
    }
    
    .secrowcls {
        margin-left: 0%;
        margin-right: 0%;
    }
}


@media only screen and (min-width: 500px) and (max-width: 579px){
    
    
.clove-difference ul li {
    min-height: 160px;
}

.testimonial-block .inner-box {
    padding: 30px 30px 30px 12px !important;
 
}

.clove-difference ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}

.clove-difference ul li, .clove-difference ul li.clinics {
    width: 100%;
    min-height: 250px;
    padding: 30px 5px 10px;
    margin: 0 0.2%;
}

.clove-difference ul li .difference-text-box h4 {
    margin-bottom: 15px;
}


.form-maindiv {
    float: left;
    top: 13%;
    height: 417px;
    display: contents;
    width: 400px;
    height: 400px;
    padding-left: 0px;
    position:relative;
}

.form-maincls {
    float: initial;
    margin: 0 auto;
    background: #ededed;
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #ed3237;
    width: 450px;
    height: 650px;
    margin-top: 40px;
}

.overlay {
    /*background-color: rgb(41 39 34 / 45%);*/
    width: 100%;
    height: 905px;
}

/*.home {*/
/*    background: url(../images/happy-smile.jpg) no-repeat center center fixed;*/
/*    background-size: cover;*/
/*    background-repeat:no-repeat;*/
/*}*/

.ss_video {
    box-shadow: rgb(241 139 143) 0px 7px 29px 0px;
    border-radius: 60px;
    width: 430px;
    height: 700px;
    border: 8px solid #fff;
}

.mdcentercls {
    width: 420px;
    margin: 80px auto;
}

    .backdrcls {
        box-shadow: rgb(175 173 173) 0px 7px 29px 0px;
        border: 1px solid rgb(0 0 0 / 9%);
        padding: 25px 25px 25px 25px;
        border-radius: 60px;
        width: 60%;
        margin: 10% 20% 10% 20%;
        min-height: 530px;
    }
    .mobviewcls{
        float: initial;
        margin: 0 auto;
        display: block;
    }
    
    .custtelcls {
    width: 100%;
    min-width: 370px;
}
}




@media only screen and (min-width: 500px) and (max-width: 519px){

.service-list .box-icon {
    padding: 30px 40px !important;
    border-bottom: 0px !important;
    border-right: 4px solid #fff;
    width: 30%;
}


.service-list-wrap.active .service-list .box-icon {
    padding: 75px 10px !important;
}

.service-list-wrap.active .service-list {
    height: 240px !important;
}

 .service-list .box-title-wrap .box-title {
    margin: 0;
    -webkit-writing-mode: unset !important;
    -ms-writing-mode: unset !important;
    writing-mode: unset !important;
    padding: 45px 2px !important;
}

.service-list {
    height: 115px !important;
    display: flex;
}
    
    .service-list-wrap {
    margin-bottom: 60px !important;
    }
    
    .content-wrap {
        width: 70% !important;
    }
    
    .service-list-area {
        flex-wrap: wrap;
         margin: 0px !important;
         gap:0px !important;
    }
    
    .box-title {
    font-size: 20px !important;
    }
    
    .form-maindiv {
    float: left;
    top: 13%;
    height: 417px;
    display: contents;
    width: 400px;
    height: 400px;
    padding-left: 0px;
    position:relative;
}

.form-maincls {
    float: initial;
    margin: 0 auto;
    background: #ededed;
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #ed3237;
    width: 410px;
    height: 680px;
    margin-top: 40px;
}

    
  .whycontentcls {
    margin: 20px 30px !important;
}
    
    
  .main-footercls {
    gap: 100px !important;
    /* margin: -71px 90px 0 155px !important; */
    /* width: 830px !important; */
    /* flex-direction: column !important; */
    padding: 0% 15%;
    }
    
    .box_text {
    width: 390px !important;
    padding: 10px !important;
    }

   .mobimglastcls {
    /*margin: 0 -20px 0 -24px;*/
    }
    
   .footer .flowus {
    text-align: center !important;
    }
    
    .copyright_text {
        text-align: center !important;
    }

    .fooaddrecls {
        font-size: 14px !important;
    }
    
    .foomailcls {
        font-weight: 600 !important;
        font-size: 14px !important;
    }
    
    .headothercls {
        margin: 35px 0px 0 0px !important;
        text-align: center;
    }
    
   .topalignimgcls {
    margin-top: 10px !important;
    /*width: 350px !important;*/
    /*margin-left: 45px !important;*/
    }
    
    .col-md-12.secsleftcls {
        margin: 0 auto;
    }
    
   .mobsecwhycls {
    margin: 0px 28px !important;
}
    
    .secwhyrowcls {
    /* margin-left: 5px; */
    flex-direction: column-reverse;
    display: flex;
    /*margin-top: 15px;*/
    }

    .whysecscls {
     flex-wrap: wrap !important;
    }
    
    .col-md-4.whyrightimgcls {
    margin: 50px 0 0px 77px !important;
    }
    
   .whyleftimgcls{
          /*margin: 0px 0 0px 8px !important;    */
    }
    
    .msgcls {
    line-height: 1.4 !important;
    }

    .abutrightcls {
    min-width: 220px !important;
    margin-left: 100px;
    margin-top: -14px;
    border-radius: 25px;
    }
    
    .about-inner-img {
    width: 200px !important;
    float: inline-start;
    padding-top: 0px !important;
    padding-bottom: 50px !important;
    }
    
   .about-section .about-img-info .about-img img {
    margin-left: 39px !important;
    margin-bottom: -20px !important;
    margin-top: 44px !important;
    }
    
    .rightimgcls {
        margin: -16px -14px 171px 37px !important;
    }
    
    .affrowcls {
    display: flex;
    flex-direction: column-reverse;
}
    
    .tourimgcls{
        margin-top:-60px !important;
    }
    .afforimgcls{
        /*margin:70px !important;*/
    }
    
    .affcenteraligncls {
     margin-top: 0px !important;; 
  }
  
  .fristrowcls {
    display: flex;
    flex-direction: column;
}
    
    .head-tourismcls {
      margin-top: 40px !important;
    }
    .offerbtnnewcls {
    margin: 10px !important;
    float: inline-start !important;
    }
     .testimonial-block .inner-box .image {
    width: 270px !important;
    /* margin: 0 115px 0 115px !important; */
    margin: 0 auto;
}

.testimonial-block .inner-box {
    display: block !important;
}

.testimonial-block .inner-box .content {
    position: relative;
    margin: 150px 20px 0 20px !important;
}
    .copyright_text p {
     padding-bottom: 15px !important;
    }
    
           .headtextcls {
    font-size: 37px;
}
.headtextcls {
    font-size: 40px;
}
.msgcls {
    line-height: 18px !important;
    font-size: 17px;
}
    .btn-primary {
    margin-left: 27% !important;
    margin-right: 27% !important;
}
}






@media only screen and (min-width: 520px) and (max-width: 559px){
    
    .service-list .box-icon {
    padding: 28px 40px !important;
    border-bottom: 0px !important;
    border-right: 4px solid #fff;
    width: 30%;
}

.service-list-wrap.active .service-list .box-icon {
    padding: 75px 10px !important;
}

.service-list-wrap.active .service-list {
    height: 240px !important;
}

 .service-list .box-title-wrap .box-title {
    margin: 0;
    -webkit-writing-mode: unset !important;
    -ms-writing-mode: unset !important;
    writing-mode: unset !important;
    padding: 45px 2px !important;
}

.service-list {
    height: 115px !important;
    display: flex;
}
    
    .service-list-wrap {
    margin-bottom: 60px !important;
    }
    
    .content-wrap {
        width: 70% !important;
    }
    
    .service-list-area {
        flex-wrap: wrap;
         margin: 0px !important;
         gap:0px !important;
    }
    
    .box-title {
    font-size: 20px !important;
    }
    
     .col-md-6.respcls.mt-5 {
        margin: 50px 106px;
    }
    
    .fristrowcls {
    display: flex;
    flex-direction: column;
    }
    .col-md-12.secsleftcls {
        margin: 0 auto;
    }
    
    .col-md-12.respcls {
        margin: 0 auto;
    }
    
    .col-md-12.whyleftimgcls {
        margin: 0 auto;
    }
    
    .col-md-12.respcls {
        margin: 0 auto;
    }
    
    .mobsecwhycls {
        margin: 10px 40px !important;
    }
    
    .form-maindiv {
    float: left;
    top: 13%;
    height: 417px;
    display: contents;
    width: 400px;
    height: 400px;
    padding-left: 0px;
    position:relative;
}

.form-maincls {
    float: initial;
    margin: 0 auto;
    background: #ededed;
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #ed3237;
    width: 450px;
    height: 670px;
    margin-top: 40px;
}

    .whycontentcls {
        margin: 20px 35px !important;
    }
    
    /*.headfoocls {*/
    /*    padding-left: 0px !important;*/
    /*    padding-right: 0px !important;*/
    /*}*/
    
    .main-footercls {
        gap: 100px !important;
        /* margin: -71px 90px 0 155px !important; */
        /* width: 830px !important; */
        /* flex-direction: column !important; */
        padding: 0% 15%;
    }
    
    .col-md-12.whyrightimgcls {
        margin: 0 auto;
    }

   .box_text {
    width: 390px !important;
    padding: 10px !important;
    }

   .mobimglastcls {
    /*margin: 0 -20px 0 -24px;*/
    }
    
   .footer .flowus {
    text-align: center !important;
    }
    
    .copyright_text {
        text-align: center !important;
    }

    .fooaddrecls {
        font-size: 14px !important;
    }
    
    .foomailcls {
        font-weight: 600 !important;
        font-size: 14px !important;
    }
    
    .headothercls {
        margin: 35px 0px 0 0px !important;
        text-align: center;
    }
    
   .topalignimgcls {
    margin-top: 10px !important;
    /*width: 330px !important;*/
    /*margin-left: 67px !important;*/
    }
    
    .mobsecwhycls {
    /*margin-left: 80px !important;*/
    }

    .whysecscls {
     flex-wrap: wrap !important;
    }
    
    .col-md-4.whyrightimgcls {
    margin: 50px 0 0px 77px !important;
    }
    
   .whyleftimgcls{
          margin: 0px 0 0px 8px !important;    
    }
    
    .msgcls {
    line-height: 1.4 !important;
    }

    .about-inner-img {
        width: 200px !important;
        float: inline-start;
        padding-top: 0px !important;
        padding-bottom: 50px !important;
    }
    
    /*.mbwhyrightcls {*/
    /*width: 330px !important;*/
    /*margin: 40px 0 0 90px !important;*/
    /*}*/
 
   .secwhyrowcls {
    /* margin-left: 5px; */
    flex-direction: column-reverse;
    display: flex;
    margin-top: 15px;
}
    
    .affrowcls {
    display: flex;
    flex-direction: column-reverse;
    }
    
    .affcenteraligncls {
    margin-top: -10px !important;
    margin-bottom: 75px;
    }

    .about-section .about-img-info .about-img img {
    margin-left: 39px !important;
    margin-bottom: -20px !important;
    margin-top: 44px !important;
    }
    .abutrightcls {
    min-width: 240px !important;
    margin-left: 100px;
    margin-top: -14px;
    border-radius: 25px;
    }
    
    .rightimgcls {
        margin: -16px -14px 171px 37px !important;
    }
    
    .tourimgcls{
        margin-top:-60px !important;
    }
    .afforimgcls{
        /*margin:70px !important;*/
    }
    .head-tourismcls {
      margin-top: 40px !important;
    }
    .offerbtnnewcls {
    margin: 10px !important;
    float: inline-start !important;
    }
    .testimonial-block .inner-box .image {
    width: 270px !important;
    /* margin: 0 115px 0 115px !important; */
    margin: 0 auto;
}

.testimonial-block .inner-box {
    display: block !important;
}

.testimonial-block .inner-box .content {
    position: relative;
    margin: 155px 20px 0 20px !important;
}

    .copyright_text p {
     padding-bottom: 15px !important;
    }
    
           .headtextcls {
    font-size: 37px;
}
.headtextcls {
    font-size: 40px;
}
.msgcls {
    line-height: 18px !important;
    font-size: 17px;
}
    .btn-primary {
    margin-left: 30% !important;
    margin-right: 30% !important;
}
}







@media only screen and (min-width: 560px) and (max-width: 579px){
     .col-md-6.respcls.mt-5 {
        margin: 50px 106px;
    }
    
    .fristrowcls {
    display: flex;
    flex-direction: column;
    }
    .col-md-12.secsleftcls {
        margin: 0 auto;
    }
    
    .col-md-12.respcls {
        margin: 0 auto;
    }
    
    .col-md-12.whyleftimgcls {
        margin: 0 auto;
    }
    
    .col-md-12.respcls {
        margin: 0 auto;
    }
    
    .mobsecwhycls {
        margin: 10px 60px !important;
    }
    
    .secwhyrowcls {
    /* margin-left: 5px; */
    flex-direction: column-reverse;
    display: flex;
    margin-top: -40px;
    }
    
    .form-maindiv {
    float: left;
    top: 13%;
    height: 417px;
    display: contents;
    width: 400px;
    height: 400px;
    padding-left: 0px;
    position:relative;
}

.testimonial-block .inner-box {
    display: block !important;
}

.testimonial-block .inner-box .content {
    position: relative;
    margin: 120px 20px 0 20px !important;
}

.form-maincls {
    float: initial;
    margin: 0 auto;
    background: #ededed;
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #ed3237;
    width: 450px;
    height: 670px;
    margin-top: 40px;
}


.service-list .box-icon {
    padding: 21px 40px !important;
    border-bottom: 0px !important;
    border-right: 4px solid #fff;
    width: 30%;
}

.service-list-wrap.active .service-list .box-icon {
    padding: 75px 10px !important;
}

.service-list-wrap.active .service-list {
    height: 200px !important;
}

 .service-list .box-title-wrap .box-title {
    margin: 0;
    -webkit-writing-mode: unset !important;
    -ms-writing-mode: unset !important;
    writing-mode: unset !important;
    padding: 40px 2px !important;
}

.service-list {
    height: 115px !important;
    display: flex;
}
    
    .service-list-wrap {
    margin-bottom: 60px !important;
    }
    
    .content-wrap {
        width: 70% !important;
    }
    
    .service-list-area {
        flex-wrap: wrap;
         margin: 0px !important;
         gap:0px !important;
    }
    

    .whycontentcls {
        margin: 10px 60px !important;
    }
    
    .headfoocls {
    /*padding-left: 0px !important;*/
    /*padding-right: 0px !important;*/
    margin:0 auto;
    }
    
    .box_text {
    width: 390px !important;
    padding: 10px !important;
    }
    
    .main-footercls {
    gap: 100px !important;
    /* margin: -71px 90px 0 155px !important; */
    /* width: 830px !important; */
    /* flex-direction: column !important; */
    padding: 0% 15%;
    }

   .mobimglastcls {
    /*margin: 0 -20px 0 -24px;*/
    }
    
   .footer .flowus {
    text-align: center !important;
    }
    
    .copyright_text {
        text-align: center !important;
    }

    .fooaddrecls {
        font-size: 14px !important;
    }
    
    .foomailcls {
        font-weight: 600 !important;
        font-size: 14px !important;
    }
    
    .headothercls {
        margin: 35px 0px 0 0px !important;
        text-align: center;
    }
    
    /*.about-content {*/
    /*  margin: 0 60px 0px 70px !important;*/
    /*}*/
    

    .topalignimgcls {
        margin-top: 40px !important;
    }
    
    .mobsecwhycls {
    /*margin-left: 105px !important;*/
    }

    .whysecscls {
     flex-wrap: wrap !important;
    }
    
    .col-md-4.whyrightimgcls {
    margin: 50px 0 0px 97px !important;
    }
    
   .whyleftimgcls{
          /*margin: 0px 0 0px 8px !important;    */
    }
    
    .msgcls {
    line-height: 1.4 !important;
    }

    .about-inner-img {
        width: 220px !important;
        float: inline-start;
        padding-top: 0px !important;
        padding-bottom: 50px !important;
    }
    
   .mbwhyrightcls {
    /* width: 369px !important; */
    margin: 40px 0px !important;
    }
    
    .affrowcls {
    display: flex;
    flex-direction: column-reverse;
    }
    
    .affcenteraligncls {
    margin-top: -11px !important;
    margin-bottom: 75px;
    }

    .about-section .about-img-info .about-img img {
    margin-left: 39px !important;
    margin-bottom: -20px !important;
    margin-top: 44px !important;
    }
    
    .abutrightcls {
        min-width: 245px !important;
        margin-left: 100px;
        margin-top: -14px;
        border-radius: 25px;
    }
    
    .rightimgcls {
        margin: -16px 0px 171px 37px !important;
    }
    
    .tourimgcls {
    margin-top: -60px !important;
    }

    .afforimgcls{
        /*margin:70px !important;*/
    }
    .head-tourismcls {
      margin-top: 40px !important;
    }
   .offerbtnnewcls {
    margin: 6px !important;
    float: inline-start !important;
    width: 100px !important;
    }
    
  .testimonial-block .inner-box .image {
    width: 260px !important;
    /* margin: 0 115px 0 115px !important; */
    margin: 0 auto;
}
    .copyright_text p {
     padding-bottom: 15px !important;
    }
    
           .headtextcls {
    font-size: 37px;
}
.headtextcls {
    font-size: 40px;
}
.msgcls {
    line-height: 18px !important;
    font-size: 17px;
}
    .btn-primary {
    margin-left: 32% !important;
    margin-right: 32% !important;
}
}







@media only screen and (min-width: 580px) and (max-width: 598px){
    
    .col-md-6.respcls.mt-5 {
        margin: 50px 106px;
    }
    
    .fristrowcls {
    display: flex;
    flex-direction: column;
    }
    .col-md-12.secsleftcls {
        margin: 0 auto;
    }
    
    .col-md-12.respcls {
        margin: 0 auto;
    }
    
    .col-md-12.whyleftimgcls {
        margin: 0 auto;
    }
    
    .col-md-12.respcls {
        margin: 0 auto;
    }
    
    .form-maindiv {
    float: left;
    top: 13%;
    height: 417px;
    display: contents;
    width: 400px;
    height: 400px;
    padding-left: 0px;
    position:relative;
}

.form-maincls {
    float: initial;
    margin: 0 auto;
    background: #ededed;
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #ed3237;
    width: 450px;
    height: 650px;
    margin-top: 40px;
}


    .service-list-area {
        flex-wrap: wrap;
    }
    
    /*.whycontentcls{*/
    /*    margin: 0 60px 0px 120px !important;*/
    /*}*/
    
    .headfoocls {
    /*padding-left: 5px !important;*/
    /*padding-right: 0px !important;*/
    margin: 0 auto;
    }
    
    .secwhyrowcls {
    /*margin-left: 5px;*/
    flex-direction: column-reverse;
    display: flex;
    margin-top: -40px;
    }
    
   .box_text {
        width: 360px !important;
        padding: 10px !important;
    }
    
   .main-footercls {
    gap: 100px !important;
    /* margin: -71px 90px 0 155px !important; */
    /* width: 830px !important; */
    /* flex-direction: column !important; */
    padding: 0% 15%;
    }
    
   .mobimglastcls {
    /*margin: 0 -20px 0 -24px;*/
    }
    
   .footer .flowus {
    text-align: center !important;
    }
    
    .copyright_text {
        text-align: center !important;
    }

    .fooaddrecls {
        font-size: 14px !important;
    }
    
    .foomailcls {
        font-weight: 600 !important;
        font-size: 14px !important;
        word-break:break-all;
    }
    
    .headothercls {
        margin: 35px 0px 0 0px !important;
        text-align: center;
    }
    
    /*.about-content {*/
    /*  margin: 0 60px 0px 70px !important;*/
    /*}*/
    
    .whysecscls {
    gap: 11px !important;
    }
    
   .topalignimgcls {
        margin-top: 50px !important;
    }
    
      .mobsecwhycls {
        margin: -17px !important;
    }

    .whysecscls {
     flex-wrap: wrap !important;
    }
    
    .col-md-4.whyrightimgcls {
    margin: 50px 0 0px 97px !important;
    }
    
   .whyleftimgcls{
          /*margin: 0px 0 0px 8px !important;    */
    }
    
    .msgcls {
    line-height: 1.4 !important;
    }

   .about-inner-img {
    width: 220px !important;
    float: inline-start;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    }
    
    .affrowcls {
    display: flex;
    flex-direction: column-reverse;
    }
    
    .affcenteraligncls {
    margin-top: 0px !important;
    margin-bottom: 75px;
    }
    
    .col-md-12.whyrightimgcls {
        margin: 0 auto;
    }
    
    .mbwhyrightcls {
        margin: 40px 0px !important;
    }
    
    .abutrightcls {
    min-width: 240px !important;
    margin-left: 100px;
    margin-top: -14px;
    border-radius: 25px;
    }

    .about-section .about-img-info .about-img img {
    margin-left: 49px !important;
    margin-bottom: 45px !important;
    }
    
    .rightimgcls {
        margin: 30px -9px 60px 37px !important;
    }
    
    .tourimgcls{
        margin:0 70px !important;
    }
    .afforimgcls{
        margin:70px !important;
    }
    .head-tourismcls {
      margin-top: 40px !important;
    }
    .offerbtnnewcls {
    margin: 10px !important;
    float: inline-start !important;
    width: 130px !important;
    }
    .testimonial-block .inner-box .image {
    width: 260px !important;
    /* margin: 0 115px 0 115px !important; */
    margin: 0 auto;
}
    .copyright_text p {
     padding-bottom: 15px !important;
    }
    
           .headtextcls {
    font-size: 37px;
}
.headtextcls {
    font-size: 40px;
}
.msgcls {
    line-height: 18px !important;
    font-size: 17px;
}
    .btn-primary {
    margin-left: 30% !important;
    margin-right: 30% !important;
}

}

@media only screen and (min-width: 599px) and (max-width: 639px){
    
    .fristrowcls {
    display: flex;
    flex-direction: column;
    }
    .col-md-12.secsleftcls {
        margin: 0 auto;
    }
    
    .col-md-12.respcls {
        margin: 0 auto;
    }
    
    .col-md-12.whyleftimgcls {
        margin: 0 auto;
    }
    
    .col-md-12.respcls {
        margin: 0 auto;
    }
    
    .secwhyrowcls {
    flex-direction: column-reverse;
    display: flex;
    /*margin-top: 10px;*/
    }
    
    .form-maindiv {
    float: left;
    top: 13%;
    height: 417px;
    display: contents;
    width: 400px;
    height: 400px;
    padding-left: 0px;
    position:relative;
}

.form-maincls {
    float: initial;
    margin: 0 auto;
    background: #ededed;
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #ed3237;
    width: 450px;
    height: 650px;
    margin-top: 40px;
}

    .service-list-area {
            flex-wrap: wrap;
    }
    
    .whycontentcls{
        /*margin: 0 60px 0px 120px !important;*/
    }
    
    .headfoocls {
    padding-left: 10px !important;
    padding-right: 5px !important;
    }
    
    .box_text {
        width: 32% !important;
    }
    
    .main-footercls {
    gap: 9px !important;
    /*margin: -71px 90px 0 170px !important;*/
    /*width: 830px !important;*/
    /*flex-direction: column !important;*/
    }

   .mobimglastcls {
    /*margin: 0 -20px 0 -24px;*/
    }
    
   .footer .flowus {
    text-align: center !important;
    }
    
    .copyright_text {
        text-align: center !important;
    }

    .fooaddrecls {
        /*font-size: 14px !important;*/
    }
    
    .foomailcls {
    /*font-weight: 600 !important;*/
    /*font-size: 14px !important;*/
    word-break: break-word;
    }
    
    .headothercls {
        margin: 35px 0px 0 0px !important;
        text-align: center;
    }
    
    /*.about-content {*/
    /*  margin: 0 60px 0px 70px !important;*/
    /*}*/
    
    .whysecscls {
        gap: 11px !important;
    }

   .topalignimgcls {
         margin-top: 40px !important;
   }
    
    .whysecscls {
        flex-wrap: wrap !important;
    }
    
    .col-md-4.whyrightimgcls {
        margin: 50px 0 0px 97px !important;
    }
    
    .msgcls {
        line-height: 1.4 !important;
    }

    .about-inner-img {
    width: 220px !important;
    float: inline-start;
    padding-top: 0px !important;
    padding-bottom: 40px !important;
    }
    
    .affcenteraligncls {
    margin-top: -10px !important;
    margin-bottom: 75px;
    }
    
    .affrowcls {
    display: flex;
    flex-direction: column-reverse;
    }
    
    .about-section .about-img-info .about-img img {
    margin-left: 56px !important;
    margin-bottom: 45px !important;
    }
    
    .abutrightcls {
    min-width: 290px !important;
    margin-left: 100px;
    margin-top: -20px !important;
    border-radius: 25px;
    height: 330px !important;
    }
    
    .rightimgcls {
        margin: 30px -9px 60px 37px !important;
    }
    
   .tourimgcls {
        margin-top: -30px !important;
    }

    .afforimgcls{
        /*margin:70px !important;*/
    }
    
    .head-tourismcls {
      margin-top: 40px !important;
    }
    
    .offerbtnnewcls {
    margin: 10px !important;
    float: inline-start !important;
    width: 150px !important;
    }
    .testimonial-block .inner-box .image {
    width: 260px !important;
    /* margin: 0 115px 0 115px !important; */
    margin: 0 auto;
}
    .copyright_text p {
     padding-bottom: 15px !important;
    }
    
    .headothercls {
        /*margin: 35px 0px 0 0px !important;*/
        text-align: center;
    }
    
    .col-md-6.secsleftcls {
        margin: 0px 132px;
    }

   .secwhyrowcls {
    /*margin-left: 5px;*/
    flex-direction: column-reverse;
    display: flex;
    margin-top: -40px;
    }
    
    .mbwhyrightcls {
        margin: 45px 20px !important;
    }
    
    .col-md-4.whyrightimgcls {
    margin: 50px 0 0px 85px !important;
    }
    
   .box_text {
    width: 360px !important;
    padding: 10px !important;
    }
    
    .col-md-12.headfoocls {
        margin: 0 160px;
    }
    
    .main-footercls {
        margin: 0 auto;
        gap: 100px !important;
        display: flex;
        flex-wrap: wrap;
    }   
    
    .mobviewaligncls {
        margin: 30px 30px;
    }
    
    .col-md-6.respcls.mt-5 {
        margin: 50px 106px;
    }
           .headtextcls {
    font-size: 37px;
}
.headtextcls {
    font-size: 40px;
}
.msgcls {
    line-height: 18px !important;
    font-size: 17px;
}
    .btn-primary {
    margin-left: 30% !important;
    margin-right: 30% !important;
}

}



@media only screen and (min-width: 640px) and (max-width: 679px){
    
      .testimonial-block .inner-box {
        display: block !important;
    }
    
    .testimonial-block .inner-box .content {
        margin: 130px 0px 0 0px !important;
    }
    
    .testimonial-block .inner-box .image {
    width: 260px !important;
    /* margin: 0 115px 0 115px !important; */
    margin: 0 auto;
}
    
    
    .form-maindiv {
    float: left;
    top: 13%;
    height: 417px;
    display: contents;
    width: 400px;
    height: 400px;
    padding-left: 0px;
    position:relative;
}

.form-maincls {
    float: initial;
    margin: 0 auto;
    background: #ededed;
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #ed3237;
    width: 450px;
    height: 650px;
    margin-top: 40px;
}
    
     
    .service-list-area {
        flex-wrap: wrap;
         margin: 0px !important;
    }
    
    .headfoocls {
    padding-left: 10px !important;
    padding-right: 10px !important;
    }
    
    .box_text {
        width: 32% !important;
    }
    
    .main-footercls {
    gap: 12px !important;
    /*margin: -71px 90px 0 199px !important;*/
    /*width: 830px !important;*/
    /*flex-direction: column !important;*/
    }

   .mobimglastcls {
    /*margin: 0 -20px 0 -24px;*/
    }
    
   .footer .flowus {
    text-align: center !important;
    }
    
    .copyright_text {
        text-align: center !important;
    }

    .fooaddrecls {
        /*font-size: 14px !important;*/
    }
    
    .foomailcls {
    /*font-weight: 600 !important;*/
    /*font-size: 14px !important;*/
    word-break: break-all;
    }
    
    .headothercls {
        margin: 35px 0px 0 0px !important;
        text-align: center;
    }

     .col-md-4.whyrightimgcls {
    margin: 50px 0 0px 115px !important;
    }
    
   .whyleftimgcls{
          /*margin: 0 40px !important;    */
    }
    
    .msgcls {
    line-height: 1.4 !important;
    }
    
    .affcenteraligncls {
        margin-top: 0px !important;
        margin-bottom: 75px;
    }
    
    .affrowcls {
        display: flex;
        flex-direction: column-reverse;
    }

    .about-inner-img {
        width: 250px !important;
        float: inline-start;
        padding-top: 0px !important;
        padding-bottom: 40px !important;
    }
    
    /*.mbwhyrightcls {*/
    /*    width: 380px !important;*/
    /*    margin: 0px 0 0 150px !important;*/
    /*}*/

    .about-section .about-img-info .about-img img {
    margin-left: 67px !important;
    margin-bottom: 10px !important;
    margin-top: 12px !important;
    }
    
    .abutrightcls {
    min-width: 270px !important;
    margin-left: 80px !important;
    margin-top: -14px;
    border-radius: 25px;
    height: 315px !important;
    }
    
    .rightimgcls {
        margin: 30px 0px 0px 0px !important;
    }
    
   .tourimgcls {
        margin-top: -60px !important;
    }

    .afforimgcls{
        /*margin:70px !important;*/
    }
    .head-tourismcls {
      margin-top: 40px !important;
    }
    .offerbtnnewcls {
    margin: 10px !important;
    float: inline-start !important;
    }
     .testimonial-block .inner-box .image {
    width: 260px !important;
    /* margin: 0 115px 0 115px !important; */
    margin: 0 auto;
}
    .copyright_text p {
     padding-bottom: 15px !important;
    }
    
    
              .headothercls {
        /*margin: 35px 0px 0 0px !important;*/
        text-align: center;
    }
    
    .col-md-6.secsleftcls {
        margin: 44px;
    }

   .topalignimgcls {
        margin-top: 60px !important;
    }
    
   .secwhyrowcls {
    /*margin-left: 5px;*/
    flex-direction: column-reverse;
    display: flex;
    margin-top: -40px;
    }
    
    .mbwhyrightcls {
        margin: 45px 35px !important;
    }
    
    .col-md-4.whyrightimgcls {
    margin: 50px 0 0px 85px !important;
    }
    
   .box_text {
    width: 360px !important;
    padding: 10px !important;
    }
    
    .col-md-12.headfoocls {
        margin: 0 160px;
    }
    
    .main-footercls {
        margin: 0 auto;
        gap: 100px !important;
        display: flex;
        flex-wrap: wrap;
    }   
    
    .mobviewaligncls {
        margin: 30px 30px;
    }
    
      .fristrowcls {
    display: flex;
    flex-direction: column;
    }
    .col-md-12.secsleftcls {
        margin: 0 auto;
    }
    
    .col-md-12.respcls {
        margin: 0 auto;
    }
    
    .col-md-12.whyleftimgcls {
        margin: 0 auto;
    }
    
    .col-md-12.respcls {
        margin: 0 auto;
    }
    
    .secwhyrowcls {
    flex-direction: column-reverse;
    display: flex;
    /*margin-top: 10px;*/
    }
    
           .headtextcls {
    font-size: 37px;
}
.headtextcls {
    font-size: 40px;
}
.msgcls {
    line-height: 18px !important;
    font-size: 17px;
}
    .btn-primary {
    margin-left: 32% !important;
    margin-right: 32% !important;
}


}




@media only screen and (min-width: 580px) and (max-width: 679px){
    
    .service-list .box-icon {
    padding: 21px 40px !important;
    border-bottom: 0px !important;
    border-right: 4px solid #fff;
    width: 30%;
}

.service-list-wrap.active .service-list .box-icon {
    padding: 65px 10px !important;
}

.service-list-wrap.active .service-list {
    height: 200px !important;
}

    .service-list .box-title-wrap .box-title {
    margin: 0;
    -webkit-writing-mode: unset !important;
    -ms-writing-mode: unset !important;
    writing-mode: unset !important;
    padding: 40px 2px !important;
}

.service-list {
    height: 115px !important;
    display: flex;
}
    
    .service-list-wrap {
    margin-bottom: 60px !important;
    }
    
    .content-wrap {
        width: 70% !important;
    }
    
    .service-list-area {
    margin: 0px !important;
    gap:0px !important;
}

  
    
    .testimonial-block .inner-box {
        display: block !important;
    }
    
    .testimonial-block .inner-box .content {
        margin: 130px 0px 0 0px !important;
    }
    
    .testimonial-block .inner-box .image {
    width: 260px !important;
    /* margin: 0 115px 0 115px !important; */
    margin: 0 auto;
}
    
    
.clove-difference ul li {
    min-height: 160px;
}

.clove-difference ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}

.clove-difference ul li, .clove-difference ul li.clinics {
    width: 100%;
    min-height: 250px;
    padding: 30px 5px 10px;
    margin: 0 0.2%;
}

.clove-difference ul li .difference-text-box h4 {
    margin-bottom: 15px;
}


.form-maindiv {
    float: left;
    top: 13%;
    height: 417px;
    display: contents;
    width: 400px;
    height: 400px;
    padding-left: 0px;
    position:relative;
}

.form-maincls {
    float: initial;
    margin: 0 auto;
    background: #ededed;
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #ed3237;
    width: 450px;
    height: 670px;
    margin-top: 40px;
}

.overlay {
    /*background-color: rgb(41 39 34 / 45%);*/
    width: 100%;
    height: 905px;
}

/*.home {*/
/*    background: url(../images/happy-smile.jpg) no-repeat center center fixed;*/
/*    background-size: cover;*/
/*    background-repeat:no-repeat;*/
/*}*/

.mdcentercls {
    width: 500px;
    margin: 95px auto;
}

     .backdrcls {
        box-shadow: rgb(175 173 173) 0px 7px 29px 0px;
        border: 1px solid rgb(0 0 0 / 9%);
        padding: 25px 25px 25px 25px;
        border-radius: 60px;
        width: 60%;
        margin: 10% 20% 10% 20%;
        min-height: 530px;
    }
    .mobviewcls{
        float: initial;
        margin: 0 auto;
        display: block;
    }
    
    .testimonial-block {
        margin-left: 25px !important;
        margin-right: 25px !important;
    }
    .custtelcls {
     width: 100%;
     min-width: 475px;
    }
    
           .headtextcls {
    font-size: 37px;
}
.headtextcls {
    font-size: 40px;
}
.msgcls {
    line-height: 18px !important;
    font-size: 17px;
}
    .btn-primary {
    margin-left: 30% !important;
    margin-right: 30% !important;
}
    
}








@media only screen and (min-width: 680px) and (max-width: 767px){
    
    .service-list .box-icon {
    padding: 21px 40px !important;
    border-bottom: 0px !important;
    border-right: 4px solid #fff;
    width: 30%;
}

.service-list-wrap.active .service-list .box-icon {
    padding: 65px 10px !important;
}

.service-list-wrap.active .service-list {
    height: 200px !important;
}
 
.service-list .box-title-wrap .box-title {
    margin: 0;
    -webkit-writing-mode: unset !important;
    -ms-writing-mode: unset !important;
    writing-mode: unset !important;
    padding: 45px 2px !important;
}

.service-list {
    height: 115px !important;
    display: flex;
}
    
    .service-list-wrap {
    margin-bottom: 60px !important;
    }
    
    .content-wrap {
        width: 70% !important;
    }
    
    .service-list-area {
    margin: 0px !important;
    gap:0px !important;
}
    
    
    .headtextcls {
    font-size: 42px;
}
.headtextcls {
    font-size: 40px;
}
.msgcls {
    line-height: 18px !important;
    font-size: 17px;
}
    .btn-primary {
    margin-left: 33% !important;
    margin-right: 33% !important;
}
    
    .fristrowcls {
    display: flex;
    flex-direction: column;
    }
    .col-md-12.secsleftcls {
        margin: 0 auto;
    }
    
    .col-md-12.respcls {
        margin: 0 auto;
    }
    
    .secwhyrowcls {
    flex-direction: column-reverse;
    display: flex;
    margin-top: 10px;
    }

    .main-footercls {
        margin: 0 auto;
         gap: 11px !important; 
        display: flex;
        flex-wrap: wrap;
    }
    
    .testimonial-block .inner-box {
        display: block !important;
    }
    
    .testimonial-block .inner-box .content {
        margin: 200px 0px 0 0px !important;
    }
    
    .affcenteraligncls {
    margin-top: -20px !important;
    margin-bottom: 75px;
    }
    
    .row.align-items-center.affrowcls {
    flex-direction: column-reverse;
    display: flex;
    }

 .form-maindiv {
    float: left;
    top: 13%;
    height: 417px;
    display: contents;
    width: 400px;
    height: 400px;
    padding-left: 0px;
    position:relative;
}

.form-maincls {
    float: initial;
    margin: 0 auto;
    background: #ededed;
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #ed3237;
    width: 450px;
    height: 670px;
    margin-top: 40px;
}

.custtelcls{
    width: 100%;
    min-width: 560px;
}

.overlay {
    /*background-color: rgb(41 39 34 / 45%);*/
    width: 100%;
    height: 900px;
}

/*.home {*/
/*    background: url(../images/happy-smile.jpg) no-repeat center center fixed;*/
/*    background-size: cover;*/
/*    background-repeat:no-repeat;*/
/*}*/

.secrowcls {
        margin-left: 0%;
        margin-right: 0%;
    }
    
.about .single_about .single_ab_icon {
    width: 16%;
  
}

.mdcentercls{
    width: 550px;
    margin: 150px auto;
}

     .backdrcls {
        box-shadow: rgb(175 173 173) 0px 7px 29px 0px;
        border: 1px solid rgb(0 0 0 / 9%);
        padding: 25px 25px 25px 25px;
        border-radius: 60px;
        width: 60%;
        margin: 10% 20% 10% 20%;
        min-height: 530px;
    }
    .mobviewcls{
        float: initial;
        margin: 0 auto;
        display: block;
    }
     .testimonial-block {
        
        margin-left: 50px !important;
        margin-right: 50px !important;
    }
    
    .service-list-area {
        flex-wrap: wrap;
    }
    
    /* .whycontentcls{*/
    /*    margin: 0 30px 0 30px !important;*/
    /*}*/
    
   .mobimglastcls {
    /*margin: 0 -20px 0 -24px;*/
    }
  .footer .flowus {
    text-align: center !important;
    }
    
    .copyright_text {
        text-align: center !important;
    }

    .fooaddrecls {
        /*font-size: 13px !important;*/
        word-break: break-all;
    }
    
    .foomailcls {
    /*font-weight: 600 !important;*/
    /*font-size: 13px !important;*/
    word-break: break-all;
    }
    
      .headothercls {
        margin: 35px 0px 0 0px !important;
        text-align: center;
    }
    
    /*.about-content {*/
    /*  margin: 0 60px 0px 70px !important;*/
    /*}*/
    
    .whysecscls {
    gap: 11px !important;
    }

   .topalignimgcls {
    margin-top: 10px !important;
    }
    
    .mbwhyrightcls {
        margin: 80px !important;
    }
  
    /*.whysecscls {*/
    /* flex-wrap: wrap !important;*/
    /*}*/
    
    .col-md-4.whyrightimgcls {
    margin: 50px 0 0px 85px !important;
    }
    
    .msgcls {
    line-height: 1.4 !important;
    }

    .about-inner-img {
        width: 300px !important;
        float: inline-start;
        padding-top: 0px !important;
    }
    
    .about-section .about-img-info .about-img img {
        margin-left: 70px !important;
    }
    
    .rightimgcls {
        margin: 30px 60px 60px 0 !important;
    }
    
    .tourimgcls{
        margin:0 70px !important;
    }
    .afforimgcls{
        margin:70px !important;
    }
    .head-tourismcls {
      margin-top: 50px !important;
    }
    .offerbtnnewcls {
        margin: 10px !important;
        float: inline-start !important;
        width: 150px !important;
    }
    
     .testimonial-block .inner-box .image {
    width: 345px !important;
    /* margin: 0 115px 0 115px !important; */
    margin: 0 auto;
    }
    
          .headothercls {
        /*margin: 35px 0px 0 0px !important;*/
        text-align: center;
    }
    
    .col-md-6.secsleftcls {
        margin: 50px 106px;
    }

   .topalignimgcls {
        margin-top: 60px !important;
    }
    
   .secwhyrowcls {
    /*margin-left: 5px;*/
    flex-direction: column-reverse;
    display: flex;
    margin-top: -40px;
    }
    
    .col-md-12.whyleftimgcls {
        margin: 0 auto;
    }
    
    .mbwhyrightcls {
        margin: 45px 70px !important;
    }
    
    .col-md-4.whyrightimgcls {
    margin: 50px 0 0px 85px !important;
    }
    
   .box_text {
    width: 360px !important;
    padding: 10px !important;
    }
    
    .col-md-12.headfoocls {
        margin: 0 190px;
    }
    
    .main-footercls {
        margin: 0 auto;
        gap: 100px !important;
        display: flex;
        flex-wrap: wrap;
    }   
    
    .mobviewaligncls {
        margin: 30px 100px;
    }
    
    .col-md-6.respcls.mt-5 {
    margin: 50px 106px;
    }
    
    

}



@media only screen and (min-width: 768px) and (max-width: 855px){
 
/* .stickyfoo {*/
/*    display:flex;*/
/*    position: fixed;*/
/*    bottom: 0;*/
/*    background-color: #ed3237;*/
/*    padding: 8px;*/
/*    height: 10%;*/
/*    border: 1px solid #fff6;*/
/*    width: 100%;*/
/*    left: 0;*/
/*}*/

/*.fooiconscls {*/
/*    width: 45px;*/
/*    margin: 0 auto;*/
/*}*/

/*.foosubtxtcls{*/
/*    font-size: 15px;*/
/*    text-align: center;*/
/*    color: #fff;*/
/*    font-weight: bolder;*/
/*}*/

/*.foogrupdivcls{*/
/*    display: inline-grid;    */
/*}*/

/*.substicky{*/
/*     display:flex;*/
/*     margin:0 auto;*/
/*}*/

 
 
 
.headtextcls {
    font-size: 37px;
}
.headtextcls {
    font-size: 40px;
}
.msgcls {
    line-height: 18px !important;
    font-size: 17px;
}
    .btn-primary {
    margin-left: 27% !important;
    margin-right: 27% !important;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -47px;
    width: 196px;
    margin-top: 17px;
}

/*.navbar-brand {*/
/*   height: 5px;*/
/*}*/

ul.nav.navbar-nav.navbar-right {
    padding-top: 0px;
    margin-top: -35px;
}

.navbar-right {
    float: right!important;
    margin-right: -18px;
}

.header-topcls {
    padding-top: 0px;
    padding-bottom: 0px;
}
 .form-maindiv {
    float: left;
    top: 13%;
    height: 417px;
    display: contents;
    width: 400px;
    height: 400px;
    padding-left: 0px;
    position:relative;
}

.form-maincls {
    float: initial;
    margin: 0 auto;
    background: #ededed;
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #ed3237;
    width: 450px;
    height: 650px;
    margin-top: 40px;
}


#formid {
    height: 100%;
    max-height: 400px;
    /* padding: 30px; */
} 

.overlay {
    /*background-color: rgb(41 39 34 / 45%);*/
    width: 100%;
    height: 1000px;
}

/*.home {*/
/*    background: url(../images/happy-smile.jpg) no-repeat center center fixed;*/
/*    background-size: cover;*/
/*    background-repeat:no-repeat;*/
/*}*/

    .secrowcls {
            margin-left: 0%;
            margin-right: 0%;
        }
    
    .about .single_about .single_ab_icon {
        width: 16%;
      
}

    .maindiv_video {
     margin: 0px 90px 0px 90px;
    
    }

    .col-md-6.why-clove.wow.fadeInRight {
     margin-bottom: 60px;
    }
    
     .backdrcls {
        box-shadow: rgb(175 173 173) 0px 7px 29px 0px;
        border: 1px solid rgb(0 0 0 / 9%);
        padding: 25px 25px 25px 25px;
        border-radius: 60px;
        width: 60%;
        margin: 10% 20% 10% 20%;
        min-height: 530px;
    }
    .mobviewcls{
        float: initial;
        margin: 0 auto;
        display: block;
    }
    
    .testimonial-block {
        margin-left: 90px !important;
        margin-right: 90px !important;
    }
    
    .service-list-area {
        display: block !important;
        margin: 0px !important;
    }

    .service-list {
        height: 175px !important;
        display: inline-flex;
        width: 100%;
    }
    
.service-list .box-icon {
    padding: 50px 40px !important;
    border-bottom: 0px !important;
    border-right: 4px solid #fff;
    width: 30%;
}
    .service-list .box-title-wrap .box-title {
    margin: 0;
    -webkit-writing-mode: unset !important;
    -ms-writing-mode: unset !important;
    writing-mode: unset !important;
    padding: 65px 2px !important;
}
    
    .service-list-wrap {
    margin-bottom: 60px !important;
    }
    
    .content-wrap {
        width: 70% !important;
    }
    
    .msgcls {
    line-height: 1.4 !important;
    }
    
    .affcenteraligncls {
        margin-top: -20px !important;
        margin-bottom: 75px;
    }
    
    .row.align-items-center.affrowcls {
        flex-direction: column-reverse;
        display: flex;
    }

   .about-inner-img {
        width: 300px !important;
        float: inline-start;
        padding-top: 0px !important;
        padding-bottom: 30px !important;
    }
    
    .about-section .about-img-info .about-img img {
        margin-left: 70px !important;
    }
    
    .rightimgcls {
        margin: 30px 60px 60px 0 !important;
    }
    
    .tourimgcls {
        margin: -60px 70px 0 70px !important;
    }
    
    .testimonial-block .inner-box .image {
    width: 345px !important;
    /* margin: 0 115px 0 115px !important; */
    margin: 0 auto;
}
    
    .testimonial-block .inner-box {
      display: block !important;
    }

    .afforimgcls{
        margin:70px !important;
    }
    .head-tourismcls {
      margin-top: 50px !important;
    }
    .offerbtnnewcls {
    margin: 10px !important;
    float: inline-start !important;
    }
     .testimonial-block .inner-box .content {
       margin: 200px 0px 0 0px !important;
    }
    .testimonial-block .inner-box .image {
     min-width: 140px !important;
    }
    
     .whycontentcls{
        margin: 0 30px 0 30px !important;
    }
    /*.mobimglastcls{*/
    /*    margin: 0 40px 0 -24px;*/
    /*}*/
    .footer .flowus {
        text-align: left !important;
    }
    
    .copyright_text {
        text-align: center !important;
    }

    .fooaddrecls {
        font-size: 14px !important;
    }
    
    .foomailcls {
    font-weight: 600 !important;
    font-size: 14px !important;
    word-break: break-all;
    }
    
    .headothercls {
        margin: 35px 0px 0 0px !important;
        text-align: center;
    }
        .headothercls {
        /*margin: 35px 0px 0 0px !important;*/
        text-align: center;
    }
    
    .col-md-12.whyleftimgcls {
        margin: 0 auto;
    }
    
    .col-md-6.secsleftcls {
        margin: 44px;
    }

     .box_text {
        width: 238px !important;
    }
    
    .topalignimgcls {
        margin-top: 60px !important;
    }
    
     .secwhyrowcls {
        flex-direction: column-reverse;
        display: flex;
        margin-top: 10px;
    }
    
    .col-md-12.respcls {
        margin: 0 auto;
    }
    
    .mbwhyrightcls {
        margin: 45px 80px !important;
    }
    
    .col-md-4.whyrightimgcls {
    margin: 50px 0 0px 85px !important;
    }
    
    .box_text {
        width: 232px !important;
    }
    
    .main-footercls {
        margin: 0 auto;
        gap: 11px !important;
        display: flex;
        flex-wrap: wrap;
    }   
    
    .mobviewaligncls {
        margin: 30px 70px;
    }
    
    .fristrowcls {
    display: flex;
    flex-direction: column;
    }
    
    .col-md-12.secsleftcls {
        margin: 0 auto;
    }
    
}




@media only screen and (min-width: 856px) and (max-width: 994px){
 
 .headtextcls {
    font-size: 37px;
}
.headtextcls {
    font-size: 40px;
}
.msgcls {
    line-height: 18px !important;
    font-size: 17px;
}
    .btn-primary {
    margin-left: 30% !important;
    margin-right: 30% !important;
}   

/*.form-maindiv {*/
   
/*   float: initial;*/
/*    margin: 0 auto;*/
/*    display: block;*/
/*    width: 600px;*/
/*    height: 417px;*/
/*    padding-left: 50px;*/
/*    padding-right: 50px;*/
/*    padding-top: 235px;*/
/*}*/

.overlay {
    /*background-color: rgb(41 39 34 / 45%);*/
    width: 100%;
    height: 997px;
}

/*.home {*/
/*    background: url(../images/happy-smile.jpg) no-repeat center center fixed;*/
/*    background-size: cover;*/
/*    background-repeat:no-repeat;*/
/*}*/

.secrowcls {
        margin-left: 0%;
        margin-right: 0%;
    }
    
.about .single_about .single_ab_icon {
    width: 20%;
  
}

.ss_video {
    box-shadow: rgb(241 139 143) 0px 7px 29px 0px;
    border-radius: 60px;
    width: 430px;
    height: 700px;
    border: 8px solid #fff;
}


    .maindiv_video {
     margin: 0px 90px 0px 90px;
    
    }

    .col-md-6.why-clove.wow.fadeInRight {
     margin-bottom: 60px;
    }
    
    .about-inner-img {
        width: 300px !important;
        float: inline-start;
        padding-top: 0px !important;
    }
    
    .about-section .about-img-info .about-img img {
        /*margin-left: 70px !important;*/
    }
    
    .rightimgcls {
        /*margin: 30px 60px 60px 0 !important;*/
    }
    
   .tourimgcls {
        margin: 0 70px 70px 70px !important;
    }
    .afforimgcls{
        /*margin:70px !important;*/
    }
    .head-tourismcls {
      /*margin-top: 50px !important;*/
    }
    .offerbtnnewcls {
    margin: 2px !important;
    float: inline-start !important;
    }
    
    .testimonial-block .inner-box .content {
       margin: 0px 0px 0 5px !important;
    }
    .testimonial-block .inner-box .image {
     min-width: 140px !important;
    }
    .headfoocls {
    padding-left: 0px !important;
    padding-right: 0px !important;
    }

}

@media only screen and (min-width: 856px) and (max-width: 991px){
    
.service-list .box-icon {
    padding: 50px 40px !important;
    border-bottom: 0px !important;
    border-right: 4px solid #fff;
    width: 30%;
}
    .service-list .box-title-wrap .box-title {
    margin: 0;
    -webkit-writing-mode: unset !important;
    -ms-writing-mode: unset !important;
    writing-mode: unset !important;
    padding: 65px 2px !important;
}

.service-list {
    height: 180px !important;
    display: flex;
}
    
    .service-list-wrap {
    margin-bottom: 60px !important;
    }
    
    .content-wrap {
        width: 70% !important;
    }
    
.main-footercls {
    margin: 0 auto;
    gap: 17px !important;
    display: flex;
    flex-wrap: wrap;
}
 
.affcenteraligncls {
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}

.row.align-items-center.affrowcls {
    flex-direction: column-reverse;
    display: flex;
}

.about-section .about-img-info {
    padding-right: 30px;
     padding-top: 0px; 
}
.about-inner-img {
    width: 280px!important;
    margin-left: 65px;
}
    
.abutrightcls {
    min-width: 230px !important;
    margin-left: -70px !important;
    margin-top: -65px !important;
    border-radius: 25px !important;
}

.rightimgcls {
    width: 110px !important;
    margin: 24px -14px 89px -25px !important;
    float: left !important;
    height: 110px !important;
    border-radius: 6px !important;
}
    
/*.main_menu_bg .navbar-default {*/
/*    margin: 5px -90px;*/
/*}*/

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -100px;
    width: 250px;
}

/*.navbar-brand {*/
/*   height: 5px;*/
/*}*/

ul.nav.navbar-nav.navbar-right {
    padding-top: 0px;
    margin-top: -25px;
}

.navbar-right {
    float: right!important;
    margin-right: -70px;
}

.header-topcls {
    padding-top: 0px;
    padding-bottom: 0px;
}
 .form-maindiv {
    float: left;
    top: 13%;
    height: 417px;
    display: contents;
    width: 400px;
    height: 400px;
    padding-left: 0px;
    position:relative;
}

.form-maincls {
    float: initial;
    margin: 0 auto;
    background: #ededed;
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #ed3237;
    width: 450px;
    height: 650px;
    margin-top: 40px;
}


#formid {
    height: 100%;
    max-height: 400px;
    /* padding: 30px; */
} 
    
    .whycontentcls{
        /*margin: 0 30px 0 30px !important;*/
    }
    .mobimglastcls{
        /*margin: 0 40px 0 -24px;*/
    }
    .footer .flowus {
        text-align: left !important;
    }
    
    .copyright_text {
        text-align: center !important;
    }

    .fooaddrecls {
        font-size: 14px !important;
    }
    
    .foomailcls {
        font-weight: 600 !important;
        font-size: 14px !important;
    }
    
    .headothercls {
        /*margin: 35px 0px 0 0px !important;*/
        text-align: center;
    }
    
    .col-md-6.secsleftcls {
        margin: 44px;
    }

     .box_text {
        width: 238px !important;
    }
    
    .topalignimgcls {
        margin-top: 60px !important;
    }
    
   .secwhyrowcls {
    margin-top: 50px;
    flex-direction: column-reverse;
    display: flex;
    }
    
    .col-md-12.whyleftimgcls {
        margin: 0 auto;
    }


    .whysecscls {
     /*flex-wrap: wrap !important;*/
    }
    
    .col-md-4.whyrightimgcls {
    margin: 50px 0 0px 85px !important;
    }
    
    .mbwhyrightcls {
        margin: 60px 56px 0 70px !important;
    }
    
    .about-section .about-img-info {
        padding-top: 0px !important;
        margin-bottom: -40px !important;
    }
    
    .backdrcls {
        box-shadow: rgb(175 173 173) 0px 7px 29px 0px;
        border: 1px solid rgb(0 0 0 / 9%);
        padding: 25px 25px 25px 25px;
        border-radius: 60px;
        width: 55%;
        margin: 10% 20% 10% 20%;
        min-height: 530px;
    }
    .mobviewcls{
        float: initial;
        margin: 0 auto;
        display: block;
    }
    
   .testimonial-block {
    margin-left: 30px !important;
    margin-right: 30px !important;
    }

    .msgcls {
    line-height: 1.4 !important;
    }
    .service-list-area {
     display: block !important;
     margin:0px !important;
    }
    .service-list-wrap {
        margin-bottom: 60px !important;
    }
    .testimonial-block .inner-box .content {
       margin: 0px 0px 0 5px !important;
    }
    .testimonial-block .inner-box .image {
     min-width: 140px !important;
    }
    .mobviewaligncls {
       margin: 30px 70px;
    }
    .headfoocls {
    padding-left: 0px !important;
    padding-right: 0px !important;
    }
    
    .fristrowcls {
    display: flex;
    flex-direction: column;
    }
    .col-md-12.secsleftcls {
        margin: 0 auto;
    }
    
    .col-md-12.respcls {
        margin: 0 auto;
    }
}






@media only screen and (min-width: 992px) and (max-width: 994px){
.about-inner-img {
    width: 250px!important;
    padding-top: 50px;
    padding-bottom: 90px;
}

.headtextcls {
    font-size: 37px;
}
.headtextcls {
    font-size: 40px;
}
.msgcls {
    line-height: 18px !important;
    font-size: 17px;
}
    .btn-primary {
    margin-left: 0% !important;
    margin-right: 0% !important;
}
    
.abutrightcls {
    min-width: 230px !important;
    margin-left: 100px !important;
    margin-top: -65px !important;
    border-radius: 25px !important;
}

.rightimgcls {
    width: 110px !important;
    margin: 24px -14px 85px 49px !important;
    float: right !important;
    height: 110px !important;
    border-radius: 6px !important;
}

.main_menu_bg .navbar-default {
    margin: 6px 15px;
}

ul.nav.navbar-nav.navbar-right {
    /*padding-top: 0px;*/
}

.header-topcls {
    padding-top: 0px;
    padding-bottom: 0px;
}
     .form-maindiv {
   /*float: initial;*/
   /* margin: 0 auto;*/
   /* display: block;*/
   /* width: 600px;*/
   /* height: 417px;*/
   /* padding-left: 50px;*/
   /* padding-right: 50px;*/
   /* padding-top: 180px;*/
     width: 350px;
    height: 350px;
    margin-top: -25px;
}


#formid {
    height: 100%;
    max-height: 400px;
    /* padding: 30px; */
} 

.box_text {
    max-width: 291px !important;
}

.topalignimgcls {
    margin-top: 20px !important;
}

.headothercls {
    font-size: 36px;
    margin: 0 20px 0 20px;
}

.main-footercls {
    margin: 0 auto;
    gap: 48px !important;
    display: flex;
    flex-wrap: wrap;
}
.headfoocls {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.tourimgcls {
    margin: 0 auto !important;
}

}


@media only screen and (min-width: 995px) and (max-width: 1019px){
 
.about-inner-img {
    width: 250px!important;
    padding-top: 50px;
    padding-bottom: 90px;
}
    
.abutrightcls {
    min-width: 230px !important;
    margin-left: 100px !important;
    margin-top: -65px !important;
    border-radius: 25px !important;
}

.rightimgcls {
    width: 110px !important;
    margin: 24px -14px 85px 49px !important;
    float: right !important;
    height: 110px !important;
    border-radius: 6px !important;
}

.form-maindiv {
   /*float: initial;*/
   /* margin: 0 auto;*/
   /* display: block;*/
   /* width: 600px;*/
   /* height: 417px;*/
   /* padding-left: 50px;*/
   /* padding-right: 50px;*/
   /* padding-top: 180px;*/
     width: 350px;
    height: 350px;
    margin-top: -40px;
}


#formid {
    height: 100%;
    max-height: 400px;
    /* padding: 30px; */
}

.overlay {
    /*background-color: rgb(41 39 34 / 45%);*/
    width: 100%;
    height: 775px;
}


/*.home {*/
/*    background: url(../images/happy-smile.jpg) no-repeat center center fixed;*/
/*    background-size: cover;*/
/*    background-repeat:no-repeat;*/
/*}*/

.ss_video {
    box-shadow: rgb(241 139 143) 0px 7px 29px 0px;
    border-radius: 60px;
    width: 430px;
    height: 700px;
    border: 8px solid #fff;
}

.about-inner-img {
    width: 250px !important;
}

.rightimgcls {
    /*margin: 30px 60px 60px 0 !important;*/
}

.offerbtnnewcls {
    margin: 10px !important;
    float: inline-start !important;
}

.whysecscls {
    gap: 20px !important;
    flex-wrap: wrap;
}

.about-content.whycontentcls {
    margin: 0 5px 0 16px;
    display: flex;
}

.main-footercls {
    margin: 0 auto;
    gap: 48px !important;
    display: flex;
    flex-wrap: wrap;
}
.headfoocls {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.box_text {
    max-width: 291px !important;
}

.topalignimgcls {
    margin-top: 20px !important;
}

.headothercls {
    font-size: 36px;
    margin: 0 20px 0 20px;
}

}




@media only screen and (min-width: 1020px) and (max-width: 1079px){
    
.about-inner-img {
    width: 250px!important;
    padding-top: 50px;
    padding-bottom: 90px;
}

.main-footercls {
    margin: 0 auto;
    gap: 46px !important;
    display: flex;
    flex-wrap: wrap;
}


.abutrightcls {
    min-width: 230px !important;
    margin-left: 100px !important;
    margin-top: -70px !important;
    border-radius: 25px !important;
}

.rightimgcls {
    width: 110px !important;
    margin: 24px -14px 85px 49px !important;
    float: right !important;
    height: 110px !important;
    border-radius: 6px !important;
}

.form-maindiv {
     width: 350px;
    height: 350px;
    margin-top: -40px;
   /*float: initial;*/
   /* margin: 0 auto;*/
   /* display: block;*/
   /* width: 600px;*/
   /* height: 417px;*/
   /* padding-left: 50px;*/
   /* padding-right: 50px;*/
   /* padding-top: 180px;*/
}

#formid {
    height: 100%;
    max-height: 400px;
    /* padding: 30px; */
}

.overlay {
    /*background-color: rgb(41 39 34 / 45%);*/
    width: 100%;
    height: 780px;
}

/*.home {*/
/*    background: url(../images/happy-smile.jpg) no-repeat center center fixed;*/
/*    background-size: cover;*/
/*    background-repeat:no-repeat;*/
/*}*/

h3.advndenaltonecls {
    font-size: 20px;
    font-weight: 600;
    margin-top: 12px;
    font-family: Lato,sans-serif;
    /* margin-bottom: 18px; */
    margin-left: 0px;
}

h3.advndenaltwocls {
    font-size: 20px;
    font-weight: 600;
    margin-top: 9px;
    font-family: Lato,sans-serif;
    /* margin-bottom: 18px; */
    margin-left: 0px;
}

.ss_video {
    box-shadow: rgb(241 139 143) 0px 7px 29px 0px;
    border-radius: 60px;
    width: 430px;
    height: 700px;
    border: 8px solid #fff;
}

.ss_video {
    box-shadow: rgb(241 139 143) 0px 7px 29px 0px;
    border-radius: 60px;
    width: 450px;
    height: 790px;
    border: 8px solid #fff;
    display: block;
    float: initial;
    margin: 0 auto;
}

.about-inner-img {
    width: 250px !important;
}

.rightimgcls {
    /*margin: 30px 60px 60px 0 !important;*/
}

.offerbtnnewcls {
    margin: 10px !important;
    float: inline-start !important;
}

.topalignimgcls {
    margin-top: 20px !important;
}

.whysecscls {
    gap: 11px !important;
    flex-wrap: wrap;
}

.headfoocls {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.box_text {
    max-width: 292px !important;
}

}




@media only screen and (min-width: 1080px) and (max-width: 1200px){
 
.box_text {
    max-width: 298px !important;
}

.about-inner-img {
    width: 250px!important;
    padding-top: 50px;
    padding-bottom: 90px;
}
    
.abutrightcls {
    min-width: 250px !important;
    margin-left: 100px !important;
    margin-top: -66px !important;
    border-radius: 25px !important;
}

.rightimgcls {
    width: 110px !important;
    margin: 24px -14px 85px 49px !important;
    float: right !important;
    height: 110px !important;
    border-radius: 6px !important;
}


.form-maindiv {
   
   /*float: initial;*/
   /* margin: 0 auto;*/
   /* display: block;*/
    width: 350px;
    height: 350px;
    margin-top: -40px;
    /*padding-left: 50px;*/
    /*padding-right: 50px;*/
    /*padding-top: 180px;*/
}

.overlay {
    /*background-color: rgb(41 39 34 / 45%);*/
    width: 100%;
    height: 780px;
}

/*.home {*/
/*    background: url(../images/happy-smile.jpg) no-repeat center center fixed;*/
/*    background-size: cover;*/
/*    background-repeat:no-repeat;*/
/*}*/

.ss_video {
    box-shadow: rgb(241 139 143) 0px 7px 29px 0px;
    border-radius: 60px;
    width: 450px;
    height: 790px;
    border: 8px solid #fff;
    display: block;
    float: initial;
    margin: 0 auto;
}

.topalignimgcls {
    margin-top: 15px !important;
}

.whysecscls {
    gap: 11px !important;
    flex-wrap: wrap;
}

}







/*@media only screen and (max-width: 767px){*/
/*.clove-difference ul li {*/
/*    width: 48%;*/
/*    margin: 0 1%;*/
/*    padding: 10px 5px;*/
/*    min-height: 170px;*/
/*    margin-bottom: 10px;*/
/*}*/



/*}*/





/**/


.whysscls{
    margin-top: 60px;
}

/* .iconscls {
    width: 60%;
    padding: 9px;
} */

.head1cls {
    font-size: 30px;
    font-weight: 700;
    color: #474545;
    font-family: Lato,sans-serif;
    text-align: center;
    /* margin-top: 15px; */
    margin-bottom: 0px;
}

.head2cls {
    font-size: 15px;
    font-weight: 500;
    color: #474545;
    font-family: Lato,sans-serif;
    text-align: center;
}

.supcls{
    top: -15px;
    left: -5px;
    font-weight: bold;
}

.extrxpdcls{
    padding-top: 50px !important;
}





/*testnomi*/

.section-title {
  text-align: center;
  margin: 0 0 40px;
}
.section-title h2 {
  margin: 0 0 10px;
}
/*.separator::after {*/
/*  background: #666;*/
/*  content: "";*/
/*  height: 5px;*/
/*  left: -1px;*/
/*  position: absolute;*/
/*  top: -1px;*/
/*  width: 30px;*/
/*}*/
/*.separator {*/
/*  background-color: #ccc;*/
/*  border: 1px solid #ccc;*/
/*  display: block;*/
/*  height: 5px;*/
/*  margin: 0 auto;*/
/*  position: relative;*/
/*  width: 60px;*/
/*}*/
.title-border-left::after {
  content: "";
  position: absolute;
  width: 50px;
  border: 1px solid #033d75;
}

.testimonials-wrapper .owl-dots {
  display: none;
}

.redmrtxtcls {
    border: none;
    background: none;
    color: #e73a44;
    font-weight: 600;
    float: right;
    font-size: 15px;
}

/*.testimonials-wrapper {*/
  /*background: url(https://i.ibb.co/PWC66Nt/patteren.jpg) left top*/
    /*rgba(0, 0, 0, 0);*/
  /*min-height: 60vh;*/
/*  padding: 80px 0 80px;*/
/*  position: relative;*/
/*}*/

.testimonials-wrapper {
    padding: 70px 0 30px;
    position: relative;
    background-color: #fce8e8;
    /*margin: 125px 0 100px 0px;*/
}

.inner-page-wrapper.testimonials-wrapper {
  background: 0 0;
}

.inner-page-wrapper.testimonials-wrapper .owl-nav {
  position: absolute;
  right: 0;
  top: -30px;
  z-index: 99;
}

.inner-page-wrapper.testimonials-wrapper .owl-nav > div {
  border: 2px solid #333;
  color: #333;
}

.testimonials-wrapper .section-title h2 {
  margin: 0 0 10px;
  color: #fff;
}

.testimonials-wrapper .owl-nav {
  position: absolute;
  right: 0;
  top: -80px;
  z-index: 99;
}

.testimonials-wrapper .owl-next,
.testimonials-wrapper .owl-prev {
  position: relative;
  height: 38px;
  width: 38px;
  line-height: 33px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  margin-left: 10px;
  display: inline-block;
  border: 2px solid #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.testimonials-wrapper.style-two .owl-next,
.testimonials-wrapper.style-two .owl-prev {
  color: #444;
  border-color: #444;
}

.testimonials-wrapper .owl-carousel .owl-stage-outer {
  /*padding-top: 50px;*/
}

.testimonial-block {
    position: relative;
    /*min-height: 260px;*/
    /*max-width: 530px;*/
    margin-left: 10px;
    margin-right: 10px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block !important;
    zoom: 1;
    /* display: inline; */
}

.testimonial-block .inner-box {
    position: relative;
    padding: 30px 30px 30px 30px;
    /*background-color: #fff;*/
    /*box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;*/
    /*min-height: 230px;*/
    display:inline-flex;
}

.testimonial-block .inner-box .image {
    position: relative;
    width: 310px;
    height: 150px;
}

/*.testimonial-block .inner-box .image {*/
/*  position: relative;*/
/*  width: 100px;*/
/*  height: 100px;*/
/*  border-radius: 50%;*/
/*  overflow: hidden;*/
/*  margin-top: -50px;*/
/*  margin-bottom: 25px;*/
/*  display: inline-block;*/
/*}*/

.custratingcls{
    display:inline-block;
}

.spantxttesticls{
    font-size: 20px !important;
    font-weight: 500;
    color: #000 !important;
}

span.fa.fa-star.checked {
    color: #ffa500 !important;
    font-size:17px !important;
    padding-top:5px;
}

.testimonial-block .inner-box .content {
  position: relative;
  margin:0 20px 0 20px;
}

.testimonial-block .inner-box .content i {
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 30px;
  font-style: italic;
  color: #e92e36;
}

.testinmtxtcls {
    font-weight: 600;
    color: #000;
    line-height: 25px;
    display: flex !important;
}

/*.testimonial-block .inner-box .content .author-info {*/
/*  position: relative;*/
/*  font-size: 20px;*/
/*  font-weight: 500;*/
/*  color:#e73a44;*/
/*}*/

.testimonial-block .inner-box .content span {
  position: relative;
  color: #aaa;
  font-size: 14px;
}

.testimonial-block .inner-box .content .text {
    position: relative;
    margin-top: 20px;
    color: #000;
    font-size: 15px;
    text-align: justify;
}

.testimonials-wrapper .owl-nav .owl-next {
  right: auto;
}

.testimonials-wrapper .owl-carousel .owl-item img {
  background: #333;
  border-radius: 35px;
}

/*.testimonials-wrapper .owl-theme .owl-nav [class*="owl-"] {*/
/*    border: 2px solid #e23743;*/
/*    color: #fff;*/
/*    font-weight: 600;*/
/*}*/

/*.owl-theme .owl-nav [class*="owl-"]:hover {*/
/*  border-color: #da5e00 !important;*/
/*  color: #da5e00 !important;*/
/*  background: 0 0;*/
/*}*/

@media only screen and (max-width: 991px) {
  .testimonials-wrapper .owl-dots {
    display: block;
  }
}


@media screen and (max-width: 767px){
.nav-topCta-wrp {
    position: initial;
    flex-direction: column;
    /*align-items: flex-start;*/
    margin: 0;
}
}

@media screen and (max-width: 767px){
.nav-topCta-wrp .nav-cta {
    margin: 5px 15px;
}

.main_menu_bg .navbar-nav>li>a {
    padding-top: 15px;
    /* padding-bottom: 20px; */
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
    font-family: "Jost", Arial, Helvetica, sans-serif;
    font-weight: 600 !important;
}
    
}



.title-area {
    margin-bottom: 20px;
}

.sec-title {
    font-size: 24px;
    margin-top: 10px;
}

.sub-title {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.sub-title img {
    margin-right: 10px;
}



.col-lg-auto.d-none.d-lg-block {
    float: right;
    margin: 30px;
}

.mt-5 {
    margin-top: 3rem;
}

.pt-2 {
    padding-top: 0.5rem;
}

.round-bg-text {
    text-align: center;
    font-size: 18px;
}

.line-btn {
    display: inline-block;
    margin-left: 10px;
    color: blue;
    text-decoration: underline;
}



/*===========================================================================*/


.align-items-center {
    align-items: center!important;
}

.about-section .about-img-info {
    padding-right: 30px;
    padding-top:50px;
}

/*.about-section .about-img-info .about-img img {*/
/*    border-radius: 8px;*/
/*    border: 7px solid #fff;*/
/*    box-shadow: 2px 0px 18px rgb(0 0 0 / 18%);*/
/*}*/

.about-section{
    padding-top: 7%;
    padding-bottom: 3%;
}

.about-section .about-img-info .about-img img {
     /*border-radius: 10px; */
    border: 3px solid #fff;
    box-shadow: 2px 0px 18px rgb(0 0 0 / 18%);
  
}

.about-section .about-img-info .about-box {
    background: #d91e38;
    border-radius: 8px;
    margin: 15px 0 25px;
    padding: 45px 10px;
    text-align: center;
}

.about-section .about-img-info .about-box h4 {
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    max-width: 208px;
    margin: 0 auto 0;
    padding: 0;
}

.about-section .about-img-info .about-img:last-child {
    margin-bottom: 0;
}

.section-inner-header {
    margin-bottom: 25px;
}

.section-inner-header h6 {
    font-weight: 600;
    font-size: 22px;
    color: #d91e38;
    margin-bottom: 4px;
}

.section-inner-header h2 {
    font-weight: 600;
    font-size: 40px;
    color: #1F2937;
    margin-bottom: 0;
}

.about-content-details {
    /*padding-bottom: 25px;*/
    text-align: justify;
    /*margin: 0 0 0 50px;*/
}

.about-content-details p {
    font-size: 16px;
    color: #000;
    margin-bottom: 25px;
}

/*.about-content {*/
/*    margin: 0 20px 0 20px;*/
/*}*/

.abutrightcls {
    min-width: 332px;
    margin-left: 100px;
    margin-top: -14px;
    border-radius: 25px;
}

.abutleftcls{
    border-radius: 25px;
}

.about-inner-img {
    width: 340px;
    padding-top: 50px;
    padding-bottom: 90px;
}

.rightimgcls {
    width: 120px;
    margin: 40px 0px 60px 40px;
    float: right;
    height: 120px;
    border-radius: 6px;
}

.offerbtncls {
    padding: 7px;
    font-size: 17px;
    border: 1px solid #ed3237;
    border-radius: 50px;
    width: 170px;
    height: 45px;
    color: #fff;
    background-color: #ed3237;
    margin: 15px;
}

.offerbtnnewcls {
    padding: 7px;
    font-size: 17px;
    border: 1px solid #ed3237;
    border-radius: 50px;
    width: 170px;
    height: 45px;
    color: #fff;
    background-color: #ed3237;
    margin: 15px;
}

.dental-tourscls {
    padding-top: 7%;
    padding-bottom: 10%;
}

/*.affratescls{*/
/*    padding-top:7%;*/
/*    padding-bottom:3%;*/
/*}*/

section#Whyus {
    padding-top: 30px;
    padding-bottom: 50px;
}

section#about {
    padding-top: 60px;
    padding-bottom: 50px;
}

.txtsechedcls {
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    color: #000000c9;
    margin-top: 46px;
}

.service-list-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    margin: 0 60px 0 60px;
}

.service-list-wrap {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    box-sizing: border-box;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.service-list {
    background-color: #f6f1eb;
    border-radius: 30px;
    height: 550px;
    text-align: center;
    cursor: pointer;
}

.service-list .box-icon {
    padding: 30px 40px;
    border-bottom: 4px solid #fff;
}

.box-icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    width: 80px;
}

/*img:not([draggable]), embed, object, video {*/
/*    max-width: 100%;*/
/*    height: auto;*/
/*}*/

.service-list .box-title-wrap {
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.service-list .box-title-wrap .box-title {
    margin: 0;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    padding: 30px 2px;
}
.service-list .box-content {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    max-height: 0;
    padding: 30px 30px 40px 40px;
    overflow: hidden;
}

.box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 600;
    margin-top: -0.32em;
}

.service-list .box-text {
    margin-bottom: 22px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    font-size: 14px;
    letter-spacing: 0.2px;
    margin-top: 15px;
    color: #000;
}

.service-list-wrap.active {
    -webkit-box-flex: 215%;
    -webkit-flex: 215%;
    -ms-flex: 215%;
    flex: 215%;
}

.service-list-wrap.active .service-list {
    background-color: #fff;
    box-shadow: 0px 6px 30px rgba(2,29,53,0.07);
    text-align: left;
}

.service-list-wrap.active .service-list .box-icon {
    border-color: beige;
    text-align: center;
}

.topalignimgcls {
    margin-top: -14px;
}


.affcenteraligncls{
    margin-top: 75px;
    margin-bottom: 75px;
}

.service-list-wrap.active .box-title-wrap {
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
}
.service-list-wrap.active .box-content {
    visibility: visible;
    opacity: 1;
    width: 100%;
    max-height: 325px;
}

/*.service-list-wrap:nth-child(even) .service-list {*/
/*    background-color: #f6f1eb;*/
/*}*/

.sec-btn {
    display: flex;
    align-items: center;
}

.icon-box button {
    /* background: none; */
    /* border: none; */
    /* font-size: 24px; */
    /* margin: 0 5px; */
    /* cursor: pointer; */
    background: #ed3237;
    border: none;
    font-size: 21px;
    margin: 0 5px;
    cursor: pointer;
    color: #fff;
    border-radius: 80px;
    width: 50px;
    height: 50px;
}


.headerscls {
    text-align: center;
    margin-bottom: 20px;
}

.boxswhycls {
    border: 3px solid #eb3d45;
    border-radius: 15px;
    width: 128px;
    text-align: center;
    height: 135px;
}

.whysecscls {
    gap: 11px;
    display: flex;
    flex-wrap: wrap;
}

.whyimgcls {
    width: 60px;
    margin: 5px;
}

.whypcls {
    line-height: 17px;
    margin-bottom: 0px;
    /* padding: 10px 0 10px 0; */
    font-size: 13px;
    color: #5b5b5b !important;
    font-weight: 600;
}

.featurescls, .special-carecls {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.featurecls, .care-itemcls {
    flex: 1;
    min-width: 150px;
    text-align: center;
    margin: 10px;
}

.featurecls img, .care-itemcls img {
    max-width: 50px;
    margin-bottom: 10px;
}

.images_cls {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.images_cls img {
    max-width: 48%;
    margin: 1%;
}

.box_text {
    background: #fff;
    background-repeat: no-repeat;
    min-height: 240px;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    max-width: 365px;
    padding: 20px 20px 20px 20px;
    margin-top: -60px;
    box-shadow: #ddd 0px 0px 14px -6px;
    text-align: center;
    cursor: pointer;
}

.box_text:hover {
    box-shadow: 1px 2px 10px #dd3333;
}

.main-footercls {
    margin: 0 auto;
    gap: 22px;
    display: flex;
    flex-wrap: wrap;
}

.fooaddrecls{
    text-align: center;
    color: #000;
    font-weight: 500;
    font-size: 17px;
    line-height: 7px;
}

.foomailcls{
    text-align: center;
    color: #000;
    font-weight: 500;
    font-size: 17px;
}

/*.headfoocls{*/
/*    padding-left: 60px;*/
/*    padding-right: 60px;*/
/*}*/

.secwhyrowcls{
    display:flex;
}

.fristrowcls{
    display:flex;
}
















