body {
    font-family: 'OpenSans-Regular';

}

/*========================
header
=========================*/
.top-small-header {
    height: 50px;
    display: flex;
    align-items: center;
    background: #005963;
    font-size: 0.8rem;
}

.top-small-header a:hover > i {
    background-color: #fff;
    color: #005963;
}

.top-small-header a {
    color: #eaeaea;
    text-decoration: none;
}

.address {
    text-transform: capitalize;
}

.email {
    text-transform: lowercase;
}

.top-small-header a > i {
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 5px;
}

.social-icons {
    float: left;
}

header .social-icons,
header .contact-details {
    height: 100%;
    float: right;
}

.top-small-header .social-icons > a {
    margin-left: 20px;
}

.top-small-header .contact-details {
    float: left;
}

.top-small-header .contact-details > a {
    margin-right: 20px;
}




.main-header .logo {
    width: 170px;
    padding: 15px 0;
    float: left;
}

.main-header .logo > img {
    width: 100%;
    filter: brightness(15.5);
}



/*2-aug changes*/
.dropdown {
    position: relative;

}

.dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    width: 300px;
    z-index: 9;
    min-width: 106%;
    white-space: nowrap;
    display: none;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 1px 8px 0px rgb(214 214 214 / 75%);
}

.dropdown:hover .dropdown-list {
    display: flex;
}

.dropdown-list > li:hover,
.dropdown-list > li:hover > a {
    background-color: #00ACB1;
    color: #fff;
    text-decoration: none;

}

.dropdown-list > li {
    display: block;
    /* padding: 15px 10px; */
    border-bottom: 1px solid #e8e8e8;
}

.dropdown-list a {
    padding: 15px 30px;
    width: 100%;
    color: #888;
    font-size: 0.98em;
    display: block;
}

.dropdown i {

    margin-left: 10px;
}

/*2-aug changes*/



.nav-items > a,
.nav-items > .dropdown {
    padding: 0 15px;
    text-decoration: none;
    height: 110%;
    display: inline-flex;
    align-items: center;
    font-family: 'OpenSans-Regular';
    font-size: 0.95em;
    color: #fff;
    text-transform: capitalize;
}



/* .nav-items > a:hover,
 .nav-items > .dropdown:hover {
    background-color: #00ACB1;
}*/

.nav-items {
    float: left;
}

.nav-items-right {
    float: right;
    padding-right: 0 !important;
}

.searchicon,
.searchicon:hover {
    float: left;
    color: #fff;
    margin-left: 30px;
    text-decoration: none;
}

.main-header .sch-btn,
.main-header .sch-btn:hover {
    background-color: #005963;
    color: #fff;
    border-radius: 10px;
    height: 45px !important;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
}


header.scroll .main-header-list {
    position: fixed;
    top: 139px;
    transition: top 0.5s linear;
    width: 100%;
}

header.fix .main-header-list {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    transition: top 0.5s linear;
    z-index: 99;
    border-bottom: 1px solid #fff;
}



.nav-items > .logo {
    width: 170px;
}

.nav-items > .logo > img {
    width: 100%;
}

.main-header-list .nav-items > a.logo {
    display: none;
}

.nav-items-right,
.nav-items {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-header {
    background-color: #00ACB1;
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
#mainheader.fix .main-header {
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 0;
    left: 0;
    background-color: #00ACB1;
    border-bottom: 1px solid #fff;
}

#mainheader.fix ~ .top-banner {
    margin-top: 90px;
}

#mainheader.fix ~ .home-banner {
    margin-top: 90px;
}

@media (min-width: 1281px) {

    body {
        display: none;
    }

}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

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

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {}

@media (max-width: 320px) {}



/*========================
header ends
=========================*/



footer {
    background-color: #FCF7FF;
    color: #686a6f;
    font-size: 0.9rem;

}

.footer-wrapper {
    padding: 60px 0;
}

.footer-wrapper h3 {
    font-size: 1.3rem;
    margin-bottom: 30px;
    color: #005963;
    font-family: 'OpenSans-Bold';
}

.footer-wrapper .logo-desc {
    font-size: 1rem;
    margin-top: 30px;
    padding: 0 20px;
    margin-bottom: 30px;
    color: #686a6f;

}

.footer-wrapper .logo {
    width: 70%;
    display: block;
}

.footer-wrapper .logo > img {
    width: 100%;
}




.footer-wrapper a > i {
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    justify-content: center;
    border: 1px solid #005963;
    border-radius: 50%;
    margin-right: 5px;
    color: #005963;

}

.footer-wrapper .social-icons {
    padding: 0 20px;
}

.footer-wrapper .social-icons > a {
    margin-right: 10px;
    color: #005963;
    font-size: 1rem;
    text-decoration: none;

}

.footer-wrapper .social-icons a:hover > i {
    background-color: #005963;
    color: #ffffff;
    text-decoration: none;
}

.footer-wrapper .contact-details {
    float: left;
}

.footer-wrapper .contact-details > a {
    margin-right: 20px;
}


.footer-list,
.footer-list:hover {
    display: block;
    text-decoration: none;
    font-size: 1rem;
    margin-bottom: 15px;
    color: #686a6f;

}

.footer-list:hover {
    color: #005963;
}

.footer-wrapper .input-wrapper,
.footer-wrapper .btn-default-lg {
    margin-bottom: 20px;
}

.input-wrapper {
    height: 50px;
    border: 1px solid #e8e8e8;
}

.input-wrapper input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding: 0 20px;
}

.btn-default-lg {
    height: 50px;
    display: flex;
    align-content: center;
    align-items: center;
    color: #fff;
    justify-content: center;
    background-color: #005963;
    border-radius: 5px;
}


.footer-small {
    font-size: 1rem;
}

.footer-small .container {
    border-top: 1px solid #e8e8e8;
    padding: 30px 0;

}

.inline-list > a,
.inline-list > a:hover {
    display: inline-block;
    margin-left: 20px;
    padding-left: 20px;
}

.inline-list > a {
    border-left: 1px solid #888;
    margin-bottom: 0;
}

.inline-list > a:nth-child(1) {
    border-left: none;
}

.footer-small .right {
    display: flex;
    justify-content: flex-end;
}


.footer-wrapper .card {
    padding: 40px 50px;
    margin-bottom: 50px;
    border-radius: 10px;
    box-shadow: 0 10px 30px #0000000d;
}

.footer-wrapper .card .row > div {
    border-left: 1px solid #e8e8e8;
    padding: 0 0 0 50px;
}

.footer-wrapper .card .row > div:nth-child(1) {
    border-left: none;
    padding-left: 0;
}

.footer-wrapper .content-wrapper h3 {
    font-size: 1rem;
    color: #686a6f;
    font-family: 'OpenSans-Regular';
    margin-bottom: 10px;
}

.footer-wrapper .content-wrapper i {
    border-radius: 50%;
    border-color: #e8e8e8;
    padding: 20px;
    margin-left: -80px;
}

.footer-wrapper .content-wrapper {
    padding-left: 100px;
}

.footer-wrapper .content-wrapper p {
    font-family: 'OpenSans-Bold';
    color: #005963;
    font-size: 1rem;
}


/*============================
header responsive
==============================*/
.menu {
    display: none;
}

.nav-items-container {
    height: 100%;
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

    body {
        display: block;
    }



}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    .nav-items-right,
    .nav-items {
        padding: 0 15px;
    }

    .main-header .sch-btn,
    .main-header .sch-btn:hover {
        height: 60px !important;
        padding: 16px 14px;
        margin: 0;
        width: 155px;
        line-height: 1.2;
    }

}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

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

    .top-small-header {
        display: none;
    }

    button,
    button:focus {
        outline: none;
        border: none;
    }

    .menu > svg {
        width: 50px;
        color: #fff;
        height: 80px;
    }

    .menu {
        display: block;
        position: fixed;
        right: 10px;
        height: auto;
        outline: none;
        z-index: 999;
        top: 0;
    }

    .menu {
        background-color: transparent;
        border: none;
        cursor: pointer;
        display: flex;
        padding: 0;
    }

    .line {
        fill: none;
        stroke: #ffffff;
        stroke-width: 6;
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
            stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 6;
    }

    .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    .opened .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    .opened .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6;
    }

    .opened .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    /*.main-header .menu {
    display: none;
}*/

    .opened .line {
        stroke: #fff;
    }

    .nav-items,
    .nav-items-right {
        display: none;
    }


    #mainheader.active .nav-items-container .nav-items,
    #mainheader.active .nav-items-container .nav-items-right {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
    }

    #mainheader.active .nav-items-container {
        position: fixed;
        height: 100%;
        width: 50%;
        right: 0px;
        background-color: #057481;
        display: flex;
        flex-direction: column;
        z-index: 9;
        padding: 20px 0;
        overflow: hidden;
        overflow-y: auto;
        box-sizing: border-box;
        justify-content: center;
    }

    .nav-items > a,
    .nav-items > .dropdown {
        height: auto;
        padding: 10px;
    }

    .dropdown-list {
        position: static;
        left: 0;
        display: flex;
        flex-direction: column;
        background-color: transparent;
        border: none;
        box-shadow: none;
    }

    .nav-items > a,
    .nav-items > .dropdown {
        display: flex;
        flex-direction: column;
        padding: 5px;
        font-size: 0.85rem;
    }

    .dropdown-list > li {
        border: none;
    }

    .dropdown-list a {
        text-align: center;
        color: #fff;
        padding: 5px 0;
    }

    #mainheader.active .nav-items-right {
        position: absolute;
        bottom: 0;
        background-color: black;
        height: 80px !important;
        padding: 0;
        top: 0;
        display: none !important;
    }

    /*#mainheader.active .top-small-header {
        display: block;
        position: fixed;
        z-index: 999;
        height: auto;
        height: 100%;
        bottom: 0;
        padding: 15px 0;
        width: 50%;
        display: flex;
        align-items: center;
    }*/

    .list-title {
        display: none;
    }

    #mainheader.active .contact-details a {
        display: block;
        padding: 0;
        margin: 0;
        margin-bottom: 8px;
    }

    .top-small-header .contact-details {
        height: auto;
    }

    header .social-icons,
    header .contact-details {
        float: left;
    }

    .top-small-header .social-icons > a {
        margin-left: 0;
    }

    .nav-items > .dropdown {
        padding: 0;
    }

    body {
        display: block;
    }

    .top-small-header .contact-details a > i {
        float: left;
        margin-left: -25px;
    }

    #mainheader.active .contact-details a {
        padding-left: 25px;
        margin-bottom: 10px;
    }

    .top-small-header .social-icons > a {
        display: block;
        margin-bottom: 5px;
    }

}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .top-small-header {
        display: none;
    }

    button,
    button:focus {
        outline: none;
        border: none;
    }

    .menu > svg {
        width: 35px;
        color: #fff;
        height: 85px;
    }

    .menu {
        display: block;
        position: fixed;
        right: 10px;
        height: auto;
        outline: none;
        z-index: 999;
        top: 0;
    }

    .menu {
        background-color: transparent;
        border: none;
        cursor: pointer;
        display: flex;
        padding: 0;
    }

    .line {
        fill: none;
        stroke: #ffffff;
        stroke-width: 6;
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
            stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 6;
    }

    .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    .opened .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    .opened .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6;
    }

    .opened .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    /*.main-header .menu {
    display: none;
}*/

    .opened .line {
        stroke: #fff;
    }

    .nav-items,
    .nav-items-right {
        display: none;
    }


    #mainheader.active .nav-items-container .nav-items,
    #mainheader.active .nav-items-container .nav-items-right {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
    }

    #mainheader.active .nav-items-container {
        position: fixed;
        height: 100%;
        width: 100%;
        left: 0;
        background-color: #057481;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 9;
        /* padding-bottom: 155px; */
        /* padding-top: 20px; */
        overflow: auto;
    }

    .nav-items > a,
    .nav-items > .dropdown {
        height: auto;
        padding: 10px;
    }

    .dropdown-list {
        position: static;
        left: 0;
        display: flex;
        flex-direction: column;
        background-color: transparent;
        border: none;
        box-shadow: none;
    }

    .nav-items > a,
    .nav-items > .dropdown {
        display: flex;
        flex-direction: column;
    }

    .dropdown-list > li {
        border: none;
    }

    .dropdown-list a {
        text-align: center;
        color: #fff;
        padding: 10px 0;
        background-color: transparent !important;
    }

    #mainheader.active .nav-items-right {
        position: absolute;
        bottom: 0;
        background-color: black;
        height: 80px !important;
        padding: 0;
        top: 0;
        display: none !important;
    }

    /*#mainheader.active .top-small-header {
        display: block;
        position: fixed;
        z-index: 999;
        height: auto;
        height: 155px;
        bottom: 0;
        padding: 15px 0;
    }*/

    .list-title {
        display: none;
    }

    #mainheader.active .contact-details a {
        display: block;
        padding: 0;
        margin: 0;
        margin-bottom: 8px;
    }

    .top-small-header .contact-details {
        height: auto;
    }

    .top-small-header .contact-details {
        display: none;
    }

    header .social-icons,
    header .contact-details {
        float: left;
    }

    .top-small-header .social-icons > a {
        margin-left: 0;
    }

    .nav-items > .dropdown {
        padding: 0;
    }

}

.dropdown-list {
    display: block;
}

.dropdown-list li.dividor {
    padding: 15px 30px;
    color: #888;
    list-style: none;
    background-color: #ebebeb;
}

.dropdown-list {
    display: none;
    width: 600px;
}

.dropdown-list span {
    flex: 1;
}

.dropdown-list span:nth-child(1) {
    border-right: 1px solid #ddd;
}

.dropdown-list a:hover {
    background-color: #e8e8e8;
}

.dropdown-list,
.dropdown-list li {
    list-style: none;
}

/*============================
header responsive ends
==============================*/










/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

    /* CSS */

}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

    /* CSS */

}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

    /* CSS */

}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    /* CSS */

}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    .footer-wrapper .logo-desc {
        font-size: 0.9rem;
        padding: 0;
    }

    .footer-wrapper .social-icons {
        padding: 0;
        margin-bottom: 30px;
    }

    .footer-wrapper .logo {
        width: 150px;
    }

    .footer-wrapper .card {
        padding: 0;
        background-color: #fcf7ff;
        border: none;
        box-shadow: none;
    }

    .footer-wrapper .card .row > div {
        padding-left: 0;
        border: none;
        margin-bottom: 30px;
    }

    .footer-wrapper h3 {
        font-size: 1rem;
    }

    .footer-list,
    .footer-list:hover {
        font-size: 0.8rem;
        margin-bottom: 10px;
    }

    .footer-small .container .col {
        flex: none;
        width: 100%;
        text-align: center;
        font-size: 0.9rem;
    }

    .footer-small .right {
        display: block;
        margin-top: 20px;
    }

    .footer-small .container {
        padding: 20px 0;
    }

    .dropdown-list {
        display: block;
    }

    .dropdown-list li.dividor {
        display: none;
    }

    .dropdown-list span {
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }

}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

    .footer-small {
        /* display: none; */
        overflow: hidden;
        padding: 0 30px;
        font-size: 0.9rem;
    }

    .footer-wrapper .social-icons {
        margin-bottom: 0;
        padding: 0;
    }

    .footer-wrapper {
        padding: 30px 15px;
    }

    .footer-wrapper .logo-desc {
        padding: 0;
        font-size: 0.9rem;
    }

    .footer-list,
    .footer-list:hover,
    .footer-wrapper h3 {
        /* padding: 0 20px;*/
        font-size: 0.9rem !important;
        margin-bottom: 10px;
    }

    .footer-wrapper h3 {
        margin-top: 30px;
    }

    .footer-wrapper .card {
        padding: 0;
        background-color: transparent;
        outline: none;
        box-shadow: none;
        border: none;
    }

    .footer-wrapper .card .row > div,
    .footer-wrapper .card .row > div:nth-child(1) {
        padding: 15px 0;
        border: none;
    }

    .footer-wrapper .content-wrapper h3 {
        margin-top: 0;
    }

    .footer-small .inline-list > a,
    .inline-list > a:hover {
        font-size: 0.9rem;
    }

    .footer-small > .row,
    .footer-small .col {
        display: block;
        width: 100%;
        flex: none;
    }


    .footer-small .inline-list {
        margin-top: 20px;
    }

    .footer-small .inline-list > a:first-child {
        padding-left: 0;
    }

    .footer-small .inline-list > a {
        margin-left: 0;
        padding: 0;
        padding-right: 20px;
        padding-left: 20px;
    }

    .dropdown-list {
        display: block;
    }

    .dropdown-list li.dividor {
        display: none;
    }

    .dropdown-list span {
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }


}