/** Font Family **/

@import url(https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700);

/*!---------------------------------------------------*/


/** Style for Icons **/

@font-face {
    font-family: 'ElegantIcons';
    src:url('./ElegantIcons.eot');
    src:url('./ElegantIcons.eot?#iefix') format('embedded-opentype'), url('./ElegantIcons.woff') format('woff'),
        url('./ElegantIcons.ttf') format('truetype'),
        url('./ElegantIcons.svg#ElegantIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon_search,
.icon_phone,
.icon_mail {
    font-family: 'ElegantIcons';
    font-style: normal;
    color: white;
}

.icon_search:before {
    content: "\55";
    font-size: 18px;
}

.icon_phone:before {
    content: "\e090";
    color: #1cc3b2;
    font-size: 14px;
    padding: 0px 5px 0px 0px;
}

.icon_mail:before {
    content: "\e076";
    color: #1cc3b2;
    font-size: 14px;
    padding: 0px 5px 0px 0px;
}

.dropdown-cont>a .arrow {
    padding-top: 8px;
    padding-left: 1px;
    padding-right: 1px;
    width: 11px;
}

.dropdown>.dropdown-cont>a>.arrow {
    transform: rotate(-90deg);
    position: absolute;
    top: 10px;
    right: 16px;
}

.closeIcon {
    display: none;
}

.cross-wrap {
    width: 26px;
    height: 26px;
    cursor: pointer;
    position: relative;
}

.cross-wrap>span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 6px;
    background: #232323;
}

.cross-wrap>.top {
    top: 12px;
    left: 0;
    transform: rotate(45deg);
}

.cross-wrap>.bottom {
    bottom: 12px;
    left: 0;
    transform: rotate(-45deg);
}


/*!---------------------------------------------------*/


/** LOGO **/

#logo {
    display: flex;
    align-items: center;
    padding-top: 2px;
    cursor: pointer;
}

#logo>img {
    max-width: 100%;
    height: auto;
}

.header-menu>.container>.cont {
    display: flex;
    align-items: center;
}


/*!---------------------------------------------------*/


/** Body **/

* {
    margin: 0%;
    padding: 0%;
    transition-duration: 500ms;
}

body {
    font-family: 'Poppins', sans-serif;
    overflow-y: scroll;
}


/*!---------------------------------------------------*/


/** Header section **/

.header {
    width: 100%;
    background-color: #1cc3b2;
}


/*!---------------------------------------------------*/


/*? Search Bar ?*/

.search-form {
    /* max-width: 1200px; */
    opacity: 0;
    position: relative;
    z-index: 10000000;
    height: 0px;
    margin: auto;
    transition-duration: 350ms;
    transition-timing-function: ease-in;
    display: flex;
    align-items: center;
    background-color: #1cc3b2;
}

.search-form>.container {
    opacity: 0;
    height: 0px;
    transition-duration: 350ms;
    transition-timing-function: ease-in;
}

.search-form-active, .search-form-active>.container {
    height: 80px;
    opacity: 1;
}

.container {
    width: 1140px;
    /* width: 100%; */
    margin: auto;
    padding: 0px 15px;
    height: 60px;
    box-sizing: border-box;
    display: flex;
}

.container>form {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#searchInput {
    /* outline: 1px solid red; */
    background: transparent;
    border: 0px;
    width: 95%;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.magnifier {
    /* outline: 1px solid red; */
    width: 5%;
    text-align: right;
    cursor: pointer;
    background: transparent;
    border: 1px solid transparent;
    border-top: 0px;
    border-right: 0px;
}


/*!---------------------------------------------------*/


/*? Header Top ?*/

.header-top {
    /* max-width: 1200px; */
    height: 50px;
    margin: auto;
    display: flex;
    background-color: #0e2737;
}

.header-top>.container {
    /* outline: 1px solid red; */
    height: 50px;
}

.cont {
    /* outline: 1px solid red; */
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.box {
    /* outline: 1px solid red; */
    width: 50%;
}

.header-top-cont {
    height: 50px;
    display: flex;
    align-items: center;
    gap: 50px;
}

.box a {
    text-decoration: none;
    color: white;
    font-size: 14px;
}

.box a span {
    transition-duration: 500ms;
}

.box>.contact>a:hover>span {
    opacity: 0.5;
}

.icons {
    justify-content: end;
    gap: 34.25px;
}

.icons>a {
    transition-duration: 500ms;
}

.icons>a:hover {
    color: #1cc3b2;
}


/*!---------------------------------------------------*/


/*? Header menu ?*/

.header-menu {
    background-color: white;
    height: 80px;
}

.header-menu>.container {
    height: 80px;
}

/*? Nav Menu ?*/

.header-menu-main {
    /* outline: 1px solid red; */
    /* width: 100%; */
    display: flex;
    /* align-items: center; */
    /* justify-content: space-between; */
    /* padding-bottom: 2px; */
}

.navbar {
    /* outline: 1px solid red; */
    display: flex;
    /* height: 100%; */
    align-items: center;
    /* gap: 40px; */
    /* justify-content: center; */

}

#nav {
    /* outline: 1px solid red; */
    display: flex;
    height: 40px;
    width: 612.5px;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2px;
    /* gap: 40px; */
}

.navbar>#nav>li {
    list-style: none;
}

.navbar>#nav>li>a {
    /* outline: 1px solid red; */
    height: 100%;
    padding: 0px 20px;
    text-decoration: none;
    font-size: 16px;
    text-transform: capitalize;
    color: #2a303b;
    font-weight: 500;
    transition-duration: 500ms;
}

.navbar>#nav>li:hover>a {
    color: #afb4bf;
}

.trigger {
    display: none;
}

/*? Drop down 1 ?*/

.dropdown-cont {
    position: relative;
}

.dropdown {
    opacity: 0;
    visibility: hidden;
    width: 210px;
    position: absolute;
    background-color: #ffffff;
    top: 150%;
    z-index: 100;
    box-shadow: 0 2px 40px 8px rgb(15 15 15 / 15%);
    /* transition-duration: 300ms; */
    border-radius: 6px;
    padding: 10px 0;
    border: 0px;
}

.hover:hover>.dropdown {
    opacity: 1;
    top: 130%;
    visibility: visible;
}

.dropdown>li {
    /* outline: 1px solid red; */
    cursor: pointer;
    height: 42px;
    border-bottom: 1px solid rgba(242, 244, 248, 0.7);
    list-style: none;
    box-sizing: border-box;
}

.dropdown>li>a {
    font-size: 14px;
    width: 100%;
    line-height: 42px;
    font-weight: 500;
    text-decoration: none;
    color: #2a303b;
    padding: 0px 30px;
    box-sizing: border-box;
    /* outline: 1px solid red; */
    transition-duration: 500ms;
}

.dropdown>li:hover>a {
    color: #1cc3b2;
}

.empty {
    display: none;
}

/*? Drop down 2 ?*/

.dropdown .dropdown {
    /* position: absolute; */
    opacity: 0;
    top: 20px;
    left: 180px;
}

.dropdown>.hover:hover>.dropdown {
    opacity: 1;
    top: -10px;
}

.dropdown>li:last-child, .dropdown>li:nth-last-child(5) {
    border: 0px;
}


/*!---------------------------------------------------*/


/** menu change **/

.navbar-toggler {
    display: none;
    /* display: flex; */
}

.navbarToggler {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding-bottom: 2px;
}

.navbarToggler>span {
    background-color: #2a303b;
    position: relative;
    border-radius: 3px;
    height: 3px;
    width: 30px;
    transition-duration: 300ms;
}

.navbar-toggler>.active>span:nth-of-type(1) {
    transform: rotate3d(0, 0, 1, 45deg);
    top: 8px;
}

.navbar-toggler>.active>span:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler>.active>span:nth-of-type(3) {
    transform: rotate3d(0, 0, 1, -45deg);
    top: -8px;
}



/*!---------------------------------------------------*/


/*? Search Button ?*/

.search-btn {
    /* height: 24px; */
    margin-left: 24px;
    padding-bottom: 2px;
    transition-duration: 500ms;
    cursor: pointer;
}

.search-btn:hover {
    color: #1cc3b2;
}



/*? Book Now button ?*/

.book-now-btn {
    height: 100%;
    background-color: #1cc3b2;
    display: flex;
    align-items: center;
    margin-left: 3rem;
    transition-duration: 500ms;
}

.book-now-btn:hover {
    background-color: #2a303b;
}

.book-now-btn>a {
    height: 100%;
    padding: 0px 30px;
    text-decoration: none;
    text-align: center;
    color: white;
    font-size: 16px;
    line-height: 80px;
    font-weight: 500;
}

.book-now-btn>a>i {
    padding-left: 5px;
}


/*!---------------------------------------------------*/


/* .height-check {
    height: 1000px;
    background-color: black;
} */


/** Media Queries **/

@media only screen and (max-width:1199px){
    /* .height-check {
        background-color: pink;
    } */

    .container {
        max-width: 960px;
    }

    #nav {
        width: 450.77px;
        padding-bottom: 4px;
    }

    .navbar>#nav>li>a {
        font-size: 14px;
        padding: 0px 10px;
    }

    .dropdown-cont>a>img {
        padding-left: 2px;
        padding-right: 0px;
    }

    .dropdown-cont:hover>.dropdown,.dropdown:hover>.dropdown {
        top: 135%;
    }

}

@media only screen and (max-width:991px){
    /* .height-check {
        background-color: lightblue;
    } */

    .container {
        max-width: 720px;
    }

    .header-top-cont:not(.icons) {
        gap: 30px;
    }

    .box a span {
        display: none;
    }

    .header-menu,.header-menu>.container {
        height: 70px;
    }

    .navbar-toggler {
        display: flex;
    }

    /** Hamburger Menu **/

    .closeIcon {
        display: block;
    }

    .closeIcon {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 12;
    }

    .navbar {
        background-color: #ffffff;
        position: fixed;
        top: 0;
        left: -340px;
        z-index: 9999;
        width: 320px;
        height: 100%;
        transition-duration: 500ms;
        padding-top: 80px;
        margin-bottom: 80px;
        box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
        display: block;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .menu-on>.navbar {
        left: 0px;
    }

    .navbar>#nav {
        max-width: 100%;
        height: auto;
        flex-direction: column;
    }

    .navbar>#nav>li {
        width: 100%;
    }

    .navbar>#nav>li>a {
        display: block;
        font-size: 14px;
        background-color: #f2f4f8;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        padding: 0 20px;
        height: 45px;
        box-sizing: border-box;
        line-height: 45px;
    }

    .search-btn {
        position: relative;
        padding-top: 25px;
        padding-bottom: 27px;
        margin-bottom: 3px;
    }

    .book-now-btn {
        /* width: 100%; */
        display: inline-block;
        height: 50px;
        border-radius: 30px;
        margin-left: 1rem;
    }

    .book-now-btn>a {
        height: 50px;
        line-height: 50px;
    }

    .book-now-btn>a>i {
        padding-left: 5px;
    }

    .dropdown>.dropdown-cont>a>img {
        transform: rotate(0deg);
    }

    .arrow {
        display: none;
    }


    /** Drop down 1 **/

    .trigger {
        position: absolute;
        height: 31px;
        width: 31px;
        background-color: #2c3e50;
        top: 7px;
        right: 15px;
        left: auto;
        display: block;
        border-radius: 2px;
        cursor: pointer;
        box-sizing: border-box;
        padding-left: 9px;
        padding-top: 2px;
        transition-duration: 0ms;
    }

    .trigger > .arrow {
        display: block;
        background-color: transparent;
        transition-duration: 0ms;
    }

    .open>a>.trigger {
        background-color: #27ae60;
    }

    .open>a>.trigger>.arrow {
        transform: rotate(180deg);
        margin-top: 8px;
    }

    .dropdown-cont {
        position: relative;
    }

    .dropdown, .dropdown>.dropdown-cont>.dropdown {
        opacity: 0;
        visibility: hidden;
        height: auto;
        width: auto;
        position: relative;
        top: unset;
        box-shadow: none;
        border-radius: 0px;
        padding: 0px 0;
        border: 0px;
        height: 0px;
        transition-duration: 0ms;
    }

    .open>.dropdown, .dropdown>.open>.dropdown {
        opacity: 1;
        visibility: visible;
        height: auto;
    }

    .open + .empty, .open + .empty + .empty, .open + .empty + .empty + .empty, .open + .empty + .empty + .empty + .empty  {
        display: block;
    }

    .empty {
        display: none;
    }

    /*? Drop down 2 ?*/

    .dropdown .dropdown {
        position: relative;
        display: block;
        width: 100%;
        opacity: 1;
        top: unset;
        left: unset;
        height: unset;
    }

    .dropdown>.dropdown-cont>.dropdown {
        padding-left: 15px;
    }


    .dropdown>.dropdown-cont:hover>.dropdown, .dropdown>.dropdown-cont>.dropdown:hover>.dropdown {
        top: unset;
    }


}

@media only screen and (max-width:767px){
    /* .height-check {
        background-color: rgba(0, 255, 255, 0.288);
    }
 */
    .container {
        max-width: 540px;
    }

    .header-top-cont:not(.icons) {
        gap: 15px;
    }

    .icons {
        gap: 19.25px;
    }

    #logo {
        width: 90px;
    }

    #logo>img {
        height: 23px;
    }

}

@media only screen and (max-width: 575px){
   /*  .height-check {
        background-color: #afb4bf;
    } */

    .container {
        max-width: 100%;
    }

    #searchInput {
        width: 90%;
    }

    .magnifier {
        width: 10%;
    }
}
        @import url(https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700);
        @font-face {
            font-family: 'ElegantIcons';
            src: url('./ElegantIcons.eot');
            src: url('./ElegantIcons.eot?#iefix') format('embedded-opentype'), url('./ElegantIcons.woff') format('woff'), url('./ElegantIcons.ttf') format('truetype'), url('./ElegantIcons.svg#ElegantIcons') format('svg');
            font-weight: normal;
            font-style: normal;
        }
        .icon_search,
        .icon_phone,
        .icon_mail {
            font-family: 'ElegantIcons';
            font-style: normal;
             color: white;
        }
        .icon_search:before {
            content: "\55";
            font-size: 18px;
        }

        .icon_phone:before {
            content: "\e090";
            color: #1cc3b2;
            font-size: 14px;
            padding: 0px 5px 0px 0px;
        }

        .icon_mail:before {
             content: "\e076";
             color: #1cc3b2;
            font-size: 14px;
            padding: 0px 5px 0px 0px;
        }
        body{
            margin: 0px;
            padding: 0px;
            font-family: 'Poppins', sans-serif;
        }
        /* Image with data */
        #first{
            width: 100%;
            position: relative;
        }
        #first .img img{
            width: 100%;
            height: 400px;
            opacity: 0.9;
        }
        #first .content{
            width: 100%;
            background-color:#556571;
            opacity: 0.8;
            height: 400px;
            text-align: center;
            position:absolute;
            top: 0px;

        }
        #first .content h2{
            font-size: 48px;
            font-weight: 500;
        }
        #first .content *{
            margin: 0px;
        }
        #first .cInside{
            margin: 10%;
            color:rgb(255, 255, 255);

        }
        .googleMap{
            position: absolute;
            top: 450px;
            left: 5%;
            right: 5%;
            width: 90%;
            margin: auto;
            margin-bottom: 10px;
            background-color: white;
            height: 750px;
            border: white;
            box-shadow: 0 0 10px 0px;
            border-radius: 5px;

        }
        .googleMap .items-flex{
            width: 100%;
            display: flex;
            margin-top: 40px;
        }
        .googleMap .items-flex>div{
            width: 30%;
            text-align: center;
        }
        .googleMap>.map{
            width: 100%;
            text-align: center;
            margin-bottom: 20px;
            height: 70%;
        }
        .map iframe{
            width: 90%;
            margin: auto;
            height: 100%;
        }
        .googleMap .items-flex i{
            color: rgb(28 195 178);
            font-weight: bold;
            font-size: 200%;
        }
        .googleMap .items-flex h4{
            font-weight: 500;
            font-size: 24px;
            margin-bottom: 0px;
        }
        .googleMap .items-flex p{
            color: grey;
            margin-top: 0px;
            margin-bottom: 50px;
        }
        .contact-form{
            width: 70%;
            position:relative;
            top: 700px;
            margin: auto;
            text-align: center;
            margin-top: 4%;
        }
        .contact-form .message > *{
            margin: 0px;
            font-weight: 500;
        }
        .contact-form .message > h6{
            font-size: 16px;
            color: #1cc3b2;
        }
        .contact-form .form{
            display: flex;
            flex-wrap: wrap;
            margin-top: 30px;
        }
        .contact-form .form > *{
            width: 48%;
            height: 40px;
            border-radius: 5px;
            border: 0.01px solid rgb(211, 210, 210);
        }
        .contact-form .form .message-width{
            width: 100%;
            height: 150px;
            margin-top: 20px;

        }
        .form .gap26{
            margin-left: 25px;
        }
        .form .submit{
            background-color: #1cc3b2;
            color: white;
            font-weight: bold;
            font-size: 110%;
            width: 20%;
            height: 45px;
            border: #1cc3b2;
            margin: auto;
            margin-top: 30px;
            margin-bottom: 0px;
        }
        @media only screen and (max-width:1199px) {
            #first .cInside{
            margin: 15%;
            color:rgb(255, 255, 255);

            }
            .googleMap{
            position: absolute;
            top: 450px;
            left: 0px;
            right: 0%;
            width: 90%;
            margin: auto;
            margin-bottom: 10px;
            background-color: white;
            height: 750px;
            border: white;
            box-shadow: 0 0 10px 0px;
            border-radius: 5px;

            }.googleMap .items-flex h4{
                font-weight: 500;
                font-size: 100%;
                margin-bottom: 0px;
            }
            .googleMap .items-flex p{
                color: grey;
                margin-top: 0px;
                margin-bottom: 50px;
                font-size: 100%;
            }
            .contact-form .form > *{
            width: 45%;
            height: 40px;
            border-radius: 5px;
            border: 0.01px solid rgb(211, 210, 210);
            }
          .contact-form{
            width: 70%;
            position:relative;
            top: 700px;
            margin: auto;
            text-align: center;
            margin-top: 80px;
            }
        }
        @media only screen and (max-width:992px){
            #first .cInside{
            margin: 15%;
            color:rgb(255, 255, 255);

            }
            .googleMap .items-flex{
            width: 100%;
            display: grid;
            grid-template-columns: auto auto;
            grid-column-gap: 10px ;
            margin-top: 40px;
            margin-left: 15%;
            }
            .googleMap .items-flex>div{
            width: 50%;
            text-align: center;
            }
            .googleMap{
            position: absolute;
            top: 450px;
            left: 5%;
            right: 5%;
            width: 90%;
            margin: auto;
            margin-bottom: 10px;
            background-color: white;
            height: 110%;
            border: white;
            box-shadow: 0 0 10px 0px;
            border-radius: 5px;

            }
            .googleMap .items-flex h4{
                font-weight: 500;
                font-size: 24px;
                margin-bottom: 0px;
            }
            .googleMap .items-flex p{
                color: grey;
                margin-top: 0px;
                margin-bottom: 50px;
            }
            .googleMap>.map{
                width: 100%;
                text-align: center;
                margin-bottom: 20px;
                height: 40%;
            }
            .map iframe{
                width: 90%;
                margin: auto;
                height: 100%;
            }
            .contact-form{
            width: 70%;
            position:relative;
            top: 700px;
            margin: auto;
            text-align: center;
            margin-top: 200px;
            }
            .contact-form .form > *{
            width: 100%;
            height: 40px;
            border-radius: 5px;
            border: 0.01px solid rgb(211, 210, 210);
            }
            .form .gap26{
            margin-left: 0px;
            margin-top: 20px;
            }
            .form .submit{
            background-color: #1cc3b2;
            color: white;
            font-weight: bold;
            font-size: 80%;
            width: 20%;
            height: 45px;
            border: #1cc3b2;
            margin: auto;
            margin-top: 30px;
            margin-bottom: 0px;
         }
        }
        @media only screen and (max-width:767px){
            .form .submit{
            background-color: #1cc3b2;
            color: white;
            font-weight: bold;
            font-size: 80%;
            width: 30%;
            height: 45px;
            border: #1cc3b2;
            margin: auto;
            margin-top: 30px;
            margin-bottom: 0px;
         }
         .googleMap{
            position: absolute;
            top: 400px;
            left: 5%;
            right: 5%;
            width: 90%;
            margin: auto;
            margin-bottom: 10px;
            background-color: white;
            height: 800px;
            border: white;
            box-shadow: 0 0 10px 0px;
            border-radius: 5px;

            }
            .googleMap .items-flex h4{
                font-weight: 500;
                font-size: 50%;
                margin-bottom: 0px;
            }
            .googleMap .items-flex p{
                color: grey;
                margin-top: 0px;
                margin-bottom: 50px;
                font-size: 80%;
            }
            .googleMap>.map{
                width: 100%;
                text-align: center;
                margin-bottom: 20px;
                height: 50%;
            }
            .map iframe{
                width: 90%;
                margin: auto;
                height: 100%;
            }
            .contact-form{
            width: 70%;
            position:relative;
            top: 700px;
            margin: auto;
            text-align: center;
            margin-top: 10px;
            }
            .googleMap .items-flex i{
            color: rgb(28 195 178);
            font-weight: bold;
            font-size: 24px;
            }
            .googleMap .items-flex h4{
            font-weight: 500;
            font-size: 20px;
            margin-bottom: 0px;
            }
        }
        @media only screen and (max-width:575px){
            #first .cInside{
            margin: 20%;
            color:rgb(255, 255, 255);

            }
            .googleMap{
            position: absolute;
            top: 400px;
            left: 5%;
            right: 5%;
            width: 90%;
            margin: auto;
            margin-bottom: 10px;
            background-color: white;
            height: 700px;
            border: white;
            box-shadow: 0 0 10px 0px;
            border-radius: 5px;

            }
            .googleMap>.map{
                width: 100%;
                text-align: center;
                margin-bottom: 20px;
                height: 30%;
            }
            .map iframe{
                width: 90%;
                margin: auto;
                height: 100%;
            }
            .contact-form .form .message-width{
            width: 100%;
            height: 100px;
            margin-top: 20px;

            }
            .form .submit{
            background-color: #1cc3b2;
            color: white;
            font-weight: bold;
            font-size: 90%;
            width: 50%;
            height: 40px;
            border: #1cc3b2;
            margin: auto;
            margin-top: 30px;
            margin-bottom: 0px;
         }
        }
/* Footer page */

@import url(https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700);
/* Font family */
@font-face {
    font-family: 'ElegantIcons';
    src: url('./ElegantIcons.eot');
    src: url('./ElegantIcons.eot?#iefix') format('embedded-opentype'), url('./ElegantIcons.woff') format('woff'), url('./ElegantIcons.ttf') format('truetype'), url('./ElegantIcons.svg#ElegantIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}
.icon_search,
.icon_phone,
.icon_mail {
    font-family: 'ElegantIcons';
    font-style: normal;
     color: white;
}
.icon_search:before {
    content: "\55";
    font-size: 18px;
}

.icon_phone:before {
    content: "\e090";
    color: #1cc3b2;
    font-size: 14px;
    padding: 0px 5px 0px 0px;
}

.icon_mail:before {
     content: "\e076";
     color: #1cc3b2;
    font-size: 14px;
    padding: 0px 5px 0px 0px;
}
body{
    width: 100%;
    margin: 0%;
    padding: 0px;
}
#footer{
    width: 100%;

    background-color: #0e2737;
    align-items: center;
    font-family: 'Poppins', sans-serif;

}
#contain{
    display: flex;
    color: white;
    width: 80%;
    margin: 0px 15%;
    padding-top: 80px;
}
#footer .container1{
    width: 290px;

    font-weight: bold;
}
#contain .container1 > *{
    margin: 3%;
}
#contain .container1>img{
    width: 60%;
    height: 20%;
}
#footer .last{
    margin: 0px;
    width: 30%;
}
#footer #contain .teal{
    color: #19bbad;
    font-size: 120%;

}
#footer #contain .gap{
    margin: 8px 8px;

}
#footer #contain .grey{
    color: rgb(202, 200, 200);
    font-weight: lighter;
}
#footer #contain .link{
    margin-left: 50px;
    margin-right: -150px ;
}
#footer #contain .gap1{
    margin-top: 9%;
}
#footer #contain .gap3{
    margin-left: -30px;
}
#footer #contain .grey li{
    margin-top: 6%;
    list-style-type: none;
    position: relative;
    color: grey;
}
#footer #contain .grey a{
    text-decoration: none;
}
#footer #contain .grey li:hover{
    color: white;
    cursor: pointer;
}

#footer #contain .grey li:before {
    content: "\25BA \0020";
    font-size: 8px;
    position: absolute;
    top: 5px;
    left: -10px;
}
#footer .inputF{
    margin-top: 5%;
    width: 80%;
    height: 35px;
    border-radius: 55px;
    background-color: #14364b;
    padding-left: 10px;
    color:rgb(199, 199, 199);
    border: rgb(202, 200, 200);
}
#footer .inputF:focus{
    outline: none;
}
#footer .container1 form{
    display: flex;
}
#footer .container1 form button{
    border-radius: 50%;
    width: 45px;
    height: 35px;
    margin-top: 5.3%;
    margin-left: -14%;
    background-color: #19bbad;
    color: white;
    border: teal;
    font-weight: bolder;
}
/* copyright part */
#footer .hrLine{
    width: 70%;
    height: 1px;
    margin: auto;
    margin-top: 60px;
    background-color: rgb(202, 200, 200);
}
.footer-down{
    display: flex;
    width: 70%;
    margin: auto;

}
#footer .footer-down{
    color: rgb(202, 200, 200);
}
.footer-down .social-info{
    margin-top: 15px;
    margin-left: 250px;
}
.footer-down .social-info >*{
    margin:0px 10px;
    color: rgb(199, 199, 199);
}
/* the content above footer */
#footer1{
    width:80%;
    margin: auto;
    display: flex;
}
#footer1>*{
    margin-left: 9%;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-right: 6%;
    width: 4%;
    max-height: 50px;
    cursor: pointer;
}
#contact{
    position: relative;
    width: 70%;
    margin: auto;
    align-items: center;
    color: white;

}
#contact > img{
    width: 100%;
    height: 160px;
}
#contact .over{
    position: absolute;
    left: 5%;
    top: 30%;
    display: flex;
    font-weight: bold;
    width: 100%;
}
#contact .over h1{
    margin: 0px;
    margin-bottom: 5px;
}

#contact .over .contactBtn{
    width: 190%;
    height: 60%;
    background-color: #1cc3b2;
    border: #1cc3b2;
    border-radius: 3px;
    color: white;
    font-weight: bold;

    margin-top: 3%;
}
#contact .contact-d{
    width: 60%;
}
#contact .btnDiv{
    margin-left: 10%;
}
@media only screen and ( max-width:1250px){
    #contact .over .contactBtn{
    width: 160px;
    height: 35px;
    background-color: #1cc3b2;
    border: #1cc3b2;
    border-radius: 3px;
    color: white;
    font-weight: bold;

    margin-top: 3%;
 }

}
@media only screen and ( max-width:1119px) {
    #footer{
    width: 100%;
    background-color: #0e2737;
    align-items: center;
    font-family: 'Poppins', sans-serif;

    }
    #footer #contain{
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 50px;
    color: white;
    width: 80%;
    margin: 0px 15%;
    padding-top: 80px;
    }
    #footer .last{
    margin: 0px;
    width: 80%;
 }
 #footer form{
     width: 100%;
 }
 #footer .container1 form button{
    border-radius: 50%;
    width: 45px;
    height: 35px;
    margin-top: 5.3%;
    margin-left: -15%;
    background-color: #19bbad;
    color: white;
    border: teal;
    font-weight: bolder;
}
.footer-down .social-info{
    margin-top: 15px;
    margin-left: 10%;
}
.footer-down .social-info >*{
    margin:0px 5px;
    color: rgb(199, 199, 199);
}
.footer-down .widthAd{
    width: 60%;
}
#contact .contact-d{
    width: 50%;
}
#contact .btnDiv{
    margin-left: 10%;
}
#contact .over{
    position: absolute;
    left: 5%;
    top: 20%;
    display: flex;
    flex-direction: row;
    font-weight: bold;
    width: 100%;
    }
}


/*!------------------------------------------------------------*/


/** Code for page title **/

.page-title-container {
    height: 400px;
}

.item-center {
    padding-bottom: 105px;
}

.background {
    clip: rect(0, 1903px, 400px, 0);
}

.bg-img {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(./contact-bg.webp);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 1903px;
    height: 640px;
    overflow: hidden;
    pointer-events: none;
    margin-top: 120px;
    transform: translate3d(0px, -94.25px, 0px);
}


/*!------------------------------------------------------------*/


@media only screen and ( max-width:750px){
    #footer #contain{
    display: flex;
    flex-direction: column;
    grid-column-gap: 50px;
    color: white;
    width: 80%;
    margin: 0px 15%;
    padding-top: 80px;
    }
    #footer .container1 form button{
    border-radius: 50%;
    width: 45px;
    height: 35px;
    margin-top: 5.3%;
    margin-left: -11%;
    background-color: #19bbad;
    color: white;
    border: teal;
    font-weight: bolder;
    }
    .footer-down{
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: auto;

    align-items: center;
    }
    .footer-down .widthAd{
        width: 80%;
        text-align: center;
    }
    .footer-down .social-info{
        margin-top: 10px;
        margin-left: 0px;
    }
    #contact > img{
        width: 100%;
        height: 250px;
    }
    #contact .over{
    position: absolute;
    left: 5%;
    top: 30%;
    display: flex;
    flex-direction: column;
    font-weight: bold;
    width: 100%;
    }
    #contact .btnDiv{
        margin-left: 40%;

    }
    #contact .over{
    position: absolute;
    left: 5%;
    top: 10%;
    display: flex;
    font-weight: bold;
    width: 100%;
    }
    #contact .over .contactBtn{
    width: 60%;
    }
}
@media only screen and ( max-width:575px){
    #contact > img{
    width: 100%;
    height: 250px;
    }
    #contact .btnDiv{
        margin:auto

    }
    #contact .contact-d{
    width: 100%;
    text-align: center;

    }
    #contact .over{
    position: absolute;
    left: 0%;
    top: 10%;
    display: flex;
    flex-direction: column;
    font-weight: bold;
    width: 100%;
    }
    #contact .over .contactBtn{
        width: 80%;
        }
}
