*{
    transition: 0.5s ease;
}
:root{
	--redcolor: #ff4949;
	--bluecolor: #333333;
	--white: #ffffff;
}
.mfp-bg mfp-ready{
	display: none;
}
.mainmenu_wrapper{
	text-align: center;
	/*padding-left: 60px;*/
}
.logo h1{
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
	padding: 0;
	line-height: 1;
	padding-bottom: 0.1rem;
	color: var(--redcolor);
}
.logo h2{
	font-size: 12.5px;
}
.hero-image{
	position: relative;
	right: -8rem;
}
.hero-caption{
	position: relative;
	left: 3.5rem;
	top: 6.5rem;
	margin: 0!important;
}
.hero-caption h2{
	color: #fff;
	margin: 0;
	line-height: 1.4!important;
	font-size: 3.2rem!important;
	padding: 0;
    font-weight: 900!important;
}
/*.hero-caption h2 span{
	font-size: 1.5rem;
	font-weight: 300;
	color: #fff;
	display: block;
	line-height: 1.5;
	padding-bottom: 5px;
}*/
.hero-caption a{
	padding: 14px 20px;
	font-weight: 600;
	border-radius: 30px;
	margin-right: 5px;
	font-size: 18px;
	background: var(--white);
}
.hero-caption a:hover{
	color: var(--redcolor);
	background: var(--redcolor)!important;
}
.hero-slider-full .owl-nav span.hero-nav{
	width: 50px!important;
	height: 50px!important;
	font-size: 2rem!important;
	/*color: var(--redcolor)!important;
	background: var(--white)!important;*/
}
.hero-slider-full .owl-nav span.hero-nav:hover{
	color: var(--redcolor)!important;
}
.doctorname{
    width: 520px;
	padding: 10px 20px 10px 20px;
	background: rgb(255, 255, 255);
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 7rem;
	border-radius: 20px 0 0 20px;
}
.doctorname h1{
	font-size: 35px;
	font-weight: 700;
	color: var(--redcolor);
}
.doctorname h3{
    font-size: 18px;
}
.lastbtn{
	/* background: var(--redcolor); */
    background: #222222;
	padding: 8px 15px!important;
	color: var(--white)!important;
	margin-top: 1rem;
	border-radius: 5px;
	margin-left: 40px;
	transition: 0.5s ease!important;
}
.lastbtn:hover{
	color: var(--white)!important;
	/* background: linear-gradient(to right, #ff0000, #cc721a); */
    background: var(--redcolor)!important;
}
.ls{
	padding: 30px 0;
}
.teaser{
	height: auto;
	padding: 15px!important;
}
.teaser img{
	margin: auto;
    transition: 0.2s ease-in;
}
.teaser:hover img{
    transform: scale(1.1, 1.1);
}
.servicesec{
	padding-top: 3rem;
    padding-bottom: 3rem;
}
.servicesec h2{
	color: var(--redcolor);
	font-size: 3rem;
}
.infosec{
	padding: 4rem 0;
}
.serbox{
	padding: 15px;

}
.serbox p a{
	display: block;
	position: relative;
	padding-left: 0;
	line-height: 1.8;
}
.serbox p a i{
	font-size: 13px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 100px;
    background: var(--redcolor);
	color: #fff;
    margin-left: 5px;
	/* position: absolute;
	left: 0;
	top: 7px; */
}
.serbox p a i:hover{
    transform: translateY(1);
}
.teaser:hover h4 a{
	color: var(--redcolor)!important;
}
.item-content{
	padding: 20px 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.item-content h4{
	padding-bottom: 10px;
}
/* .post{
	height: 600px;
} */
.hero-caption a img{
	width: 12px!important;
	margin-left: 5px;
}

.owl-carousel .owl-item img {
    display: inline!important;
}
.conditions{
	padding: 3rem 2rem;
}
.conditions h2{
	color: var(--redcolor);
}	
.cbox {
    /* height: 350px; */
    padding-bottom: 30px;
	transition: 0.5s ease;
    position: relative;
    margin-bottom: 25px;    
    text-align: left;
     border-radius: 30px 30px 0 0;
}
.cbox p{
    padding: 15px;
    line-height: 1.6;
    text-align: left;
    color: #333;
}
.cbox h2 img{
    width: 50px;
    margin-right: 5px;
}
.cbox h2{
    border-radius: 10px 10px 0 0;
	font-size: 1.1rem;
	color: #fff;
    font-weight: 600;
    padding: 15px;
    display: flex;
    align-items: center;
    background: #333;
}
.cbox:hover{
	/* transform: translateY(10px); */
}
.cbox i{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    text-align: center;
    background: var(--redcolor);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px;
    color: #fff;
}
.cbox i:hover{
    transform: scale(1.1, 1.1)
}
.copy{
    background: #333;
	text-align: center;
	padding: 20px 0;
}
.copy p{
    color: #fff;
}
.footerlinks{
	background: #f9f9f9;
	padding: 2rem 0;
}
.fw h2{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px;
	color: #000;
}
.fw p{
	color: #ccc;
	font-size: 15px;
	
}
.fw ul li{
	line-height: 1.9;
	position: relative;
	padding-left: 15px;

}
.fw ul li a{
	color: #343434;
    font-size: 16px;
}
.fw ul li a i{
	font-size: 10px;
	position: absolute;
	left: 0;
	top: 7px;
}
.fbtn{
	display: inline-block;
	border-radius: 30px;
	background: var(--redcolor);
	color: var(--white);
	padding: 8px 25px;
}
.cd ul li{
	padding-left: 30px;
	padding-bottom: 20px;
}
.cd ul li a i{
	font-size: 18px;
}
  .testimonial-item {
      max-width: 700px;
      margin: 0 auto;
    }
    
    .stars i {
      font-size: 16px;
      color: #FFD700;
    }


     [class*="col-"] {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .hero-area {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
        z-index: 1;
    }

    a:focus{
        color: none;
    }

    .hero-caption h5 {
        font-weight: 400;
        font-size: 24px;
        line-height: 36px;
        color: #004aad;
        margin-bottom: 2px;
    }

    .hero-caption h2 {
        font-weight: 800;
        font-size: 50px;
        line-height: 70px;
        margin-bottom: 20px;
    }

    .hero-caption p {
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        color: var(--body-color);
        margin-bottom: 40px;
    }

    .button-1 {
        height: 62px;
        display: inline-flex;
        align-items: center;
        background: #fff;
        justify-content: center;
        border-radius: 40px;
        position: relative;
        padding: 0px 32px;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        text-transform: uppercase;
        color: var(--primary-color);
        z-index: 1;
        padding-right: 2px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        overflow: hidden;
    }

    .active .hero-slider-item a:hover {
        background-color: #ffffff !important;
        color: var(--redcolor) !important;
    }

    @media (max-width: 1199px) {
        .hero-caption h2 {
            font-size: 42px;
            line-height: 72px;
            margin-bottom: 20px;
        }

        .hero-caption p {
            margin-bottom: 20px;
        }
    }

    .hero-area .shap-img img {
        position: absolute;
    }

    .hero-area .shap-img img.shap6 {
        bottom: 10%;
        right: 35%;
    }

    .hero-area .shap-img img.shap5 {
        top: 0%;
        left: 51%;
        width: 180px;
    }

    .hero-area .shap-img img.shap4 {
        left: 46%;
        top: 10%;
    }

    .hero-area .shap-img img.shap3 {
        left: 38%;
        top: 15%;
    }

    .hero-area .shap-img img.shap2 {
        bottom: 1%;
        left: 3%;
    }

    .hero-area .shap-img img.shap1 {
        left: 10%;
        top: 33%;
    }

    .hero-slider-item {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
    }

    .hero-image {
        margin-top: 10px;
    }

    .hero-slider-full .owl-nav span.hero-nav {
        width: 90px;
        height: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--redcolor);
        color: #fff;
        transition: all 0.3s ease;
        border-radius: 50%;
        font-size: 24px;
    }
    .hero-nav i{
    	color: #fff;
    }
    .hero-slider-full .owl-nav span.hero-nav:hover {
        background: #fff;
      
    }
 .hero-slider-full .owl-nav span.hero-nav:hover i{
    	  color: #AB263B;
    }
    .hero-slider-full .owl-nav button.owl-prev {
        position: absolute;
        top: 45%;
        left: 20px;
    }

    .hero-slider-full .owl-nav button.owl-next {
        position: absolute;
        top: 45%;
        right: 20px;
    }

    .active .hero-slider-item h2,
    .active .hero-slider-item a,
    .active .hero-slider-item p,
    .active .hero-slider-item h5,
    .active .hero-slider-item h6 {
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 1s;
        animation-duration: 1.3s;
        -webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-delay: 1.7s;
        animation-delay: 1.6s;
    }

    .active .hero-slider-item h5,
    .active .hero-slider-item h6 {
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
    }

    .active .hero-slider-item p,
    .active .hero-slider-item h6 {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

    .active .hero-slider-item a {
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }

    .active .hero-slider-item .hero-image img {
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 0.5s;
        animation-duration: 1s;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
    }

    .hero-slider-area .shap-img img {
        position: absolute;
        z-index: 9;
        width: auto;
    }

    .hero-slider-area .shap-img img.shap1 {
        left: 10%;
        top: 35%;
    }

    .hero-slider-area .shap-img img.shap4 {
        left: 46%;
        top: 10%;
    }

    .hero-slider-area .shap-img img.shap3 {
        right: 10%;
        top: 7%;
    }

    .hero-slider-area .shap-img img.shap6 {
        right: 37%;
        bottom: 15%;
    }

    .hero-slider-item .hero-caption {
        /*overflow: hidden;*/
        margin-top: 10rem;
    }

    .hero-slider-area.hero-slider-2 {
        /*margin-top: -99px;*/
    }

    .hero-slider-full2 .owl-nav span.hero-nav {
        width: 90px;
        height: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        transition: all 0.3s ease;
        border-radius: 50%;
        font-size: 24px;
    }

    .hero-slider-full2 .owl-nav span.hero-nav:hover {
        background: #004aad;
        color: #fff;
    }

    .hero-slider-full2 .owl-nav button.owl-prev {
        position: absolute;
        top: 45%;
        left: 20px;
    }

    .hero-slider-full2 .owl-nav button.owl-next {
        position: absolute;
        top: 45%;
        right: 20px;
    }

    .hero-slider-item.slider2 {
        z-index: 9;
        padding-top: 280px;
        padding-bottom: 200px;
    }

    @media (max-width: 1400px) {
        .hero-slider-full2 .hero-slider-item.slider2 {
            padding-top: 240px;
            padding-bottom: 180px;
        }
    }

    .hero-slider-item.slider2:after {
        content: "";
        clear: both;
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        z-index: -9;
        background: linear-gradient(104.22deg,
                rgba(34, 34, 34, 0.32) 0.25%,
                rgba(34, 34, 34, 0.8) 20.65%,
                rgba(34, 34, 34, 0.1) 99.81%);
    }

    .hero-slider-area.hero-slider-2 .shap-img img.shap4 {
        left: 42%;
        top: 20%;
    }

    .hero-slider-area.hero-slider-2 .shap-img img.shap3 {
        right: 10%;
        top: 18%;
    }

    .hero-slider-item.slider2 .hero-caption h5 {
        color: #ffffff;
    }

    .hero-slider-item.slider2 .hero-caption h2 {
        color: #fff;
    }

    .hero-slider-item.slider2 .hero-caption p {
        color: #fff;
    }

    .template-btn {
        font-size: 17px;
        font-weight: 600;
        line-height: 1.2;
        background-color: #fff;
        color: #000000;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        padding: 15px 30px;
        border-radius: 30px;
        border: none;
    }

    .owl-theme .owl-nav [class*=owl-]:hover {
        background: transparent !important;
    }

    .tagline {
        color: #fff !important;
    }

    .template-btn:hover {
        background-color: #ff0000 !important;
        color: #ffffff !important;
    }

    @media (max-width: 1600px) {
        .hero-area .shap-img img.shap1 {
            left: 4%;
        }

        .hero-slider-area .shap-img img.shap1 {
            left: 4%;
        }
    }

    @media (max-width: 1400px) {
        .hero-area .shap-img img.shap1 {
            left: 0;
        }

        .hero-slider-area .shap-img img.shap1 {
            left: 0%;
        }
    }

    .mt--2 .hero-slider-item {
        margin-top: -2px;
    }

    @media (min-width: 1300px) {
        .container {
            max-width: 1240px;
        }

        .hero-image {
            margin-right: -25px;
        }

        .hero-slider-full .owl-nav button.owl-prev {
            top: 45%;
            left: 10px;
        }

        .hero-slider-full .owl-nav button.owl-next {
            top: 45%;
            right: 10px;
        }

        .hero-slider-full .owl-nav span.hero-nav {
            width: 70px;
            height: 70px;
        }

        .hero-slider-full2 .owl-nav button.owl-prev {
            top: 45%;
            left: 10px;
        }

        .hero-slider-full2 .owl-nav button.owl-next {
            top: 45%;
            right: 10px;
        }

        .hero-slider-full2 .owl-nav span.hero-nav {
            width: 70px;
            height: 70px;
        }

        .owl-carousel .hero-slider-item .owl-item .hero-image img {
            width: auto !important;
            max-width: 580px;
        }
    }

    @media (min-width: 1600px) {
        .hero-area .hero-image {
            margin-right: -160px;
        }

        .hero-slider-item .hero-image {
            margin-right: -160px;
        }

        .owl-carousel .hero-slider-item .owl-item .hero-image img {
            width: auto !important;
            max-width: 800px;
        }

        .hero-slider-full .owl-nav button.owl-prev {
            top: 45%;
            left: 90px;
        }

        .hero-slider-full .owl-nav button.owl-next {
            top: 45%;
            right: 90px;
        }

        .hero-slider-full2 .owl-nav button.owl-prev {
            top: 45%;
            left: 90px;
        }

        .hero-slider-full2 .owl-nav button.owl-next {
            top: 45%;
            right: 90px;
        }

    }

    @media (max-width: 1300px) {
        .owl-carousel .hero-slider-item {
            padding-top: 50px;
        }

        .hero-caption h2 {
            font-size: 40px;
            line-height: 55px;
            margin-bottom: 20px;
        }

        .hero-caption p {
            margin-bottom: 25px;
        }

        .hero-slider-full .owl-nav button.owl-prev {
            top: 45%;
            left: 10px;
        }

        .hero-slider-full .owl-nav button.owl-next {
            top: 45%;
            right: 10px;
        }

        .hero-slider-full .owl-nav span.hero-nav {
            width: 70px;
            height: 70px;
        }

        .hero-slider-full2 .owl-nav button.owl-prev {
            top: 45%;
            left: 10px;
        }

        .hero-slider-full2 .owl-nav button.owl-next {
            top: 45%;
            right: 10px;
        }

        .hero-slider-full2 .owl-nav span.hero-nav {
            width: 70px;
            height: 70px;
        }

        .hero-slider-full .owl-nav span.hero-nav {
            width: 55px;
            height: 55px;
            font-size: 22px;
        }

        .why-choose-or-client-section .shap img.shap2 {
            bottom: 7px;
            left: 2%;
            max-width: 150px;
        }
    }

    @media (min-width: 1200px) {
        .col-lg-7 {
            /*margin-top: 15rem !important;*/
        }

        .mt--2 .hero-slider-item {
            margin-top: 0px;
        }
    }

    @media (max-width: 1200px) {
        .hero-image {
            margin-right: -20px;
        }

        .make-appointment-button {
            display: none;
        }

        .header-language.mobile-padding-0 {
            margin-right: 0px;
        }

        .hero-caption h2 {
            font-size: 40px;
            line-height: 50px;
        }

        .hero-slider-full .owl-nav button.owl-prev {
            left: 5px;
        }

        .hero-slider-full .owl-nav button.owl-next {
            right: 5px;
        }

        .hero-slider-full2 .hero-slider-2 .hero-slider-item {
            padding-top: 200px;
        }

        @media (max-width: 991px) {
            .hero-slider-area.hero-slider-2 {
                margin-top: -80px;
            }

            .hero-image {
                margin-right: 0px;
            }

            .hero-caption {
                text-align: center;
            }

            .hero-area .shap-img img.shap5 {
                display: none;
            }

            .hero-area .shap-img img.shap4 {
                display: none;
            }

            .hero-area .shap-img img.shap3 {
                display: none;
            }

            .header-language-dropdown {
                top: 54px;
            }

            .hero-slider-area .shap-img img.shap4 {
                display: none;
            }

            .hero-slider-area .shap-img img.shap3 {
                display: none;
            }

            .hero-slider-area .shap-img img.shap1 {
                display: none;
            }

            .hero-slider-area .shap-img img.shap6 {
                display: none;
            }
        }

        @media (max-width: 767px) {
            .hero-slider-full2 .owl-nav span.hero-nav {
                width: 50px;
                height: 50px;
                font-size: 20px;
            }
        }

        @media (max-width: 576px) {
            .button-1 {
                height: 52px;
                padding: 0px 32px;
                font-size: 14px;
                padding-right: 0px;
            }

            .button-1 i {
                width: 48px;
                height: 48px;
            }

            .hero-area .shap-img img.shap1 {
                display: none;
            }

            .hero-caption h2 {
                font-size: 38px;
                line-height: 48px;
            }

            .hero-caption p {
                font-size: 15px;
                line-height: 28px;
            }

            @media (max-width:450px) {
                .hero-caption h2 {
                    font-size: 32px;
                    line-height: 40px;
                    margin-bottom: 10px;
                }

                .hero-area .shap-img img.shap2 {
                    bottom: 0%;
                }

                .hero-area .shap-img img.shap6 {
                    display: none;
                }
            }
        }
    }


    .revsec{
    	background: url('../../assets/images/testibg.jpg');
    }
    .revsec .owl-carousel .owl-nav .owl-prev{
    	position: absolute;
    	left: 20%;
    	top: 10%;
    	background: #fff;
    	width: 50px;
    	height: 50px;
    	border-radius: 100%;
    }
    .revsec .owl-carousel .owl-nav .owl-next{
    	position: absolute;
    	right: 20%;
    	top: 10%;
    	background: #fff;
    	width: 50px;
    	height: 50px;
    	border-radius: 100%;	
    }
        .revsec .owl-carousel .owl-nav .owl-prev:hover,  .revsec .owl-carousel .owl-nav .owl-next:hover{
        	background: #fff!important;
       
        }
.serfooter{
    background: #fff;
   border-top: 1px solid #cccccc20;
   padding: 3rem 0 1rem 0;
}

.serfooter h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    color: #323232;
}
.serfooter ul{
	margin: 0;
	padding: 0;
}
.serfooter ul li{
	display: inline;
     margin-right: 15px;
}
.serfooter ul li a {
    margin-top: 15px;
    display: inline-block;
    color: #343434;
    padding: 5px 23px;
    border-radius: 30px;
    font-weight: 600;
    border: 1px solid #666666;
}

.serfooter ul li a:hover{
    color: var(--redcolor);
}
.aboutpg{
    padding: 4rem 70px;
}
.alft{
   width: 65%; 
}
.argt{
    width: 35%;
}
.aboutimg img{
    border-radius: 20px;
}
.abouttext {
    padding-right: 40px;
}
.abouttext h3{
    font-size: 20px;
    color: #fff;
    display: inline-block;
    padding: 3px 15px;
    border-radius: 5px;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 5px;
    background: #333;
}
/* .abouttext h3:after{
    width: 0;
    height: 2px;
    position: absolute;
    content: '';
    background: var(--redcolor);
    bottom: 0;
    left: 0;
    transition: 0.5s ease;
} */
.abouttext:hover h3:after{
    width: 25%;
}
.abouttext h1{
    font-size: 55px;
    font-weight: 600;
    color: var(--redcolor);
    line-height: 1.2;
}
.abouttext h2{
    font-size: 22px;
    padding-bottom: 30px;
}
.abouttext p{
    font-size: 18px;
    padding-bottom: 15px;
    text-align: justify;
    color: #333;
}
.page_breadcrumbs{
    padding-top: 110px;
    /* padding: 30px 0; */
    /* vertical-align: center; */
}
.contactpg{
    padding: 4rem 70px;
}
.clft{
   width: 40%; 
}
.crgt{
    width: 60%;
}
.cdata{
    padding-right: 60px;
}
.cdata h2{
     font-size: 32px;
    padding-bottom: 30px;
}

.cdata ul{
    margin: 0;
    padding: 0;
}

.cdata ul li{
    line-height: 1.8;
    position: relative;
    padding-left: 50px;
    font-size: 16px;
    padding-bottom: 30px;
}
.cdata ul li a{
    color: #333;
}
.cdata ul li a i{
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: -5px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--redcolor);
    color: var(--white);
}
.cdata img{
    position: absolute;
    width: 40px;
    left: 0;
    top: -6px;
}
.contactform form {
    background: #ffffff;
    box-shadow: 0 0 10px #00000025;
    padding: 30px 20px;
}
.contactform form label{
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
}
.contactform form input{
    height: 60px;
    display: block;
    width: 100%;
    border-radius: 0;
    border: 1px solid #66666630;
    padding: 15px;
    margin-bottom: 25px;
}
.contactform form input::placeholder{
    color: #444!important;
}
.contactform form input:focus{
    border: 1px solid #66666660;
    box-shadow: 5px 5px 10px #00000025;
}
.contactform form textarea{
    display: block;
    border: 1px solid #66666630;
    width: 100%;
     margin-bottom: 15px;
    height: 150px;
    padding: 15px;
    border-radius: 0;
}
.contactform form textarea::placeholder{
    color: #444!important;
}
.contactform form textarea:focus{
    outline: none;
     border: 1px solid #66666660;
    box-shadow: 5px 5px 10px #00000025;
}
.contactform form input[type=submit]{
    margin-bottom: 0;
    height: 45px;
    margin-top: 15px;
    width: 150px;
     background: var(--redcolor);
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
      transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.contactform form input[type=submit]:hover{
    background: #000000;
}
a.abap {
    width: 300px;
    position: relative;
    display: inline-block;
    margin-top: 8px;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
    background:#333; 
    padding: 10px 25px;
    transition: 0.5s ease;
}
a.abap img{
    width: 15px;
    position: absolute;
    right: 10%;
    top: 40%;
}
a.abap:hover{
    background: var(--redcolor);
}
.mapsec iframe{
    filter: grayscale(100%);
    transition: 0.5 ease-in-out;
}
.mapsec iframe:hover{
    filter: grayscale(0%);
}

.crgt h2{
     font-size: 32px;
    padding-bottom: 30px;
}
.crgt form p{
    text-align: left;
    padding-bottom: 15px;
    font-size: 18px;
    color: var(--redcolor);
}
.headertop{
    text-align: right;
    background: #33333315;
    padding: 5px 0;
}
 .sf-menu > li > a > i{
    font-size: 12px!important;
 }
  .sf-menu > li > a > i{
    font-size: 12px!important;
 }
.sf-menu > li > a {
    font-weight: 600;
}
.btn2{
    margin-top: 25px!important;
}
.conditions .tab-content{
    padding: 0;
    margin: 0 15px;
}
.conditions .nav-tabs{
    margin-top: 30px;
}
.conditions .nav-tabs .nav-link{
    font-size: 18px;
   text-align: center;
    background: #333;
    border-radius: 10px 10px 0 0;
    border: none;
    padding: 10px 30px;
    margin: 0 2px;
    margin-bottom: -2px;
    color: #fff;
}
.conditions .nav-tabs .nav-link img{
    width: 40px;
    margin: auto;
}
.conditions .nav-tabs .nav-link.active{
    border-radius: 10px 10px 0 0;
    border: none;
     color: #fff;
    background: var(--redcolor);
}
.faq{
    padding: 60px 0;
}
.faq h2{
    color: var(--redcolor);
}
.faq .accordion{
    margin-top: 30px;
}
.faq .accordion-item{
    border: none;
}
.faq span{
    color: #222;
    font-size: 20px;
}
/* .faq .accordion-button:not(.collapsed){
    background-color: #fff;
}
.faq .accordion-button:not(.collapsed){
    background-color: #fff;
}
.accordion-body p{
    color: #333333;
    background: #000;
} */
.tabsec{
    margin-top: 20px;
}
.hero-image img{  
    animation: ani1 ease-in;
  }

  @keyframes ani1 {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-10px);
    }
  }
.item-media{
    overflow: hidden;
} 
.item-media:hover img{
    transform: scale(1.2, 1.2);
}
.cbox:hover img{
    transform: scale(1.1, 1.1);
 }
.cd img{
    width:  22px;
    position: absolute;
    left:   0;
    top: 2px;
}
.why-choose {
    background: #cccccc30!important;
}
.why-choose h4{
    color: #000!important;
}
.why-choose p{

    color: #000!important;
}
.why-choose input{
    border:1px solid #ccc!important;
    font-size: 15px!important;
}
.why-choose input::placeholder{
    color:#66666690!important;
}
.why-choose button{
    background: var(--redcolor)!important;
    color:#fff!important;
}
.sec1div h3{
  font-size: 22px;
  padding: 12px 0;  
  font-weight: 400;
  color: #666666;
}
table tr th{
    font-weight: 700;
}
.buttonsContainer{
    margin-top: 25px;
}