
/* MEGAMENU STYLE
=================================*/
nav.main-menu .mega-menu-item.megamenu-fw {
    position: static;
}
nav.main-menu .megamenu-fw .mega-submenu, nav.main-menu .megamenu-content {
    width: auto !important;
}
nav.main-menu .megamenu-fw .mega-submenu .row{
    margin: 0;
}
nav.main-menu .megamenu-content {
    width: 100%;
}
nav.main-menu .megamenu-content .title{
    margin: 0;
    display: block;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    padding: 6px 20px;
    color: inherit;
    border-right: 1px solid transparent;
}
nav.main-menu .mega-menu-item.megamenu-fw .mega-submenu {
    left: 0;
    right: 0;
}


nav.main-menu ul { 
  padding: 0px; 
  margin: 0px; 
  list-style: none;
  position: relative;
/*margin-right: 75px;*/
}
nav.main-menu ul li {
    position: relative;
}
nav.main-menu{
    margin-bottom: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: none;
    z-index: 2;
}
nav.main-menu li ul.mega-submenu {
    position: absolute;
    display: block;
    width: 240px;
    opacity: 0;
    display: none;
    z-index: 2;
    border: 0;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    background: #fff;
    border-radius: 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
    background-clip: padding-box;
}
nav.main-menu ul.menu > li{
    position: relative;
    display: inline-block;
}

nav.main-menu ul.menu li ul > li:not(:last-child) {
    border-bottom: 1px solid transparent;
    border-bottom-color: rgba(0,0,0,0.04);
}
nav.main-menu ul.menu li ul.mega-submenu li a {
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    display: block;
    padding: 10px 15px 10px 15px;
    text-align: left;
    color: #666666;
    border-radius: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
nav.main-menu ul.menu li ul.lg-menu1 li a {
    line-height: 10px;
}
ul.menu-col li a{
    color: #6f6f6f;
}
ul.menu-col li a:hover,
ul.menu-col li a:focus{
    text-decoration: none;
}

.lg-menu {
	width:900px!important;
	
}	
ul.lg-menu .left {
    width: 300px;
    float: left;
    line-height: 30px;
}
ul.lg-menu .center {
    width: 300px;
    float: left;
    line-height: 30px;
}
ul.lg-menu .right {
    width: 300px;
    float: left;
    line-height: 30px;
}

nav.main-menu li ul.lg-menu {
    margin-left:-200px;
}
.lg-menu li {
    border-bottom: 1px solid transparent;
    border-bottom-color: rgba(0,0,0,0.04);
}

.lg-menu1 {
	width:1200px!important;
	
}	
ul.lg-menu1 .left {
    width: 200px;
    float: left;
    line-height: 30px;
}
ul.lg-menu1 .center {
    width: 200px;
    float: left;
    line-height: 30px;
}
ul.lg-menu1 .right {
    width: 200px;
    float: left;
    line-height: 30px;
}
ul.lg-menu1 .left1 {
    width: 200px;
    float: left;
    line-height: 30px;
}
ul.lg-menu1 .center1 {
    width: 200px;
    float: left;
    line-height: 30px;
}
ul.lg-menu1 .right1 {
    width: 200px;
    float: left;
    line-height: 30px;
}
nav.main-menu li ul.lg-menu1 {
    margin-left: -670px;
}
.lg-menu1 li {
    border-bottom: 1px solid transparent;
    border-bottom-color: rgba(0,0,0,0.04);
}
/* Responsive
=================================*/

@media (min-width: 1200px) {
    
    nav.main-menu li.mega-menu-item ul.mega-submenu li ul {
        left: 100%;
        top: 0;
        border-top: 0;
    }
    nav.main-menu li.mega-menu-item:last-child > ul {
        right: 0;
        left: auto;
    }
    nav.main-menu ul.menu > li > a{
        display: block;
        position: relative;
        font-weight: 500;
        /*text-transform: uppercase;*/
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0;
    }
    nav.main-menu ul.menu > li > a:not(:last-child):after {
        position: absolute;
        content: "\f107";
        font-family: "FontAwesome";
        font-size: 11px;
        margin: 2px 0 0 3px;
        opacity: 0.7;
        /*display: none;*/
        color: inherit;
    }
    nav.main-menu li.mega-menu-item ul.mega-submenu li.mega-menu-item > a.mega-menu-link:before {
        font-family: 'FontAwesome';
        float: right;
        content: "\f105";
        margin-top: 0;
    }
    nav.main-menu ul.mega-submenu.megamenu-content .col-menu{
        padding: 0;
        width: 240px;
        border-right: solid 1px #f0f0f0;
    }
    nav.main-menu ul.mega-submenu.megamenu-content .col-menu:first-child{
        border-left: none;
    }
    nav.main-menu ul.mega-submenu.megamenu-content .col-menu:last-child{
        border-right: none;
    }
    nav.main-menu ul.mega-submenu.megamenu-content .content ul.menu-col li:last-child a{ 
        border-bottom: unset;
    }
    nav.main-menu li.mega-menu-item.on ul.mega-submenu.megamenu-content .content{
        display: block !important;
        height: auto !important;
    }
    nav.main-menu li.mega-menu-item:hover > ul.mega-submenu {
        opacity: 1;
        display: block;
        visibility: visible;
        height: auto;
    }
}


@media (max-width: 1199px) {

    .menubar{
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 9;
    }
    .menubar-box {
        display: block;
        width: 30px;
        height: 24px;
    }
    .menubar-inner, .menubar-inner:after, .menubar-inner:before {
        position: absolute;
        width: 30px;
        height: 3px;
        transition-timing-function: ease;
        transition-duration: .15s;
        transition-property: transform;
        border-radius: 4px;
        background-color: #000;
    }
    .menubar--squeeze .menubar-inner {
        top: 50%;
        display: block;
        margin-top: -2px;
        transition-timing-function: cubic-bezier(.55,.055,.675,.19);
        transition-duration: .1s;
    }
    .menubar-inner:after, .menubar-inner:before {
        display: block;
        content: '';
    }
    .menubar-inner:after {
        bottom: -8px;
    }
    .menubar-inner:before {
        top: -8px;
    }
    .menubar--squeeze.is-active .menubar-inner {
        transition-delay: .14s;
        transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: rotate(45deg);
    }
    .menubar--squeeze.is-active .menubar-inner:before {
        top: 0;
        transition: top .1s ease,opacity .1s ease .14s;
        opacity: 0;
    }
    .menubar--squeeze.is-active .menubar-inner:after {
        bottom: 0;
        transition: bottom .1s ease,transform .1s cubic-bezier(.215,.61,.355,1) .14s;
        transform: rotate(-90deg);
    }


    nav.main-menu{
        display: none ;
        max-height: 10000px;
        position: absolute;
        box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
        z-index: 100;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #fff;
        border-top: 3px solid;
    }
    nav.main-menu.show{
        display: block;
        max-height: 10000px;
    }
    nav.main-menu ul.menu, nav.main-menu ul.menu > li{ 
        display: block;
        position: relative;
    }
    nav.main-menu ul.menu > li > a{
        display: block;
        font-weight: 600;
        font-size: 16px;
        padding: 15px 15px;
        line-height: 20px;
        border-top: solid 1px #e0e0e0;
        text-align: left;
    }
    nav.main-menu ul.menu > li:first-child > a{
        border-top: none;
    }
    nav.main-menu ul.menu li > ul.mega-submenu li a:hover{
        background-color: transparent;
        
    }
   nav.main-menu li.mega-menu-item a.mega-menu-link:not(:last-child):after{
        font-family: 'FontAwesome';
        content: "\f105";
        float: right;
        font-size: 16px;
        margin-left: 10px;
    }
    nav.main-menu li.mega-menu-item.on > a.mega-menu-link:after{
        content: "\f107";
    }
    nav.main-menu ul.menu-left > li:last-child > ul.mega-submenu{
        border-bottom: solid 1px #e0e0e0;
    }
    nav.main-menu ul.menu li.mega-menu-item ul.mega-submenu{
        width: 100%;
        background-color: transparent;
        float: none;
        border: none;
        padding: 0 0 0 15px;
        -moz-box-shadow: 0px 0px 0px;
        -webkit-box-shadow: 0px 0px 0px;
        -o-box-shadow: 0px 0px 0px;
        box-shadow: 0px 0px 0px;
        -moz-border-radius: 0px 0px 0px;
        -webkit-border-radius: 0px 0px 0px;
        -o-border-radius: 0px 0px 0px;
        border-radius: 0px 0px 0px;
    }
    nav.main-menu ul.menu li ul.mega-submenu li.active > a { background-color: transparent; }
    nav.main-menu ul.menu li.mega-menu-item ul.mega-submenu.active {
        position: relative;
        visibility: visible;
        top: 0;
        width: 100%;
        opacity: 1;
        z-index: 1;
        display: block;
        background-color: transparent;
        box-shadow: unset;
    }
    nav.main-menu ul.menu ul.mega-submenu li.mega-menu-item.on > ul.mega-submenu{
        display: inline-block;
        margin-top: -10px;
    }
    nav.main-menu .mega-menu-item .megamenu-content .col-menu .title{
        padding: 10px 15px 10px 0;
        line-height: 24px;
        font-size: 14px;
        text-transform: none;
        font-weight: 500;
        letter-spacing: 0px;
        margin-bottom: 0;
        cursor: pointer;
        background-color: transparent;
        border-right: 0;
        border-bottom: solid 1px #e0e0e0;
    }
   nav.main-menu .mega-menu-item .megamenu-content .col-menu .title:before{
        font-family: 'FontAwesome';
        content: "\f105";
        float: right;
        font-size: 16px;
        margin-left: 10px;
        position: relative;
        right: 0;
    }
    nav.main-menu .mega-menu-item .megamenu-content .col-menu:last-child .title{
        border-bottom: none;
    }
    nav.main-menu .mega-menu-item .megamenu-content .col-menu.on:last-child .title{
        border-bottom: solid 1px #e0e0e0;
    }
    nav.main-menu .mega-menu-item .megamenu-content .col-menu:last-child ul.menu-col li:last-child a{
        border-bottom: none;
    }
    nav.main-menu .mega-menu-item .megamenu-content .col-menu.on .title:before{
        content: "\f107";
    }
    nav.main-menu .megamenu-content{
        padding: 0;
    }
    nav.main-menu .megamenu-content .col-menu{
        padding-bottom: 0;
        max-width: 100%;
        flex: 100%;
    }
    nav.main-menu .megamenu-content .title{
        cursor: pointer;
        display: block;
        padding: 10px 15px;
        margin-bottom: 0;
        font-weight: normal;
    }
    nav.main-menu .megamenu-content .content{
        display: none;
    }
     nav.main-menu .megamenu-content .content.active{
        display: block;
    }


}

@media(max-width:990px){
.bot-right h3 {
    display: none!important;
}
.bot-sticky {
    height: 70px!important;
}
.bot-right {
    padding-top: 0px!important; 
}
.banner-form {
    display:none;
}
.why-choose-img .thumb {
    display: none;
}
.page-title-heading h2 {
    font-size: 30px;
    line-height: 40px;
}
    .lg-menu {
	width:auto!important;
	
}	
ul.lg-menu .left {
    width: auto;
    float: none;
    line-height: 30px;
}
ul.lg-menu .center {
    width: auto;
    float: none;
    line-height: 30px;
}
ul.lg-menu .right {
    width: auto;
    float: none;
    line-height: 30px;
}
ul.lg-menu .left1 {
    width: auto;
    float: none;
    line-height: 30px;
}
ul.lg-menu .center1 {
    width: auto;
    float: none;
    line-height: 30px;
}
ul.lg-menu .right1 {
    width: auto;
    float: none;
    line-height: 30px;
}
nav.main-menu li ul.lg-menu {
    margin-left: 0px;
}
.lg-menu li {
    border-bottom: 1px solid transparent;
    border-bottom-color: rgba(0,0,0,0.04);
}
.lg-menu1 {
	width:auto!important;
	
}	
ul.lg-menu1 .left {
    width: auto;
    float: none;
    line-height: 30px;
}
ul.lg-menu1 .center {
    width: auto;
    float: none;
    line-height: 30px;
}
ul.lg-menu1 .right {
    width: auto;
    float: none;
    line-height: 30px;
}
ul.lg-menu1 .left1 {
    width: auto;
    float: none;
    line-height: 30px;
}
ul.lg-menu1 .center1 {
    width: auto;
    float: none;
    line-height: 30px;
}
ul.lg-menu1 .right1 {
    width: auto;
    float: none;
    line-height: 30px;
}
nav.main-menu li ul.lg-menu1 {
    margin-left: 0px;
}
.popup {
  width: auto!important;
}
.branch-cnt {
    height: auto!important;
}
.top_bar_contact_item:before {
    display: none;
}
.top_bar_contact_item:last-child:after {
    display: none;
}
.whatsapp-header {
    display:block!important;
}
.mail-header {
    display:none!important;
}
.slide .slide_style2 .slide__content--headings .cmt-btn {
    padding: 18px 25px;
}
.menu-txt {
    position: absolute;
    top: 25px;
    left: -45px;
    color: #00aeef;
    display: block!important;
}
h2.fs_52 {
    font-size: 35px;
}
.row.destination-sec .col-md-2 {
    width: 50%;
}
.floats {
    bottom: 150px!important;
}
.float {
    bottom: 90px!important;
}
.icon-bar {
    top: 60%!important;
}
.site-branding img {
    max-height: 70px!important;
    width: 130px;
    left: -10px;
}
.login-img {
    width: 100%;
}
}
.about-overlay-02.cmt-bgcolor-skincolor a {
    color: #fff;
}
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:999;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 13px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.instagram {
  background: purple;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.banner-form {
  padding: 10px 25px 10px;
  border-radius:30px;
}
.banner-form-txt {
    color:#000!important;
}
.help-section a {
    color:#fff;
}
.slide-form input[type="text"] {
    margin-bottom:0;
}
.slide-form textarea {
    margin-bottom:0;
}

label {
    font-weight:600;
    color:#00aeef!important;
}
.schedule-form {
    padding:30px 0;
}
.schedule-btn:hover {
    color:#fff;
    background:#000;
}
.schedule-bg {
    z-index:-1;
}
.fa-hand-o-right {
    font-size: 17px;
    color: #00aeef;
}
.location-sec {
    padding: 50px 0;
}
.location-btn {
    width: 100%;
    text-align: center;
}
 /*call icon*/
.floats{
  position:fixed;
  width:50px;
  height:52px;
  bottom:240px;
  right:10px;
  background-color:#00aeef;
  color:white;
  z-index: 999;
  border-radius:50px;
  text-align:center;
  box-shadow: 2px 2px 3px #999;
}

.my-floats{
  margin-top:16px;
}
i.fa.fa-phone.my-floats {
    font-size: 25px;
}
a.float:hover{
    color: #fff;
}
a.floats:hover {
    color: #fff;
}
/*whatsapp plugin*/
.float {
    position: fixed;
    width: 51px;
    height: 52px;
    bottom: 170px;
    right: 9px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-float {
  margin-top: 15px;
}
i.fa.fa-whatsapp.my-float {
    font-size: 25px;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
}
.overlay.light {
  background: rgba(255, 255, 255, 0.5);
}
.overlay .cancel {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: default;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 150px auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #666;
  width: 400px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}
.light .popup {
  border-color: #aaa;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.popup h2 {
    margin-top: 0;
    color: #00aeef;
    font-family: 'Roboto';
    text-align: center;
    font-size: 25px;
}
.popup .close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
  opacity: 0.8;
  transition: all 200ms;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #666;
}
.popup .close:hover {
  opacity: 1;
}
.popup .content {
  max-height: 400px;
  overflow: auto;
}
.popup p {
  margin: 0 0 1em;
}
.popup p:last-child {
  margin: 0;
}
.why-choose-img {
    background-image: url(../images/why-choose-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0 0px!important;
}
.section-title.style-white .title {
    color: #fff;
}
.section-title.style-white .content {
    color: #D6D6D6;
}
.section-title .subtitle {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(180deg, rgba(250, 67, 24, 0) 15.22%, rgb(22 20 21) 33.76%, rgb(1 3 4) 58.49%, rgb(10 15 16) 79.25%, #00adee 100%);
    height: 46px;
    line-height: 46px;
    border-radius: 20px;
    display: inline-block;
    position: relative;
    z-index: 0;
    padding: 0 30px;
    margin-bottom: 19px;
}
.single-wcu-wrap {
    display: flex;
    margin-top: 22px;
}
.single-wcu-wrap.style-2 .icon {
    height: 50px;
    width: 90px;
    background: #00aeef;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    z-index: 1;
    padding: 0;
    margin-top: 10px;
}
.single-wcu-wrap .details h6 {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}
.single-wcu-wrap .details p {
    color: #D6D6D6;
    line-height: 26px;
    margin-bottom: 0;
}
.details {
    padding-left: 10px;
}
.login-form {
    padding: 20px 50px 25px;
}
#forgotform {
    display:none;
}
.copy-text {
    text-shadow: 2px 2px #ffffff;
}
.copy-text a:hover {
    text-shadow: 2px 2px #ffffff;
    color: #000;
}
.table td, .table th {
    border: 1px solid #ccc;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(0 174 239 / 8%);
}
.branch-cnt {
    height: 300px;
}
.whatsapp-header {
    display:none;
}
.menu-txt {
    position: absolute;
    top: 25px;
    left: -45px;
    color: #00aeef;
    display: none;
}
.destination-sec img {
    width:100%;
}
.bdr {
    padding: 0px 10px 0px 10px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D4E1F4;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 20px;
}
.bot-sticky.active {
    display: flex;
    z-index: 999;
}
.bot-sticky {
    box-shadow: 0px 0px 6px #00000063;
    width: 100%;
    height: 100px;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #00aeef;
    justify-content: center;
    align-items: center;
}
.bot-left {
    position: relative;
    top: -20px;
}
.bot-sticky img {
    width: 164px;
    padding-right: 30px;
}
.bot-right {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 15px;
}
.bot-right h3 {
    display: inline-block;
    padding-bottom: 0;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
}
.bot-right a {
    padding: 6px 12px;
    border-radius: 5px;
    margin: 0px 15px;
    color: #fff;
    border: 2px solid #fff;
}
.modal-backdrop {
    z-index: 1!important;
}
.cl-float {
    position: absolute;
    top: 18px;
    right: 0;
}
.fa-times-circle {
    font-size: 23px;
    color: #00aeef;
}
.service-forms {
    padding-bottom:30px!important;
}
@media(max-width:767px){
    .mob-header {
    display: block!important;
    text-align: center;
    margin-top: -30px;
}
.top_bar_contact_item {
    height: 33px;
    line-height: 35px;
}
.top-contact li {
    display: none;
}
.top_bar_icon {
    font-size: 24px!important;
}
.top_bar_contact_item a {
    font-size: 21px;
    font-weight: 500;
}
.whatsapp-header .fa-whatsapp {
    color: #25d366;
}
.top_bar_contact_item {
    padding: 10px 11px 40px 0!important;
}
.schedule-cnt-form .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
}
.popup {
    margin: 250px auto;
}
}
@media (min-width: 768px) and (max-width: 991.98px) { 
  .single-wcu-wrap.style-2 .icon {
    width: 60px;
 }
 .cmt-topbar-content .top-contact, .top_bar_contact_item {
    font-size: 14px;
}
}
