:root {
  --WhiteColor: #FFF;
  --BlackColor: #000;
  font-size: 18px;
}

@font-face {
  font-family: 'GeneralSans-Variable';
  src: url('../fonts/GeneralSans-Variable.woff2') format('woff2'),
       url('../fonts/GeneralSans-Variable.woff') format('woff');
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'GeneralSans';
  src: url('../fonts/GeneralSans-Regular.woff2') format('woff2'),
       url('../fonts/GeneralSans-Regular.woff') format('woff');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'GeneralSans';
  src: url('../fonts/GeneralSans-Medium.woff2') format('woff2'),
       url('../fonts/GeneralSans-Medium.woff') format('woff');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'GeneralSans';
  src: url('../fonts/GeneralSans-Semibold.woff2') format('woff2'),
       url('../fonts/GeneralSans-Semibold.woff') format('woff');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'GeneralSans';
  src: url('../fonts/GeneralSans-Bold.woff2') format('woff2'),
       url('../fonts/GeneralSans-Bold.woff') format('woff');
  font-weight: bold;
  font-display: swap;
  font-style: normal;
}


a, body, div, fieldset, font, footer, form, h1, h2, h3, h4, h5, h6, header, html, img, label, li, nav, ol, p, section, select, span, strong, table, tbody, td, th, thead, tr, ul {

  outline: 0;

  border: 0;

  font-weight: inherit;

  font-style: inherit;

  margin: 0;

  padding: 0;

  box-sizing: border-box;

}


*, *::after, *::before {

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

html, body{height: 100%;}

ul, li{list-style: none;}

a, a:hover, a:focus {
  text-decoration: none !important;

}

body{
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    color: #515356;
    font-family: 'GeneralSans';
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 36px;
}

.img_responsive{
    max-width: 100%;
}

/*Button Animation With Arrow*/
.btn_with_arrow {
    background: none;
    border: 0;
    outline: none;
    display: flex;
    align-items: center;
    transition-property: all;
    transition-timing-function: cubic-bezier(.135,.9,.15,1);
    transition-duration: .9s;
    cursor: pointer;
}


.btn_white_fill .btn_book_text {
    color: var(--BlackColor);
    border-radius: 100px;
    background: var(--WhiteColor);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    height: 55px;
    color: #222;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.2px;
}
.btn_with_arrow .btn_book_icon {
    position: relative;
    transform: translate(4px);
}
.btn_white_fill .btn_book_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    background: #F9FAFB;
    color: var(--BlackColor);
    transition-property: transform;
    transition-timing-function: cubic-bezier(.135,.9,.15,1);
    transition-duration: .9s;
    position: relative;
}
.btn_with_arrow:hover .btn_book_icon {
    position: relative;
    transform: translate(12px);
}

.btn_outline .btn_book_text {
    color: var(--BlackColor);
    border-radius: 100px;
    background: var(--WhiteColor);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    height: 55px;
    border: 1.6px solid var(--BlackColor);
    color: #222;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.2px;
}

.btn_outline .btn_book_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    background: #F9FAFB;
    border: 1.6px solid var(--BlackColor);
    color: var(--BlackColor);
    transition-property: transform;
    transition-timing-function: cubic-bezier(.135,.9,.15,1);
    transition-duration: .9s;
    position: relative;
}

/*END Button Animation With Arrow*/

#banner_home{
    background: url(../images/banner-home.jpg) center top no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 40px 0;
}

.banner_text{
    max-width: 600px;
    color: var(--WhiteColor);
}

.banner_text h1{
    color: var(--WhiteColor);
    font-size: 76px;
    font-style: normal;
    font-weight: 500;
    line-height: 96px; /* 126.316% */
    letter-spacing: 0.76px;
}

.banner_text h1 span{
    color: var(--WhiteColor);
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 96px;
    letter-spacing: 0.8px;
}

.banner_text p{
    font-family: 'GeneralSans-Variable';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 180% */
    letter-spacing: 0.4px;
    margin-top: 20px;
}

.banner_text button{
    margin-top: 50px;
}

.content{
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
}

.home_about_section{
    display: flex;
    gap: 40px;
/*    flex-wrap: wrap;*/
/*align-items: center;*/
    margin-top: 150px;
    padding-bottom: 150px;
}

.about_col_title{width: 45%}

.about_col_desc{width: 55%;}

.about_col_desc p{
font-weight: 500;
letter-spacing: 0.18px;
}

.about_col_desc button{
    margin-top: 30px;
}

.about_col_desc h5, .about_col_title h5{
    color: #262626;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px; /* 142.857% */
    letter-spacing: 1.008px;
}

.about__banner{
    text-align: center;
}

.about__banner img{width: 100%}

.why__choose__content{
    margin-top: 150px;
}

.title_page h2{
    color: #262626;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px; /* 93.75% */
    letter-spacing: 1.536px;
}

.why__choose__content .row{
    margin-left: -12px;
    margin-right: -12px;
}

.why__choose__content .col-sm-6{
    padding-left: 12px;
    padding-right: 12px;
}

.why__choose_col{
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 24px 36px;
    gap: 36px;
    border-radius: 4px;
    background: #F4F6FA;
    margin-top: 24px;
    height: calc(100% - 24px);
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.576px;
}

.why__choose_col h5{
    color: #000;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.536px;
}

.product_tile_row{
    display: flex;
}

.product_tile_col_img{
    width: 50%;
    height: 100%;
}

.product_tile_col_img img{
    width: 100%;
    border-radius: 4px;
}

.product_tile_col_text{
    width: 50%;
    padding: 24px 60px;
    background: #131A29;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product_tile_col_text h5{
    color: var(--WhiteColor);
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px; /* 142.857% */
    letter-spacing: 1.008px;
}

.achievement_list{
    color: #D2D2D2;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 180% */
    letter-spacing: 0.2px;
    margin-top: 20px;
}

.achievement_list li{
    position: relative;
    padding-left: 25px;
    margin-top: 10px;
}

.achievement_list li:before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FFF;
    position: absolute;
    left: 0;
    top: 14px;
    outline:5px solid rgba(255, 255, 255, 0.25);
}
.client_logos{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 90px;
}

.client_logos_wrap{
    margin-top: 150px;
}

.client_logos img{max-width: 100%}

#footer{
    background-color: #131A29;
    margin-top: 120px;
    width: 100%;
    float: left;
}

.footer_nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 60px;
}

.footer_nav .nav_links li a{
    font-size: 16px;
    color: #FFF;
}

.footer_nav .nav_links li{display: inline-block;margin: 5px 15px; margin-left: 0;}

.footer_nav .login-button{
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13.5px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.135px;
}

.copyright_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 60px;
    border-top: 0.4px rgba(255, 255, 255, 0.25);
    background: #1D2433;
}

.copyright_text{
    font-size: 14px;
    color: #FFF;
}

.powered_text a{
    font-size: 12.2px;
    color: #FFF;
    font-weight: 500;
}

.footer_second_nav{
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 22px;
}

.footer_second_nav li a{
    color: #FFF;
}

.login-button{
    background-color: transparent;
    border-radius: 100px;
    border: 1.6px solid var(--WhiteColor);
    padding: 4px 24px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    color: #FFF;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}
.login-button:hover {
    color: #000;
    background-color: var(--WhiteColor);
    border: 1.6px solid var(--WhiteColor);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.nav-links li a{position: relative;overflow: hidden;}

.dropdown-menu li a{margin: 0 !important;}

.nav-links li a:before{
    content: '';
    position: absolute;
    transition: transform .5s ease;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #FFF;
    transform: translateX(-101%);
    display: block;
    margin-top: 10px;
    border-radius: 2px;
}

.nav-links li a:hover:before, 
.nav-links li.active a:before{
     transform: translateX(0);
}

.nav-links li.has-dropdown a:hover:before{
    display: none;
}

.dropdown-menu li a:hover:before{display: none;}

.hamburger div{
    width: 30px;
    height:3px;
    background: #f2f5f7;
    margin: 5px;
    transition: all 0.5s ease;
}
.hamburger{
    display: none;
}

.toggle .line1{
    transform: rotate(-45deg) translate(-5px,6px);
}
.toggle .line2{
    transition: all 0.5s ease;
    width:0;
}
.toggle .line3{
    transform: rotate(45deg) translate(-5px,-6px);
}

.hamburger_active .line3{display: none;}

.hamburger_active .line1{transform: rotate(-45deg);}

.hamburger_active .line2{
    transform: rotate(45deg);
    position: relative;
    top: -8px;
}

#banner_inner{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 500px;
}

.banner_text_inner h1{
    color: #FFF;
    text-align: center;
    font-size: 76px;
    font-style: normal;
    font-weight: 600;
    line-height: 96px; /* 126.316% */
    letter-spacing: 0.76px;
}

.achievement_col{
    background: #F4F6FA;
    padding: 25px 40px;
    margin-top: 30px;
}

.achievement_col h5{
    color: var(--BlackColor);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
}

.achievement_col p{
    color: #0A0D14;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.672px;
    margin-top: 25px;
}

.mission_row{
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}

.mission_col{
    width: 50%;
    background: #131A29;
    padding: 20px 50px;
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mission_col h5{
    color: #FFF;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1.008px;
    margin-bottom: 30px;
}

.title_second{font-size: 42px;line-height: 60px;color: #262626;font-weight: 600;letter-spacing: 0.864px;}

.contact_content{
    margin-top: 150px;
}

.contact_row{
    display: flex;
    gap: 25px;
}

.contact_address{
    width: 50%;
    background: url(../images/banner-address.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    flex-direction: column;
    padding: 80px 40px;
    text-align: center;
    color: #FFF;
}

.contact_address h5{
    color: #FFF;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.864px;
}

.contact_address h6{
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.contact_address p{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 200% */
    margin-top: 15px;
}

.contact_form{
    width: 50%;
}

.form__control,
.form__control:focus{
    width: 100%;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #CACACA;
    box-shadow: none;
    background: #FFF;
    padding-left: 2px !important;
    color: #222;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 150% */
    letter-spacing: 0.48px;
    height: auto !important;
    padding-bottom: 25px !important;
}

.form-floating>label{
    padding-left: 0;
}

.contact_withus_row{
    display: flex;
    gap: 24px;
    margin-top: 80px;
}

.contact_with_col{
    border-radius: 4px;
    background: #F4F6FA;
    padding: 24px 36px;
    width: 33.333%;
}

.contact_with_col p{
    color: #0A0D14;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.576px;
    margin-top: 30px;
}

.contact_with_col p a{
    color: #0A0D14;
}

.title_with_button{
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.title_with_button .btn_with_arrow{
    white-space: nowrap;
}

.footer_wrap #footer{
    margin-top: 0 !important;
}

.table_content{
    display: flex;
    gap: 30px;
    margin-top: 30px;
    border-top: 1px solid #E1E1E1;
    padding-top: 20px;
}

.table_content h4{
    color: #535353;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%; /* 40px */
    letter-spacing: 0.64px;
    width: 260px;
    margin-top: 20px;
}

.table_right_content{
    width: calc(100% - 260px);
}

.bulet_list li{
    color: #0A0D14;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 180% */
    letter-spacing: 0.2px;
    position: relative;
    padding-left: 28px;
    margin-top: 20px;
}

.bulet_list li:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background:#909090;
    position: absolute;
    left: 0;
    top: 14px;
    outline: 5px solid rgba(144, 144, 144, 0.25)
}

.table_product{margin-top: 30px;}

.table_product .table{
    border:1px solid #E1E1E1;
    border-spacing: 0 10px;
}
.table_product thead{
    border-bottom:1px solid #E1E1E1;
}

.table_product thead th{
    background-color: #F6F8FA;
    color:#2D2D2D;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 14px 20px;
}

.table_product tbody td{
    color:#4B4B4B;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 14px 20px;
    border-left: 1px solid #E1E1E1;
    border-top: 1px solid #E1E1E1;
}

.childvTabProduct{
    display: flex !important;
}

.tab__wrapper{padding-top: 150px;}

.product_title{margin-top: 150px;}

.product_title{
    border-bottom: 1px solid #E1E1E1;
    background: #131A29;
    color: #FFF;
    padding: 12px;
    font-weight: 600;
    text-align: center;
}

.enquiry__form .custom_fcontrol, 
.enquiry__form .custom_fcontrol:focus{
    border-radius: 10px;
    background: #F1F2F3;
    color: #6D7280;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    border:0;
    box-shadow: none;
    min-height: 50px;
}

textarea{resize: none}

.modal-backdrop{
    --bs-backdrop-bg: #414141;
    --bs-backdrop-opacity: 0.95;
}

.btn-close{
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
}

.modal-content{border-radius: 25px;}

.enquiry__form{padding:40px}

.enquiry__form h5{
    color: #131A29;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 72px */
}

.btn_submit{
    border-radius: 100px;
    background: #131A29;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12);
    color: #FFF;
    text-align: center;
    border:0;
    padding: 10px;
    width: 100%;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.thankyou_content{text-align: center; padding: 50px 40px;}

/* Thankyou Tick Animation */
  .checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #343a40;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  }

  .checkmark {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    stroke-width: 2;
    stroke: #343a40 ;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #343a40;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
  }

  .checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  }

  @keyframes stroke {
    100% {
      stroke-dashoffset: 0;
    }
  }
  @keyframes scale {
    0%, 100% {
      transform: none;
    }
    50% {
      transform: scale3d(1.1, 1.1, 1);
    }
  }
  @keyframes fill {
    100% {
      /*box-shadow: inset 0px 0px 0px 30px #0ecb8b;*/
    }
  }

.thankyou_content h1{margin-top: 30px; font-size: 52px; font-weight: bold;color: #131A29}

.thankyou_content p{margin-top: 15px;font-size: 1.2rem;color: #333;}

.coming_soon p{
    color: #333;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 15px;
}

.client_logos_list{
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
}

.client_logos_list li{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    box-shadow: 0 0 10px #f2f2f2;
    width: calc(20% - 24px);
    border-radius: 5px;
    border: 1px solid #f2f2f2;
}

.client_logos_list li img{
   max-height: 60px;
}

@media(max-width: 1220px){
 .content, .copyright_content, .footer_nav{
    padding-left: 25px;
    padding-right: 25px;
 }   
}

@media(max-width: 1100px){
 .banner_text h1, 
 .banner_text_inner h1{
    font-size: 50px;
    line-height: 60px;
 } 

 .banner_text h1 span{
    font-size: 55px;
    line-height: 70px;
 }

 .tab__wrapper{padding-top: 60px}

 .product_title{margin-top: 60px;}

 .home_about_section{
    flex-wrap: wrap;
    margin-top: 60px;
    padding-bottom: 60px;
}

.about_col_title, .about_col_desc{
    width: 100%;
}

.title_page h2{font-size: 36px;line-height: 48px;}

.client_logos{margin-top: 55px;}

.client_logos_wrap{margin-top: 80px;}

.why__choose__content{margin-top: 70px}

.login-button{
        margin-right: 60px;
    }
    .hamburger{
        display:block;
        position: absolute;
        cursor: pointer;
        right: 25px;
        top: 50%;
        transform: translate(-5%, -50%);
        z-index: 2;
        transition: all 0.7s ease;
    }
}

@media(max-width:992px){
.title_with_button{
    display: block;
    margin-top: 22px;
    text-align: center;
}

.custom_product_tab .btn_outline .btn_book_icon{
    height: 44px;
    width: 44px;
}

.custom_product_tab .btn_outline .btn_book_text{height: 44px;}

.custom_product_tab .title_second {
    font-size: 25px;
    line-height: 35px;
}
.custom_product_tab .title_with_button .btn_with_arrow{
    margin-top: 22px !important;
}


.custom_product_tab .btn_outline .btn_book_text{
    font-size: 16px;
}

.table_content{
    flex-wrap: wrap;
    gap: 0;
}

.table_content h4{
    width: 100%;
    font-size: 24px;
}

.table_right_content{
    width: 100%;
}

.title_with_button{
    padding-bottom: 30px !important;
}

.banner_text_inner{padding: 0 25px}

.enquiry__form{padding:30px 25px}

.enquiry__form h5{
    font-size: 32px;
}

.btn_submit{
    font-size: 20px;
}

.thankyou_content{padding: 40px 25px;}

  .checkmark {
    width: 80px;
    height: 80px;
  }

.thankyou_content h1{margin-top: 25px; font-size: 40px;}

.client_logos_list li{
    width: calc(33.333% - 24px);
}
}

@media(max-width:767px){
    .product_tile_row{flex-wrap: wrap;}
    .product_tile_col_img{width: 100%}
    .product_tile_col_text{width: 100%}
    .order_4{order: 4}
    .order_3{order: 3}

    .footer_nav, .copyright_content{flex-wrap: wrap;}

    .footer_nav .nav_links {margin: 15px 0}

    .client_logos img {height: 60px}

    .copyright_text{line-height: 30px; margin-bottom: 12px}

    .product_tile_col_text{padding: 30px 40px;}

    .login-button {
        margin-right: 45px;
        font-size: 15px;
        padding: 1px 16px;
    }

    .logo img{height: 40px;}

    .banner_text h1,
    .banner_text_inner h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .banner_text h1 span {
        font-size: 45px;
        line-height: 60px;
    }

    .banner_text p{font-size: 18px;line-height: 32px}

    .about_col_desc h5, .about_col_title h5{font-size: 30px;line-height: 45px;}
    .title_second{
        font-size: 30px;line-height: 45px;
        }

    .product_tile_col_text h5{font-size: 32px;}

    .achievement_list{font-size: 18px;}

    .title_page h2 {
        font-size: 32px;
        line-height: 45px;
    }

    #banner_home{padding: 80px 0}

#banner_inner{
    height: 400px;
}

.mission_col{
    width: 100%;
    padding: 30px;
}

.contact_content{margin-top: 70px}

.contact_row{margin-top: 35px !important}

.contact_address h5 br{display: none;}

.form-floating{margin-top: 0 !important}

.address_col p br{
    display: none;
}

.contact_row, .contact_withus_row{flex-wrap: wrap;}

.contact_address, .contact_form{width: 100%}

.contact_with_col{width: 100%;padding: 30px}

.contact_with_col p{
    font-size: 20px;
}

.contact_with_col img{
    height: 40px;
}

.achievement_list{margin-top: 0;line-height: 32px;}

.achievement_list li:before{
    top: 12px;
}

#banner_home {
    padding: 110px 0;
    height: auto;
    position: relative;
    }

#banner_home:after{
background-color: rgba(0,0,0,.4);
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}

.banner_text{position: relative;z-index: 1}

.nav-links li a:before{display: none;}

.nav-links li > a{color: #f5f4f4 !important}

.nav-links li.active > a,
.nav-links li:hover > a{font-weight: bold !important;color: #FFF !important;}

.contact_address h5{font-size: 32px;}

.contact_address{padding: 80px 30px;}

.copyright_content, .footer_nav{
    flex-wrap: wrap;
}
.enquiry__form{padding:20px 5px;}

.client_logos_list{
    gap: 15px;
}

.client_logos_list li{
    width: calc(50% - 15px);
}
}

@media(min-width:1200px){
  .nav-links li a{
    font-size: 16px;
  }  
  .login-button{font-size: 16px}

  .banner_text h1,
  .banner_text_inner h1{font-size: 65px;line-height: 85px;}

  .banner_text h1 span{
    font-size: 70px;
    line-height: 85px;
  }
  .btn_white_fill .btn_book_text,
  .btn_outline .btn_book_text{
    font-size: 18px;
  }

  .about_col_desc h5, .about_col_title h5{
    font-size: 36px;
    line-height: 50px;
  }

  .title_second{
    font-size: 36px;
    line-height: 50px;
    }

  .title_page h2{font-size: 45px;line-height: 52px}

  .why__choose_col{font-size: 20px}

  .product_tile_col_text h5{font-size: 35px; line-height: 50px;}

  .achievement_list{font-size: 18px}

  .btn_white_fill .btn_book_text,
  .btn_outline .btn_book_text{height: 48px;}

  .btn_white_fill .btn_book_icon,
  .btn_outline .btn_book_icon{
    width: 48px;
    height: 48px;
  }

  .why__choose_col h5{font-size: 50px;}

  .client_logos img{height: 85px}

  .achievement_col h5{
    font-size: 40px;
    letter-spacing: 1px;
}

.achievement_col p{
    font-size: 22px;
}

.title_second{
    font-size: 30px;
    line-height: 46px;
    }   

.contact_address h5{
    font-size: 30px;
}

.contact_address h6{
    font-size: 22px;
}

.contact_address p{
    font-size: 17px;
}

.form__control{
    font-size: 22px;
}

.contact_with_col p{
    font-size: 22px;
}

}

@media(min-width:1700px){
.nav-links li a {font-size: 18px;}

.login-button {font-size: 18px;}

.banner_text h1,
.banner_text_inner h1 {
    font-size: 76px;
    line-height: 96px;
}
.banner_text h1 span {   
    font-size: 80px;
    line-height: 96px;
}

.btn_white_fill .btn_book_text,
.btn_outline .btn_book_text{font-size: 20px;height: 55px;}

.btn_white_fill .btn_book_icon, 
.btn_outline .btn_book_icon {
    width: 55px;
    height: 55px;
}

.title_second{
    font-size: 42px;line-height: 60px;
    }

.about_col_desc h5, .about_col_title h5 {
    font-size: 42px;
    line-height: 60px;
}

.title_page h2 {    
    font-size: 60px;
    line-height: 60px;
}

.why__choose_col {
        font-size: 22px;
    }

.why__choose_col h5 {
    font-size: 60px;
}

.product_tile_col_text h5 {
        font-size: 42px;
        line-height: 60px;
    }
.achievement_list {
    font-size: 20px;
}

.client_logos img {
    height: auto;
}

  .achievement_col h5{
    font-size: 56px;
    letter-spacing: 1.344px;
}

.achievement_col p{
    font-size: 28px;
}

.contact_address h5{
    font-size: 36px;
}

.contact_address h6{
    font-size: 24px;
}

.contact_address p{
    font-size: 18px;
}

.form__control{
    font-size: 24px;
}

.contact_with_col p{
    font-size: 24px;
}


}