*{margin: 0; padding: 0;}
body{font-family: "Open Sans", sans-serif; padding-top: 92px; color: #000000; box-sizing: border-box;}
figure{margin: 0;}
img{max-width: 100%;}
a{text-decoration: none; transition: all 0.2s ease-in-out; color: #000000;}
ul{padding: 0; margin: 0;}
li{padding: 0; list-style: none;}
p{margin: 0;}
.btn.btn-primary{
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    padding: 8px 10px;
    min-width: 200px;
    border-radius: 30px;
    background-color: #b48830;
    border: 1px solid #b48830;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
  
}
.btn.btn-primary:hover{
  background-color: transparent;
  color: #b48830;
  border-color: #b48830;
}
.btn.btn-primary:focus,.btn.btn-primary:active{
  background-color: transparent !important;
  color: #b48830 !important;
  border-color: #b48830 !important;
  outline: none !important;
  box-shadow: none !important;
}
  .btn.btn-secondry{
    font-size: 17px;
    font-weight: 500;
    color: #b48830;
    padding: 8px 10px;
    min-width: 230px;
    border-radius: 30px;
    background-color: #fff;
    border: 1px solid #b48830;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.btn.btn-secondry:hover{
  background-color: #b48830;
  color: #fff;
  border-color: #b48830;
}
.btn.btn-secondry:focus,.btn.btn-secondry:active{
  background-color: transparent !important;
  color: #b48830 !important;
  border-color: #b48830 !important;
  outline: none !important;
  box-shadow: none !important;
}
header{
    background-color: #1A1A1A;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}
header nav.navbar{
    padding: 15px 0;
}
header .navbar-brand{
    padding: 0;
}
header .navbar-brand figure{
    max-width: 190px;
}
header .navbar-nav{
    align-items: center;
}
header .navbar-nav .nav-item a.nav-link{
    padding: 0;
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 4px;
    position: relative;
}
header .navbar-nav .nav-item:last-child a.nav-link:before{
    display: none;
}
header .navbar-nav .nav-item a.nav-link:hover::before{
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: rgb(178,134,45);
    background: linear-gradient(90deg, rgba(178,134,45,1) 0%, rgba(213,179,104,1) 56%, rgba(247,223,160,1) 100%);
}
header .navbar-nav .nav-item a.nav-link.active::before{
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: rgb(178,134,45);
    background: linear-gradient(90deg, rgba(178,134,45,1) 0%, rgba(213,179,104,1) 56%, rgba(247,223,160,1) 100%);
}
header .navbar-nav .nav-item .dropdown-menu{
    width: 200px;
    padding: 20px 15px;
    border-radius: 0;
    border: none;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 56%, rgba(52,73,76,1) 97%);
}
header .navbar-nav .nav-item .dropdown-menu li a{
    font-size: 15px ;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 0;
    transition: all 0.2s ease-in-out;
}
header .navbar-nav .nav-item .dropdown-menu li a:hover{
    background-color: transparent;
    color: #F8E0A1;
}
header .navbar-nav .nav-item:not(:last-child) a.nav-link{
    margin-right: 25px;
}
header .navbar-nav .nav-item a.nav-link.active{
    color: #fff;
}
header .navbar-nav .nav-item a.nav-link{
    color: #fff;
}
header .navbar-nav .nav-item .nav-link.login-img figure{
    max-width: 100px;
}
.about-us-section{
    background: url(../images/about-section-bg.jpg);
    background-size: cover;
    width: 100%;
    overflow: hidden;
    padding: 60px 0 110px;
}
.about-us-section .about-wrap{
    max-width: 746px;
}
.heading{
    font-size: 20px;
    font-weight: 800;
    color: #00246A;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    padding-bottom: 5px;
    width: fit-content;
    position: relative;
}
.heading::before{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 2px;
    content: "";
    background-color: #b48830;
    
}
.heading span {
    font-size: 20px;
    font-weight: 500;
    color: #00246A;
    text-transform: capitalize;
    display: block;
    padding-right: 20px;
    position: relative;
    margin-right: 10px;
}
.heading span::after{
    position: absolute;
    top: 0;
    right: 0;
    content: "//";
}
.about-us-section .about-wrap .wrap-listing{
    margin-bottom: 50px;
}
.wrap-listing p{
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: #000;
    margin-top: 20px;
}
.wrap-listing .box-content a{
    width: fit-content;
}
.wrap-listing .btns-comman-box{
    margin-top: 24px;
}
.wrap-listing .btns-comman-box div{
    margin-right: 25px;
}
.heritage-section{
    background: url(../images/heritage-section-bg.jpg);
    background-size: cover;
    height: auto;
    padding: 60px 0 40px;
    background-repeat: no-repeat;
}
.heritage-img-box .image-text-pair {
    width: 50%;
    padding: 5px;
}
.heritage-img-box .image-text-pair figure {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 0;
    height: 100%;
}
.heritage-img-box .image-text-pair figure img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.heritage-img-box .image-text-pair:last-child{
    width: 100%;
}
.heritage-section .about-us-cocogem h2{
    margin-bottom: 16px;
}
.heritage-section .about-us-cocogem p{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 25px;
    margin-bottom: 12px;
}
.our-people-section{
    background: url(../images/our-people-bg.jpg);
    padding: 70px 0px;
    background-size: cover;
}
.our-people-section .row [class*="col"]{
    margin-bottom: 50px;
}
.people-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 750px;
    margin: 30px 0;
}
.people-box .img-box{
    width: 220px;
    padding-right: 30px;
}
.people-box .img-box figure{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}
.people-box .img-box figure img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.people-box .content-box{
    width: calc(100% - 230px);
    border-left: 2px solid #00246A;
    padding-left: 30px;
}
.people-box .content-box h2{
    color: #000;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 28px;
    text-transform: capitalize;
}
.people-box .content-box p{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 23px;
    margin-bottom: 15px;
    font-style: italic;
}
.management-section{
    background: url(../images/mangement-banner-bg.jpg);
    padding: 70px 0px 100px;
    background-size: cover;
}
.management-content{
    margin: 30px 0 0;
}
.management-content h3{
    font-size: 30px;
    font-weight: 700;
    color: #00246A;
    padding-left: 30px;
    margin-bottom: 10px;
}
.management-content .content-box{
    border-left: 2px solid #00246A;
    padding-left: 30px;
}
.management-content p{
    font-size: 17px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;

}
footer{
    background-color: #021d38;
    padding: 60px 0;
}
footer .footer-heading{
    color: #fff;
    font-size: 35px;
    position: relative;
    font-weight: 700;
    padding-bottom: 7px;
}
footer .footer-heading::before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    border-radius: 15px;
    height: 3px;
    background-color: #b48830;
    content: "";
}
footer .footer-left{
    display: flex;
    align-items: start;
}
footer  .call-img{
    width: 150px;
    text-align: start;
    flex: 0 0 auto;
    padding-right: 30px;
}
footer .footer-left .content-box{
    width: calc(100% - 150px);
}
footer .footer-left .content-box h3{
    font-size: 29px;
    line-height: 35px;
    color: #fff;
    margin-bottom: 7px;
    font-weight: 700;
}
footer .footer-left .content-box div{
    margin-bottom: 25px;
}
footer .footer-left .content-box p{
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 5px;
}
footer .footer-left .content-box p.manager-text{
    font-size: 17px;
    font-style: italic;
    margin-bottom: 12px;
}
footer .footer-left .content-box ul{
    padding: 0;
    margin: 20px 0;
}
footer .footer-left .content-box ul li{
    margin-bottom: 10px;
}
footer .footer-left .content-box ul li a{
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    position: relative;
}
footer .footer-left .content-box ul li:last-child a:not(:last-child){
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #fff;
}
footer .footer-left .content-box .register-section{
    margin-top: 30px;
    margin-bottom: 0;
    padding-top: 30px;
    position: relative;
}
footer .footer-left .content-box .register-section::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    border-radius: 15px;
    height: 3px;
    background-color: #b48830;
    content: "";
}
footer .footer-left .content-box .register-section small{
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 7px;
    display: block;
}
.footer-right a{
    display: flex;
    align-items:center;
}
.footer-right .content-box p{
    font-size: 29px;
    line-height: 35px;
    color: #fff;
    font-weight: 700;
}

.heritage-section .about-us-cocogem h2{
    border-bottom: 2px solid #b48830;
}
.heritage-section .about-us-cocogem h2::before{
    display: none;
}
.philosophy-section{
    background-image: url(../images/philosophy.jpg);
    background-position: top left;
    position: relative;
    z-index: 1;
}
.philosophy-section::before{
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    opacity: 0.55;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
}
.philosophy-section .management-content .content-box{
    border: none;
}
.philosophy-section .management-content .content-box ul li{
    font-size: 17px;
    font-weight: 500;
    color: #000;
    margin-bottom: 6px;
    padding-left: 20px;
    position: relative;
}
.philosophy-section .management-content .content-box ul li::before{
    position: absolute;
    left: 0;
    top: 10px;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000000;
}
.philosophy-section .management-content .content-box p span{
    display: block;
    padding-bottom: 7px;
    font-weight: 700;
    font-style: italic;
}
.products-section .management-content{
    padding-left:0;
}
.products-section .management-content .content-box {
    border-left:none;
    padding-left: 0;
}
.products-section{
    background-image: url(../images/product-bg.jpg);
}
.welcome-section {
    background: url(../images/homepge-bg.jpg);
    padding: 10px 0px 10px;
    background-size: cover;
    height: calc(100vh - 95px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.welcome-section  .home-wrap{
    background-color: rgba(255, 255, 255, 0.62);
    border: 2px solid #b48830;
    padding: 80px 20px;
    max-width: 705px;
    margin: 0 auto;
    text-align: center;
}
.welcome-section  .home-wrap h1{
    font-size: 26px;
    font-weight: 800;
    color: #B3872D;
    margin-bottom: 20px;
}
.welcome-section  .home-wrap a.btn{
    border: 4px solid #b48830;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 38%, rgba(52,73,76,1) 100%);
    border-radius: 50px;
    max-width: 340px;
    margin: 0 auto 25px;
    padding: 10px 15px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    transition: background 2s;
}
.welcome-section  .home-wrap a.btn:hover{
    background: rgb(0,0,0);
background: linear-gradient(270deg, rgba(0,0,0,1) 38%, rgba(52,73,76,1) 100%);
}
.welcome-section  .home-wrap a.btn img{
    max-width: 177px;
}
.welcome-section  .home-wrap a{
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #00246A;
    margin-bottom: 0;
    display: block;
}
.welcome-section  .home-wrap a:hover{
    color: #B3872D;
    text-decoration: underline;
}
.welcome-section  .home-wrap span{
    font-size: 16px;
    font-weight: 700;
    color: #00246A;
    margin-bottom: 20px;
    display: block;
}
.disclaimer-modal .modal-dialog{
    max-width: 1040px;
}
.disclaimer-modal .modal-content{
    border: 2px solid #B3872D;
}
.disclaimer-modal .modal-body{
    padding: 50px;
    max-height:  800px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: 5px;
}
.disclaimer-modal .modal-body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.disclaimer-modal .modal-body::-webkit-scrollbar
{
	width: 7px;
    height: 8px;
	background-color: #F5F5F5;
}

.disclaimer-modal .modal-body::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #B3872D;
}
.disclaimer-modal .modal-body h2{
    font-size: 24px;
    font-weight: 800;
    color: #00246A;
    margin-bottom: 30px;
    letter-spacing: 1px ;
}
.disclaimer-modal .modal-body p{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
}
.disclaimer-modal .modal-body h3{
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.risk-factors-points h4{
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.disclaimer-modal .modal-body .agree-btn{
    width: auto;
    min-width: 197px;
    border-radius: 50px;
    border: 1px solid #B3872D;
    background-color: #fff;
    height: 54px;
    background-image: none;
    font-size: 19px;
    font-weight: 600;
    color: #B3872D;
    margin-top: 60px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.disclaimer-modal .modal-body .agree-btn:hover{
    background-color: #B3872D;
    color: #fff;
}
.contact-us-section{
    background: url(../images/contact-us-bg.jpg);
    padding: 70px 0px 100px;
    background-size: cover;
}
.contact-us-section .footer-left{
    display: flex;
    margin-top: 50px;
}
.contact-us-section .footer-left .call-img{
    max-width: 100px;
    flex: 0 0 100px;
}
.contact-us-section .footer-left .content-box{
    max-width: calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    padding-left: 35px;
}
.contact-us-section .footer-left .content-box h3{
    font-size: 29px;
    line-height: 35px;
    color: #00246A;
    margin-bottom: 7px;
    font-weight: 800;
}
.contact-us-section .footer-left .content-box p{
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 5px;
}
.contact-us-section .footer-left .content-box p.manager-text{
    font-size: 17px;
    font-style: italic;
    margin-bottom: 12px;
}
.contact-us-section .footer-left .content-box ul{
    padding: 0;
    margin: 20px 0;
}
.contact-us-section .footer-left .content-box ul li{
    margin-bottom: 10px;
}
.contact-us-section .footer-left .content-box ul li a{
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    position: relative;
}
.contact-us-section .footer-left .content-box ul li:last-child a:not(:last-child){
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #fff;
}
.contact-us-section .footer-left .content-box .register-section{
    margin-top: 30px;
    margin-bottom: 0;
    padding-top: 30px;
    position: relative;
}
.contact-us-section .footer-left .content-box .register-section::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    border-radius: 15px;
    height: 3px;
    background-color: #b48830;
    content: "";
}
.contact-us-section .footer-left .content-box .register-section small{
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 7px;
    display: block;
}
.contact-us-section .footer-left .content-box .contact-form h3{
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    margin: 55px 0 35px;
    font-style: italic;
    max-width: 570px;
}
.contact-us-section .contact-form .form-start{
    background-color: #fff;
    border: 1px solid #B3872D;
    padding: 50px;
}
.contact-us-section .contact-form .form-start h3{
    font-size: 20px;
    color: #000;
    margin: 0 !important;
    margin-bottom: 5px !important;
    font-weight: 600;
}
.contact-us-section .contact-form .form-start p{
    font-size: 24px;
    color: #000;
    margin-bottom: 30px;
    font-weight: 400;
    font-style: italic;
}
.form-group{
    margin-bottom: 20px;
}
.form-control{
    border: none;
    border-bottom: 1px solid #94A4CA;
    border-radius: 0;
    font-size: 15px;
    font-weight: 300;
    color: #808080;
    padding: 5px 0;
}
.form-control:focus{
    box-shadow: none;
    outline: none;
}
.form-label{
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
textarea.form-control{
    height: 155px;
    padding: 20px 10px;
    border: 1px solid #94A4CA;
    resize: none;
}

.contact-us-section .footer-left .content-box .form-group{
    margin-bottom: 20px;
}
.contact-us-section .footer-left .content-box .register-section{
    margin-top: 70px;
}
.contact-us-section .footer-left .content-box .register-section small{
    color: #000;
    font-size: 13px;
    font-weight: 400;
}
.contact-form .form-start .phonenumber-field{
    display: flex;
    align-items: center;
}
.contact-form .form-start .phonenumber-field select{
    width: 124px;
    margin-right: 15px;
    border: none;
    border-bottom: 1px solid #94A4CA;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0;
    color: #808080;
    background-image: url(../images/down-arrow-01.svg);
    background-size: 18px;
    background-position: right 5px center;
    cursor: pointer;

}
.contact-form .form-start .phonenumber-field select:focus{
    box-shadow: none;
}
.contact-form .form-start .phonenumber-field input{
    width: calc(100% - 139px);
}
.contact-form .form-start .submit-btn .btn{
    min-width: 108px;
    font-size: 15px;
}
.contact-form .form-start .submit-btn span{
    font-size: 15px;
    color: #808080;
    font-style: italic;
} 
.philosophy-section .management-content{
    padding-left: 0;
}
.philosophy-section .management-content .content-box{
    padding-left: 0;
    
}

@media(min-width:1304px){
    .container{
        max-width: 1304px;
        margin: 0 auto;
    }
}

@media(max-width:1199px){
    header .navbar-nav .nav-item:not(:last-child) a.nav-link{
        margin-right: 19px;
    }
    header .navbar-nav .nav-item a.nav-link{
        font-size: 14px;
    }
    header .navbar-brand figure {
        max-width: 160px;
    }
    .about-us-section{
        padding: 50px 0 ;
    }
    .wrap-listing p{
        max-width: 600px;
    }
    .management-content{
        padding-left: 0;
    }
    .management-content h3{
        padding-left: 0;
    }
    .management-content .content-box {
        border-left:none;
        padding-left: 0;
    }
    .products-section .management-content{
        padding-left: 0;
    }
}
@media(max-width:991px){
    .navbar .navbar-toggler{
        padding: 0;
    }
    .navbar .navbar-toggler .navbar-toggler-icon{
        filter: invert(1) brightness(5);
    }
    .footer-right{
        margin-top: 30px;
    }
    header .navbar-nav{
        align-items: start;
    }
    header .navbar-nav{
        margin-top: 20px;
    }
    header .navbar-nav li.nav-item{
        width: 100%;
        margin-bottom: 15px;
    }
    header .navbar-nav li.nav-item a{
        margin-right: 0;
    }
    header .navbar-nav .nav-item .dropdown-menu{
        width: 100%;
        margin-top: 10px;
    }
    header .navbar-nav .nav-item a.nav-link{
        margin-right: 0 !important;
    }
    .heritage-section .about-us-cocogem{
        margin-top: 30px;
        padding: 30px 15px;
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 15px;
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
    }
    .our-people-section{
        padding: 50px 0 20px;
    }
    .management-section{
        padding: 60px 0px;
    }
    .disclaimer-modal .modal-body {
        padding: 30px 20px;
    }
    .disclaimer-modal .modal-dialog{
        padding: 0 12px;
    }
}
@media(max-width:767px){
    .container{
        max-width: 100%;
    }
    footer .call-img {
        width: 60px;
        padding-right: 15px;
    }
    footer .footer-left .content-box{
        width: calc(100% - 60px);
    }
    .about-us-section {
        padding: 30px 0;
    }
    .heading{
        font-size: 18px;
    }
    .about-us-section .about-wrap .wrap-listing {
        margin-bottom: 40px;
    }
    .wrap-listing p{
        font-size: 15px;
    }
    .wrap-listing .btns-comman-box div{
        margin: 0 0 15px;
        width: 100%;

    }
    .wrap-listing .btns-comman-box div .btn{
        width: 100%;
    }
    .wrap-listing .box-content .btn{
        width: 100%;
    }
    footer .footer-left .content-box h3{
        font-size: 23px;
    }
    footer .footer-left .content-box p.manager-text{
        font-size: 15px;
    }
    footer .footer-left .content-box ul li{
        flex-wrap: wrap;
    }
    footer .footer-left .content-box ul li a{
        padding: 0 !important;
        padding-bottom: 10px !important;
        margin: 0 !important;
        border-right: 0 !important;
    }
    header .navbar-brand figure{
        max-width: 130px;
    }
    footer{
        padding: 40px 0;
    }
    body{
        padding-top: 79px;
    }
    .heritage-section{
        padding: 40px 0;
    }
    .heritage-section .about-us-cocogem p{
        font-size: 15px;
    }
    .people-box{
        align-items: start;
    }
    .people-box .img-box{
        width: 120px;
        padding-right: 15px;
    }
    .people-box .content-box{
        width: calc(100% - 120px);
        padding-left: 15px;
    }
    .people-box .content-box p{
        font-size: 15px;
    }
    .heading{
        flex-wrap: wrap;
        flex-direction: column;
        align-items: start;
    }
    .heading span{
        font-size: 16px;
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .our-people-section .row [class*="col"] {
        margin-bottom: 30px;
    }
    .people-box .content-box h2{
        font-size: 20px;
    }
    .our-people-section{
        background-position: left -20px top;
    }
    .footer-right .content-box p{
        font-size: 24px;
    }
    .management-section{
        padding: 30px 0px;
    }
    .management-content p{
        font-size: 15px;
    }
    .management-content h3{
        font-size: 25px;
    }
    .management-content p{
        font-size: 15px;
    }
    .philosophy-section .management-content .content-box ul li{
        font-size: 15px;
    }
    .welcome-section .home-wrap{
        padding: 30px 15px;
    }
    .welcome-section .home-wrap h1{
        font-size: 23px;
    }
    .welcome-section .home-wrap a.btn img {
        max-width: 117px;
    }
    .welcome-section .home-wrap a.btn{
        height: 80px;
    }
    .disclaimer-modal .modal-body .agree-btn{
        width: 100%;
        height: 44px;
        margin-top: 20px;
        font-size: 15px;
    }
    .contact-us-section .footer-left{
        flex-wrap: wrap;
    }
    .contact-us-section .footer-left .content-box{
        max-width: 100%;
        flex: 0 0 100%;
        padding-top: 20px;
        padding-left: 0;
    }
    .contact-us-section .footer-left .call-img{
        max-width: 70px;
        flex: 0 0 70px;
    }
    .contact-us-section .footer-left .content-box h3{
        font-size: 25px;
    }
    .contact-us-section .footer-left .content-box ul li a{
        font-size: 14px;
    }
    .contact-us-section .footer-left .content-box .contact-form h3{
        font-size: 15px;
        margin: 30px 0 35px;
    }
    .contact-us-section .contact-form .form-start{
        padding: 30px 15px;
    }
    .contact-us-section .contact-form .form-start p{
        font-size: 18px;
    }
    .contact-form .form-start .submit-btn{
        flex-wrap: wrap;
    }
    .contact-form .form-start .submit-btn span{
        width: 100%;
        padding-top: 15px;
        margin-left: 0 !important;
    }
    .contact-us-section{
        padding: 50px 0px ;
    }
    .contact-form .form-start .phonenumber-field select{
        width: 116px;
    }
    .contact-form .form-start .phonenumber-field input {
        width: calc(100% - 131px);
    }
    .contact-us-section .footer-left .content-box p{
        font-size: 14px;
    }
}
@media(max-width:576px){
    .disclaimer-modal .modal-dialog{
        padding:0;
    }
    .disclaimer-modal .modal-body h2{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .disclaimer-modal .modal-body {
        padding: 30px 15px;
    }
}