/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 
import Fonts
---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,700i,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');

/*****---------------------------------------- 1)
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- 
import Files 
---------------------------------------------------------------------*/

@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(owl.carousel.min.css);
@import url(nice-select.css);

@font-face {
    font-family: 'helveticaregular';
    src: url('../fonts/helvetica_400-webfont.woff2') format('woff2'), url('../fonts/helvetica_400-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*--------------------------------------------------------------------- 
basic 
---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
}

.container {
    max-width: 1170px;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
}


/*font-family: 'Roboto', sans-serif;*/

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 0px;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.full {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: 100%;
}

.loader {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    width: 280px;
}

.titlepage {
    text-align: center;
    padding-bottom: 60px;
}

.titlepage h2 {
    text-transform: uppercase;
    font-size: 45px;
    color: #353d47;
    line-height: 50px;
    font-weight: bold;
    padding: 0;
    display: inline-block;
}

.d_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.read_more {
    font-size: 17px;
    background-color: #6ac1ed;
    color: #fff;
    margin-right: 10px;
    width: 100%;
    max-width: 275px;
    text-align: center;
    display: inline-block;
    transition: ease-in all 0.5s;
    font-weight: bold;
    height: 75px;
    text-transform: uppercase;
    line-height: 75px;
}

.read_more:hover {
    background: #fff;
    border: 2px solid #6ac1ed;
    color: #6ac1ed;
    transition: ease-in all 0.5s;
}

.orthoBtn {
    font-size: 17px;
    background-color: #6ac1ed;
    color: #fff;
    margin-top: 10px;
    margin-right: 10px;
    width: 100%;
    max-width: 275px;
    text-align: center;
    display: inline-block;
    transition: ease-in all 0.5s;
    font-weight: bold;
    height: 75px;
    text-transform: uppercase;
    line-height: 75px;
}
.orthoBtn:hover {
    background: #fff;
    border: 2px solid #6ac1ed;
    color: #6ac1ed;
    transition: ease-in all 0.5s;
}

.text_align_left {
    text-align: left;
}

.text_align_right {
    text-align: right;
}

.text_align_center {
    text-align: center;
}


/*-- header --*/

.header-area {
    padding: 30px 16px;
    color: #f1f1f1;
    width: 100%;
    z-index: 9999999;
    height: 87px;
    background-image: linear-gradient(to right, #6ac1ed, #f4aba9);
}


.logo_sm {
    display: none;
}



.logo_midle {
    color: #fef6fc;
    font-weight: bold;
    color: #fff !important;
}

.logo_midle::before {
    position: absolute;
    content: "";
    bottom: -93px;
    width: 158px;
    height: 96px;
    background: url("../images/newlogo-1.png");
    z-index: 999;
    margin: 0 auto;
    left: 0;
    right: 26px;
}

.site-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.site-navbar ul li a {
    color: #fef6fc;
    font-size: 17px;
    font-weight: bold;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

.site-navbar ul li {
    padding-right: 62px;
}

.site-navbar ul li:last-child {
    padding-right: 0;
}

.site-navbar ul li a:hover {
    color: #00132b;
}

.site-navbar ul li a.active {
    color: #00132b;
}

/* navbar regular css end */


/* nav-toggler css start */

.nav-toggler {
    border: 3px solid #fff;
    padding: 5px;
    background-color: transparent;
    cursor: pointer;
    height: 39px;
    display: none;
    z-index: 99999;
}

.nav-toggler span,
.nav-toggler span:before,
.nav-toggler span:after {
    width: 28px;
    height: 3px;
    background-color: #fff;
    display: block;
    transition: .3s;
}

.nav-toggler span:before {
    content: '';
    transform: translateY(-9px);
}

.nav-toggler span:after {
    content: '';
    transform: translateY(6px);
}

.nav-toggler.toggler-open span {
    background-color: transparent;
}

.nav-toggler.toggler-open span:before {
    transform: translateY(0px) rotate(45deg);
}

.nav-toggler.toggler-open span:after {
    transform: translateY(-3px) rotate(-45deg);
}


/* nav-toggler css start */


/* intro-area css start */

.intro-area {
    height: calc(100vh - 61px);
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
}




/* intro-area css end */


.left {

    position: absolute;
    background: #00132b;
    width: 80px;
    left: 0;
    height: 87px;
    top: 0;
    text-align: center;
    line-height: 87px;

}

.left a i {
    color: #fff;

}

.right {
    position: absolute;
    /* background-image: linear-gradient(to right, #6ac1ed, #f4aba9); */
    width: 80px;
    right: 0;
    height: 87px;
    top: 0;
    text-align: center;
    line-height: 87px;

}

.right a i {
    color: #fff;

}

/** end header **/




/** end header **/


/** banner section **/
.full_bg {
    background: url("../images/bgnew.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    padding-bottom: 150px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    /* Ensures pseudo-element is contained */
}

.full_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Semi-transparent black overlay */
    z-index: -1;
    /* Make sure it is behind the content of .full_bg */
}

.full_bg .carousel-indicators {
    bottom: -43px;
    margin-left: 0;
    left: 20px;
    right: inherit;
    display: none;
}

.full_bg .carousel-indicators li.active {
    display: inline;
}

.full_bg .carousel-indicators li {
    text-indent: unset;
    opacity: 1;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 59px;
    margin-right: 0px;
    background: transparent;
    border: none;
    text-indent: unset;
    display: none;
}



.slider_main {
    padding-top: 11%;

}

.cuplle {
    position: inherit;
    bottom: 0;
    padding: 0;
    z-index: 9999;
    left: 0;
    right: 0;
}

.photog {
    z-index: 2;
    /* Ensure the text is above the overlay */
    position: relative;
    text-align: center;
}

.photog .read_more:focus {
    box-shadow: none;
}

.photog h1 {
    padding: 0;
    font-size: 69px;
    line-height: 90px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-bottom: 70px;
}


.photog .read_more {
    margin-right: 15px;
    font-weight: normal;
    background: #f4aba9;
    color: #fff;
    height: 50px;
    line-height: 50px;
    max-width: 204px;
}


.photog .read_more:hover {
    background: #6ac1ed;
    color: #fff;
}

.slider_main .carousel-item {
    height: 100%;
    width: 100%;
}

#banner1 .carousel-control-prev,
#banner1 .carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: #6ac1ed;
    color: #fff;
    font-size: 35px;
    opacity: 1;
    top: 50%;
    border-radius: 50%;

}

#banner1 .carousel-control-prev {

    left: 0%;
}

#banner1 .carousel-control-next {

    right: 0%;
}

#banner1 .carousel-control-next:focus,
#banner1 .carousel-control-next:hover,
#banner1 .carousel-control-prev:focus,
#banner1 .carousel-control-prev:hover {
    background-color: #fff;
    color: #6ac1ed;
}


/** end banner section **/


/** about section **/

.about {
    background: #fff;
    padding: 80px 50px;
    position: relative;
    margin: 0 70px;
    box-shadow: 3px 0 62px rgba(13, 3, 3, 0.18);
    border-radius: 60px;
    margin-top: -78px;
    z-index: 1;
}

.container_width {
    max-width: 1380px;
    padding: 0 15px;
    display: block;
    margin: 0 auto;
    clear: both;


}

.about .titlepage {
    padding-bottom: 0;
}

.about .titlepage h2 {
    position: relative;
    padding-bottom: 18px;
}

.about .titlepage h2::before {
    position: absolute;
    content: "";
    bottom: 0px;
    background: #6ac1ed;
    width: 93px;
    height: 11px;
    left: 0;
    border-radius: 20px;
}

.about .titlepage p {
    font-weight: normal;
    font-size: 17px;
    line-height: 30px;
    color: #111111;
    padding: 35px 0px 50px 0px;
}


.about_img figure {
    margin: 0;
}

/** end about section **/


/** coronata section **/

.coronata {
    background: #fff;
    padding-top: 100px;
    margin-bottom: 2rem;

}

.coronata .titlepage {
    padding-bottom: 0;
}

.coronata .titlepage p {
    font-weight: normal;
    font-size: 17px;
    line-height: 30px;
    color: #111111;
    padding: 35px 0px 50px 0px;
}


.coronata_img figure {
    margin: 0;
}

.coronata_img figure img {
    border-radius: 2rem;
}

/** end coronata section **/



/** protect **/

.protect {
    margin-top: 2rem;
    padding: 0 30px;
    padding-top: 80px;
    padding-bottom: 25px;
}


.protect_bg {
    /* background: url("../images/new.jpg"); */
    background-color: #f4aca98b;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding-top: 80px;
    padding-bottom: 48px;
    border-radius: 6.5rem;
}

.protect .titlepage p {
    padding-top: 5px;

}

.desktop {
    padding: 45px 20px 30px 20px;
    background: #fff;
    border-radius: 20px;
    overflow: auto;
}


.protect_box h3 {
    color: #0d0e0e;
    font-size: 17px;
    font-weight: bold;
    padding-top: 25px;
    padding-bottom: 5px;

}

.protect_box span {
    color: #081419;
    font-weight: normal;
}

.protect .read_more {
    margin: 0 auto;
    display: block;
    max-width: 174px;
    height: 51px;
    line-height: 51px;
    font-weight: bold;
    font-size: 15px !important;
    margin-top: 40px;

}

.owl-carousel .owl-item img {
    width: inherit !important;
    text-align: center;
    margin: 0 auto;
    height: 90px;
}

.owl-carousel .owl-nav.disabled {
    display: inherit !important;
    padding-top: 80px;
}


.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    margin-top: 2rem;
    width: 80px;
    height: 80px;
    background-color: #6ac1ed !important;
    color: #fff !important;
    font-size: 55px !important;
    line-height: 30px !important;
    opacity: 1;
    border-radius: 50px;
    transition: ease-in all 0.5s;
    box-shadow: 0 0 80px rgba(13, 3, 3, 0.11);
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #fff !important;
    transition: ease-in all 0.5s;
    color: #000 !important;
}

.owl-next {
    position: absolute;
    right: 42%;
}

.owl-prev {
    position: absolute;
    left: 42%;
}

@media (max-width:768px) {
    .protect_bg {
        /* background: url("../images/new.jpg"); */
        background-color: rgb(255, 255, 255);
    }

    .desktop {
        background-color: #6ac1ed;
    }

    .protect_box h3 {
        color: whitesmoke;

    }

    .protect_box span {
        color: whitesmoke;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        margin-top: 2rem;
        width: 80px;
        height: 80px;
        background-color: #f4aba9 !important;
        color: #fff !important;
        font-size: 55px !important;
        line-height: 30px !important;
        opacity: 1;
        border-radius: 50px;
        transition: ease-in all 0.5s;
        box-shadow: 0 0 80px rgba(13, 3, 3, 0.11);
    }

    .owl-carousel .owl-nav button.owl-next:hover,
    .owl-carousel .owl-nav button.owl-prev:hover {
        background-color: #6ac1ed !important;
        transition: ease-in all 0.5s;
        color: white !important;
    }

}


/** end protect **/



/** cases section **/

.cases {
    background: #fff;
    padding: 0 30px 0 30px;
    padding-top: 70px;
    margin-top: 2rem;


}

.cases .titlepage {
    padding-bottom: 30px;
}

.cases .titlepage p {
    padding-top: 5px;
}

.latest {
    margin-top: 30px;
    background: #fff;
    padding: 25px 25px 0px 25px;
    box-shadow: 3px 0 62px rgba(13, 3, 3, 0.20);
    margin-bottom: 70px;
}


.latest figure {
    margin: 0;
}

.latest .read_more {
    margin: 0 auto;
    display: block;
    position: absolute;
    z-index: 99999;
    max-width: 174px;
    height: 51px;
    line-height: 51px;
    font-weight: normal;
    top: 22%;
    right: 0;
    left: 0;
    bottom: 0;
}

.nostrud h3 {
    color: #151515;
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    padding-top: 52px;
}

.nostrud p {
    padding: 5px 0 60px 0;
    color: #0f100d;
    line-height: 28px;
    font-weight: normal;
}

.nostrud {
    position: relative;
}

.nostrud::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    background: url(../images/fiv.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -40px;
    width: 100px;
    height: 81px;
    text-align: center;
    margin: 0 auto;
}


/** end cases section **/


/** doctors section **/

.doctors {
    background: #fff;

    padding-top: 50px;
    position: relative;


}


.reader {
    margin-top: 45px;
    background: #fff;
    padding: 0px 30px 60px 30px;
    box-shadow: 3px 0 62px rgba(13, 3, 3, 0.20);
    border-radius: 10px;
    transition: ease-in all 0.5s;
    margin-bottom: 30px;
}




.reader i {
    margin: 0;
}

.reader i img {
    border-radius: 50%;
    box-shadow: 3px 0 62px rgba(13, 3, 3, 0.18);
    margin-top: -50px;
}



.reader h3 {
    color: #151515;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    padding-top: 42px;
    text-transform: uppercase;
}

.reader p {
    padding: 20px 0 40px 0;
    color: #0f100d;
    line-height: 28px;
    font-weight: normal;
}

#ho_efcet:hover .reader {
    background: #fafaf9;
    transition: ease-in all 0.5s;
}





.doctors::before {
    position: absolute;
    content: "";
    right: 4%;
    background: url(../images/case.png);
    top: 34%;
    width: 120px;
    height: 121px;
}

/** end doctors section **/


/** contact **/

.contact {
    background: #fff;
    padding-top: 50px;
}



.contact .titlepage {
    padding-bottom: 0;
}

.main_form {
    padding-top: 45px;
}

.main_form .contactus {
    padding: 0px 20px;
    margin-bottom: 25px;
    width: 100%;
    height: 66px;
    background: #fff;
    color: #a3a3a2;
    font-size: 17px;
    font-weight: normal;
    border: #9d9d9c solid 2px;
}

.main_form .textarea {
    margin-bottom: 30px;
    width: 100%;
    background: #fff;
    color: #a3a3a2;
    font-size: 17px;
    font-weight: normal;
    padding: 40px 20px 10px 20px;
    border: #9d9d9c solid 2px;
    height: 120px;
}

.main_form .send_btn {
    font-size: 15px;
    transition: ease-in all 0.5s;
    background-color: #6ac1ed;
    text-transform: uppercase;
    color: #fff;
    max-width: 200px;
    width: 100%;
    display: block;
    font-weight: bold;
    height: 77px;
    line-height: 77px;
}

.main_form .send_btn:hover {
    background-color: #fff;
    transition: ease-in all 0.5s;
    color: #6ac1ed;
    border: 2px solid #6ac1ed;
}

#request *::placeholder {
    color: #a3a3a2;
    opacity: 1;
}


/** end contact **/



/** update **/

.update {
    padding-top: 50px;
    position: relative;
}



.update::before {
    position: absolute;
    content: "";
    left: 4%;
    background: url(../images/case.png);
    top: 3%;
    width: 120px;
    height: 121px;
    background-repeat: no-repeat;
}

.cevery_white {
    background: #fff;
}

.cevery_bg {
    background: url(../images/ever_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0;
}


.newsl {
    text-transform: uppercase;
    width: 100%;
    height: 87px;
    background: transparent;
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    box-shadow: inherit;
    padding: 0 25px;
    border: #fff solid 1px;
    border-radius: 50px;

}

.subsci_btn {

    font-size: 21px;
    transition: ease-in all 0.5s;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    line-height: 82px;
    height: 82px;
    max-width: 402px;
    width: 100%;
    display: block;
    border: inherit;
    background: #0a264a;
    border-radius: 50px;
    margin: 0 auto;
    margin-top: 30px;

}

.subsci_btn:hover {
    transition: ease-in all 0.5s;
    color: #fff;
    background-color: #e92f0b;
}

#colof *::placeholder {
    color: #fff;
    opacity: 1;
}

/** end update **/


/** footer **/

.footer {
    padding-top: 80px;
    background: #111111;
    text-align: center;
}

.hedingh3 {
    padding-bottom: 25px;
}

.conatctHeading {
    text-transform: uppercase;
    font-size: 45px;
    color: #353d47;
    line-height: 50px;
    font-weight: bold;
    padding: 0;
    display: inline-block;
}

.hedingh3 h3 {
    color: #fff;
    font-size: 20px;
    padding-bottom: 20px;
    line-height: 23px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}

.hedingh3 p {
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
}

ul.menu_footer {
    text-align: left;
    margin-bottom: 15px;
}

ul.menu_footer li a {
    color: #979793;
    font-size: 17px;
    line-height: 18px;
    padding-bottom: 10px;
    display: block;
}

ul.menu_footer li a:hover {
    color: #f4aca9;
}




ul.inst li {
    display: inline-block;
    margin: 4px;
}


ul.top_infomation li {
    display: block;
    font-size: 17px;
    color: #fff;
}

ul.top_infomation li:last-child {
    padding-right: 0;
}

ul.top_infomation li i {
    margin-right: 5px;
    color: #fff;
    text-align: center;
    transition: ease-in all 0.5s;
}

ul.top_infomation li a {
    color: #fff;
}

ul.top_infomation li a:hover {
    color: #e92f0b;
}

ul.top_infomation li i:hover {
    background: #eb4746;
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
    transition: ease-in all 0.5s;
}


.copyright {
    margin-top: 60px;

    padding-bottom: 20px;
}

.copyright p {
    border-top: #d1d1d1 solid 1px;
    padding-top: 20px;
    color: #d1d1d1;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    font-weight: normal;
}

.copyright a {
    color: #d1d1d1;
}

.copyright a:hover {
    color: #ed1c24;
}



/** end footer **/



/**  inner page css **/



.inner_page .full_bg {
    height: 106px;
    padding-bottom: 0;

}

.inner_page .about {
    margin-top: 145px;
    margin-bottom: 80px;
}

.inner_page .doctors {
    padding-top: 140px;
    padding-bottom: 50px;
}

.inner_page .coronata {
    padding-top: 130px;
    padding-bottom: 80px;
}

.inner_page .cases {
    padding-top: 140px;
    padding-bottom: 40px;
}

.inner_page .contact {
    padding-top: 145px;
    padding-bottom: 80px;
}


/* contact form css */

.startcontact {
    margin-bottom: 18rem;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /* background: $bg; */
}

.contact-form {
    width: 80vw;
    display: flex;
    justify-content: space-between;
    background: #fff;
    margin: 50px 0;
}

.contact-form>* {
    width: 50%;
}

.contact-form .first-container {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/new.jpg") center center / cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-form .first-container .info-container div {
    margin: 24px 0;
}

.contact-form .first-container .info-container div h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 10px;
}

.contact-form .first-container .info-container div:first-of-type p {
    max-width: 260px;
    color: #fff;
}

.contact-form .first-container .info-container div p {
    font-size: 15.5px;
    line-height: 1.6;
    color: #fff;
}

.contact-form .second-container {
    padding: 30px;
}

.contact-form .second-container h2 {
    font-size: 30px;
    font-weight: 400;
    color: #333;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
}

.contact-form .second-container form {
    display: flex;
    flex-direction: column;
}

.contact-form .second-container form .form-group {
    margin-bottom: 10px;
}

.contact-form .second-container form .form-group * {
    min-height: 55px;
    border: 1px solid #e6e6e6;
    padding: 0 20px;
}

.contact-form .second-container form .form-group label {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #e6e6e6;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    margin-top: -1px;
}



.contact-form .second-container form .form-group input {
    width: 100%;
    font-size: 15px;
    margin-top: -2px;
}

.contact-form .second-container form .form-group input::placeholder,
.contact-form .second-container form .form-group textarea::placeholder {
    color: #999;
}

.contact-form .second-container form .form-group textarea {
    width: 100%;
    min-height: 80px;
    resize: none;
    padding: 10px 20px;
    margin-top: -1px;
}

.contact-form .second-container form button {
    width: 200px;
    height: 50px;
    background: #6ac1ed;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
    position: relative;
    left: calc(50% - 100px);
    cursor: pointer;
}

.contact-form .second-container form button:hover {
    background: #fff;
    color: #6ac1ed;
    border: 2px solid #6ac1ed;
}

@media screen and (max-width: 800px) {
    .contact-form {
        width: 90vw;
    }
}

@media screen and (max-width: 768px) {

    .startcontact {
        margin-bottom: 29rem;
    }

    .contact-form {
        flex-direction: column-reverse;
    }

    .contact-form>* {
        width: 100%;
    }

    .first-container {
        display: block;
    }
}


.center-button {
    text-align: center;
    margin-top: 20px;
    /* Optional: to add some space above the button */
}



.about-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 100vh;
    /* Ensures full viewport height */
    padding: 20px;
}

.about-bottom div {
    margin: 20px 0;
}

.about-bottom h3 {
    font-size: 2rem;
    text-transform: uppercase;
    font-size: 45px;
    color: #353d47;
    line-height: 50px;
    font-weight: bold;
    padding: 0;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.about-bottom p {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #111111;
    padding-left: 20rem;
    padding-right: 20rem;
    text-align: justify;
}

.ourvalue ol {
    font-weight: normal;
    font-size: 17px;
    line-height: 30px;
    color: #111111;
    text-align: justify;
}

.ourvalue li {
    margin: 10px 0;
}

.fa-solid.fa-circle-dot {
    margin-right: 8px;
}

/* Responsive styles */
@media (max-width: 1200px) {
    .about-bottom p {
        padding-left: 10rem;
        padding-right: 10rem;
    }
}

@media (max-width: 992px) {
    .about-bottom p {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}

@media (max-width: 768px) {
    .about-bottom h3 {
        font-size: 35px;
        line-height: 40px;
    }

    .about-bottom p {
        padding-left: 2rem;
        padding-right: 2rem;
        font-size: 16px;
        line-height: 28px;
    }

    .ourvalue ol {
        font-size: 16px;
        line-height: 28px;
    }
}

@media (max-width: 576px) {
    .about-bottom h3 {
        font-size: 28px;
        line-height: 34px;
    }

    .about-bottom p {
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 14px;
        line-height: 24px;
    }

    .ourvalue ol {
        font-size: 14px;
        line-height: 24px;
    }
}


/* privacy policy */

.privacy-heading h1 {
    top: 9rem;
    font-size: 3rem;
    text-align: center;
    text-transform: uppercase;
    color: #353d47;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.privacy-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    /* Ensures full viewport height */
    padding: 20px;
    margin-top: 12rem;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

.privacy-container h3 {
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #353d47;
    line-height: 50px;
    font-weight: bold;
    padding: 0;
    display: inline-block;
    margin-top: 1.4rem;
    margin-bottom: 1rem;
}

.privacy-container h4 {
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #353d47;
    line-height: 30px;
    font-weight: bold;
    padding: 0;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.privacy-container p {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #111111;
}

.privacy-container ol {
    font-weight: normal;
    font-size: 17px;
    line-height: 30px;
    color: #111111;
    text-align: justify;
    margin-top: 1rem;
}

.privacy-container li {
    margin: 10px 0;
}

.privacyvalue ol {
    font-weight: normal;
    font-size: 17px;
    line-height: 30px;
    color: #111111;
    text-align: justify;
}

.privacyvalue li {
    margin: 10px 0;
}

.fa-solid.fa-circle-dot {
    margin-right: 8px;
}

/* Responsive styles */
@media (max-width: 1200px) {
    .privacy-container {
        margin-left: 2rem;
        margin-right: 2rem;
    }
}

@media (max-width: 992px) {
    .privacy-heading h1 {
        font-size: 2.5rem;
        top: 8rem;
    }

    .privacy-container {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        margin-top: 10rem;
    }

    .privacy-container h3 {
        font-size: 1.6rem;
    }

    .privacy-container h4 {
        font-size: 1rem;
        line-height: 28px;
    }
}

@media (max-width: 768px) {
    .privacy-heading h1 {
        font-size: 2rem;
        top: 7rem;
    }

    .privacy-container {
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 8rem;
    }

    .privacy-container h3 {
        font-size: 1.4rem;
        line-height: 40px;
    }

    .privacy-container h4 {
        font-size: 0.9rem;
        line-height: 26px;
    }

    .privacy-container p,
    .privacy-container ol,
    .privacyvalue ol {
        font-size: 16px;
        line-height: 28px;
    }
}

@media (max-width: 576px) {
    .privacy-heading h1 {
        font-size: 1.5rem;
        top: 6rem;
    }

    .privacy-container {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        margin-top: 6rem;
    }

    .privacy-container h3 {
        font-size: 1.2rem;
        line-height: 35px;
    }

    .privacy-container h4 {
        font-size: 0.8rem;
        line-height: 24px;
    }

    .privacy-container p,
    .privacy-container ol,
    .privacyvalue ol {
        font-size: 14px;
        line-height: 24px;
    }
}



/* directors section in about */

/* Container for the cards */
.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 10px;
}

figure.snip1390 {
    font-family: 'Roboto', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 230px;
    max-width: 315px;
    flex: 1;
    color: #000000;
    text-align: center;
    font-size: 16px;
    background-color: #2C3447;
    padding: 30px;
    background-image: linear-gradient(-25deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
    box-sizing: border-box;
    border-radius: 1rem;
}

figure.snip1390 *,
figure.snip1390 *:before,
figure.snip1390 *:after {
    box-sizing: border-box;
    transition: all 0.35s ease;
}

figure.snip1390 figcaption {
    width: 100%;
}

figure.snip1390 h2,
figure.snip1390 h4,
figure.snip1390 blockquote {
    margin: 0;
}

figure.snip1390 h2,
figure.snip1390 h4 {
    font-weight: 300;
}

figure.snip1390 h2 {
    color: #ffffff;
    margin-bottom: 1.5rem;
}

figure.snip1390 h4 {
    color: white;
    font-size: 18px;
    font-weight: 550;
}

figure.snip1390 blockquote {
    font-size: 1em;
    padding: 45px 20px 40px 50px;
    margin-top: 30px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: inset -1.4px -1.4px 2px rgba(0, 0, 0, 0.3);
    text-align: left;
    position: relative;
}

figure.snip1390 blockquote:before {
    font-family: 'FontAwesome';
    content: "\201C";
    position: absolute;
    font-size: 40px;
    opacity: 0.25;
    font-style: normal;
    top: 0px;
    left: 20px;
}

figure.snip1390 .profile {
    width: 100px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.4);
    margin-bottom: 10px;
    border: solid 5px #A6A57A;
}

/* Responsive styles */
@media (max-width: 1200px) {
    .card-container {
        justify-content: space-around;
    }
}

@media (max-width: 992px) {
    .card-container {
        justify-content: space-between;
    }
}

@media (max-width: 768px) {
    .card-container {
        flex-direction: column;
        align-items: center;
    }
}




/* certificate */

.parent-container {
    display: flex;
    justify-content: center;
    align-items: center;
}


.whychooseheading {
    background-color: white;
    display: inline-block;
    width: 334px;
    height: 100px;
    margin-top: 8rem;
}

.why-heading {
    text-transform: uppercase;
    font-size: 45px;
    color: #353d47;
    line-height: 50px;
    font-weight: bold;
    padding: 0;
    display: inline-block;

}



.why-choose-textech {
    text-align: center;
    padding: 20px;
    background-color: white;
    margin-bottom: 3rem;
}

.features {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 20px 0;
}

.feature {
    flex: 1;
    min-width: 200px;
    max-width: 250px;
    margin: 10px;
    padding: 20px;
    background: white;
    /* border: 1px solid #ddd; */
    border-radius: 5px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    text-align: center;
}

.feature .icon {
    font-size: 40px;
    margin-bottom: 10px;
}

.feature p {
    margin-top: 1rem;
    font-weight: 500;
}

.buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.btn-why {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.learn-more {
    background-color: #fff;
    color: black;
    font-weight: 550;
}

.contact-us {
    background-color: #fff;
    color: black;
    font-weight: 550;
}

@media (max-width: 768px) {
    .features {
        flex-direction: column;
        align-items: center;
    }

    .why-heading {
        font-size: 25px;
        line-height: 30px;
        align-items: center;
    }
}



/* Default hidden state for dropdown menu */
#dropdown-menu {
    display: none; /* Hidden by default */
    position: absolute;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
    list-style: none;
    margin: 0;
    z-index: 1000; /* Ensure it's on top of other content */
    width: 200px; /* Fixed width */
}

/* Dropdown menu items */
#dropdown-menu li {
    margin: 0;
    padding: 10px 15px;
}

/* Remove bottom border on the last item */
#dropdown-menu li:last-child {
    border-bottom: none;
}

#dropdown-menu li a {
    text-decoration: none;
    color: #333;
    display: block; /* Ensure the link takes up full width */
}

/* Show dropdown when active */
.product-dropdown.active #dropdown-menu {
    display: block; /* Make it visible */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    /* Remove absolute positioning and ensure the dropdown is within the viewport */
    .product-dropdown {
        position: relative;
    }

    #dropdown-menu {
        position: relative; /* Remove absolute positioning for mobile */
        width: 100%; /* Full width on mobile */
        overflow: visible; /* Ensure overflow is visible */
        padding: 0; /* No padding for full-width dropdown */
    }

    /* Dropdown menu items full-width on mobile */
    #dropdown-menu li {
        width: 63%;
        padding: 14px; 
        margin-left: 7.5rem;
    }

    #dropdown-menu li a {
        display: block;
        width: 100%;
        text-align: left;
        padding: 10px 15px;
        color: #333;
        margin-top: -85px;
        background-color: white;

    }
}
