*{
    margin: 0;
    padding: 0;
}
a,a:hover{
    text-decoration: none;
}
li{
    list-style: none;
}
html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Montserrat', sans-serif;
}
header{
    background: #1D1B1C;
    padding: 5px 0;
}
.logo{
    width: 100%;
}
.logo img{
    width: 350px;
}
.top-menu ul{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
}
.top-menu ul li{
    list-style: none;
}
.top-menu ul li a{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 20px;
}
.top-menu ul li a i{font-weight: bold;}
.top-menu ul li a:hover{
    color: #a80509;
}
.banner-area img{
    width: 100%;
    height: 550px;
    object-fit: cover;
}
.banner-bottom{
    background: #e8ebf0;
    padding: 30px 0;
    text-align: center;
}
.banner-bottom-text h2{
    font-size: 32px;
    font-weight: bold;
    color: #04478d;
    margin-bottom: 10px;
}
.banner-bottom-text h5 strong{
    text-transform: uppercase;
}
.banner-bottom-text p{font-size: 18px;color: #000;}
.banner-bottom-text a{background: #a80509;color: #fff;border-radius: 5px;padding: 8px 20px;display: inline-block;font-weight: 500;transition: all 0.4s ease-in-out;}
.banner-bottom-text a:hover{
    background: #04478d;
}
.main-area{
    padding: 50px 0;
}
.main-left h2{
    font-size: 30px;
    font-weight: bold;
    color: #a80509;
}
.main-left h3{
    font-size: 25px;
    margin-bottom: 12px;
}
.main-left p{
    font-size: 16px;
    font-weight: 500;
}
.main-left h4{
    font-size: 22px;
    font-weight: 600;
    color: #666;
    margin-bottom: 13px;
}
.main-left ul{
    margin-bottom: 0;
}
.main-left ul li{position: relative;padding-left: 15px;font-size: 20px;color: #212121;margin-bottom: 4px;}
.main-left ul li:before{
    position: absolute;
    content: '\f105';
    color: #a80509;
    font-size: 18px;
    font-weight: bold;
    left: 0;
    top: 0;
    font-family: 'FontAwesome';
}
.main-right{
    background: #a80509;
    border-radius: 5px;
    padding: 30px;
}
.main-right h3{
    text-align: center;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #aaa;
}
.submit-btn{
    background: #04478d;
    color: #fff;
    border:0;
    padding: 8px 25px;
    text-transform: uppercase;
    font-weight: 500;
}
.form-control{
    border-radius: 0;
    border:0;
    margin-bottom: 20px;
}
.work-left{
    background: #a80509;
    padding: 60px 40px;
    height: 100%;
}
.work-left h2{
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}
.work-left h4{
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}
.work-left ul{
    margin-bottom: 0;
}
.work-left ul li{position: relative;padding-left: 30px;font-size: 19px;color: #fff;margin-bottom: 15px;}
.work-left ul li:before{
    position: absolute;
    content: '\f00c';
    width: 20px;
    height: 20px;
    font-size: 19px;
    color: #eee;
    left: 0;
    font-family: 'FontAwesome';
}
.work-right{
    background: #efefef;
    height: 100%;
    padding: 60px 40px;
}
.work-right h2{
    font-size: 25px;
    color: #a80509;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}
.work-right ul{
    margin-bottom: 0;
}
.work-right ul li{
    font-size: 25px;
    margin-bottom: 25px;
    color: #222;
    font-weight: 600;
}
.work-right ul li i{
    color: #a80509;
    margin-right: 10px;
    font-size: 28px;
}
.about-area{
    background: url(../images/about-bg.jpg);
    padding: 60px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.about-area:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
}
.about-text h2{
    font-size: 35px;
    color: #fff;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 25px;
    font-weight: bold;
}
.about-text h2:before{
    position: absolute;
    content: '';
    width: 100px;
    height: 3px;
    background: #fff;
    bottom: 0;
    left: 0;
}
.about-text p{
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
footer{
    background: #353f47;
    padding: 40px 0 20px 0;
}
.footer1{
    text-align: center;
}
.footer1 h2{font-size: 25px;color: #999;}
.footer1 p{
    color: #999;
}
.copyright-text{
    text-align: center;padding-top: 20px;border-top: 1px solid #777;margin-top: 20px;
}
.copyright-text p{
    color: #777;
    margin-bottom: 0;
}
.icon-bar1 {
  position: fixed;
  /*top: 50%;*/
  right: 0;
  z-index: 99;
  bottom: 0;
}

.icon-bar1 a {
  display: block;
  text-align: center;
  padding: 10px 8px;
  transition: all 0.3s ease;
  font-size: 20px;
  border-radius: 40px 0 0 40px !important;
  margin-bottom: 10px;
}

.icon-bar1 ul li {
  float: left;
}

.icon-bar1 a img {
  width: 40px;
}
.icon-bar2{
    background: #2196f3;
    padding: 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: none;
    text-align: center;
}
.icon-bar2 a{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
}
.mobile-menu{
    display: none;
}
.bar1,.bar2,.bar3{
    width: 35px;
    height: 4px;
    background: #0055a5;
    border-radius: 4px;
    margin: 6px 0;
}
.top-menu ul.sub-menu{flex-wrap: wrap;position: absolute;content: '';z-index:9;width:360px;margin-left: -105px; display: none;margin-top: 10px;display: none !important;}
.top-menu ul.sub-menu li{display: block;width: 100%;}
.top-menu ul.sub-menu li a{display: block;width: 100%;background: #fff;border-bottom: 1px solid #cdd0d4;border-right: 0 !important;padding: 10px 15px !important;line-height: 20px;font-size: 14px;}
.top-menu ul.sub-menu li:first-child a{padding-left: 15px !important;}
.top-menu ul.sub-menu li:last-child a{border-bottom: 0 !important;}
.top-menu ul li a i{display: none;}
.inner-section{padding: 50px 0;}
.banner-text{text-align: center;}
.banner-text img{width: 100%;}
.banner-text h1{font-weight: bold;color: #0055a5;font-size:45px;margin-bottom: 20px;line-height: 1.1;}
.main-banner{padding: 50px 0;}
.banner-text p{font-size: 19px;color: #000;margin-bottom: 20px;font-weight: 600;}
.banner-text p a{color: #830f34;font-weight:600;}
.banner-text img{width: 100%;}
.appointment-area{background-image: url(../images/appointment.jpg);background-repeat: no-repeat;background-size: cover;background-position: center;padding: 25px 0;position: relative;}
.appointment-area:before{position: absolute;content: '';width: 100%;height: 100%;background: #0087b8;opacity: 0.8;top: 0;left: 0;right: 0;bottom: 0;}
.appointment-left h3{font-size: 24px;color: #fff;font-weight: 600;margin-bottom: 0;letter-spacing: 0.3px;}
.appointment-btn a{background: #ffae28;color: #830f34;padding: 15px 25px;font-size: 16px;font-weight: 500;text-transform: uppercase;display: inline-block;line-height: 20px;float: right;transition: all 0.4s ease-in-out;text-align: center;}
.appointment-btn a:hover{background: #fff;}
.service-list{padding-top: 50px;}
.why-us h2{color: #830f34;font-size: 25px;font-weight: 600;margin-bottom: 20px;}
.why-us ul li{display: flex;align-items: center;margin-bottom: 20px;font-weight: 600;}
.why-text h3{font-size: 18px;color: #232323;font-weight: 500;margin-bottom: 0;}
.why-img{
    margin-right: 10px;
}
.about-text a,.all-btn{font-size: 20px;color: #000;background-color: #fff;border: 2px solid #fff;padding: 5px 20px;margin-top: 15px;display:inline-block;}
.about-text a:hover,.all-btn:hover{background-color: transparent;color: #fff;border: 2px solid #fff;}

@media only screen and (max-width: 767px){
    .top-menu{
        display: none;
    }
    .mobile-menu{
        display: inline-block;
        text-align: right;
    }
    .logo{
        width: 230px;
    }
    .mob-header{
        display: flex;align-items: center;justify-content: space-between;
    }
    .top-menu ul{
        display: block;
        padding-top: 15px;
    }
    .top-menu ul li a{
        padding: 3px 0 5px 0;
        display: block;
    }
    .banner-area img{
        height: 170px;
    }
    .banner-bottom-text h2{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 7px;
    }
    .banner-bottom-text h5{
        margin-bottom: 7px;
    }
    .banner-bottom-text p{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .main-left{
        margin-bottom: 30px;
    }
    .main-left h2{
        font-size: 26px;
    }
    .main-left h3{
        font-size: 20px;line-height: 25px;margin-bottom: 8px;
    }
    .main-left h4{
        font-size: 20px;margin-bottom: 8px;
    }
    .main-left ul li{
        font-size: 18px;
        margin-bottom: 7px;
    }
    .work-left{
        padding: 40px 25px;
    }
    .work-left h2{
        font-size: 23px;
        margin-bottom: 5px;
    }
    .work-left h4{
        font-size: 16px;margin-bottom: 15px;
        line-height: 20px;
    }
    .work-left ul li{
        font-size: 16px;
    }
    .work-right{
        padding: 45px 25px;
    }
    .work-right h2{
        font-size: 23px;
        margin-bottom: 15px;
    }
    .work-right ul li{
        font-size: 17px;
        margin-bottom: 18px;
    }
    .work-right ul li i{
        font-size: 20px;
    }
    .footer1{
        margin-bottom: 10px;
    }
    .footer1 h2{
        font-size: 20px;
    }
    .footer1 p{
        font-size: 14px;
    }
    .icon-bar1{
        display: none;
    }
    .icon-bar2{
        display: block;
    }
    footer{
        padding: 40px 0 70px 0;
    }
    .banner-text h1{
        font-size: 35px;
    }
    .main-banner{
        padding-top: 0;
    }
    .appointment-area{
        padding: 35px 0;
    }
    .appointment-left h3{
        text-align: center;margin-bottom: 15px;
    }
    .appointment-btn a{
        float: none;
    }
    .appointment-btn{
        text-align: center;
    }
    .top-menu ul.sub-menu{
        position: relative;
        margin-top: 5px;
        width: 100%;
        margin-left: 0;
        padding: 0;
        margin-bottom: 5px;
    }
}


.thankyou-container {
    padding: 50px;
    text-align: center;
}