body{
    font-size: 16px;
    font-family: 'segoe_uiregular';
    color: #545658;
    font-weight: 400;
}

@font-face {
    font-family: 'segoe_uibold_italic';
    src: url('../fonts/segoe_ui_bold_italic-webfont.woff2') format('woff2'),
         url('../fonts/segoe_ui_bold_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'segoe_uibold';
    src: url('../fonts/segoe_ui_bold-webfont.woff2') format('woff2'),
         url('../fonts/segoe_ui_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'segoe_uiitalic';
    src: url('../fonts/segoe_ui_italic-webfont.woff2') format('woff2'),
         url('../fonts/segoe_ui_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'segoe_uiregular';
    src: url('../fonts/segoe_ui-webfont.woff2') format('woff2'),
         url('../fonts/segoe_ui-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
a:hover{text-decoration: none;}
picture{margin: 0px;}
.main-header{padding: 15px 0;border-bottom: 1px solid rgba(84, 86, 88, 0.25); background: #F9FBFC;}
.min-menu li{padding: 0 20px;}
.min-menu li a{color: #2973B3;font-size: 20px;font-style: normal;font-weight: 400;letter-spacing: 0.48px;padding: 0;}
.right-btn{padding-left: 30px;}
.top-btn{background: #FFF;filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));color: #244DA0;text-align: center;font-size: 18px;line-height: 20px; letter-spacing: 0.16px;margin: 0 4px;border-radius: 30px;padding: 14px 30px;position: relative;border: none;overflow: hidden;font-family: 'Poppins', sans-serif;}
.top-btn span {position: relative;z-index: 1;}
.top-btn:hover{color: #fff;}
.top-btn:after {position: absolute; left: 0;bottom: 0;width: 100%;content: "";height: 0;background: #2973B3;transition: .3s;}
.top-btn:hover:after{height: 100%;}
.active-btn.top-btn{background: #2973B3;color: #fff;}
.active-btn.top-btn:after{position: absolute;left: 0;bottom: 0;width: 100%;content: "";height: 0;background: #fff;transition: .3s;}
.active-btn.top-btn:hover:after{height: 100%;}
.active-btn.top-btn:hover{color: #244DA0;}
.banner-sec{position: relative;}
.banner-content {position: absolute;top: 0;left: 0;right: 0;bottom: 0; display: flex;align-items: center;}
.banner-text{text-align: center;}
.banner-text p{color: #244DA0;font-size: 36px;font-style: normal;font-weight: 400;line-height: 48px; /* 133.333% */letter-spacing: 0.36px;text-transform: capitalize;padding-bottom: 20px; display: block; margin: 0;}
.btn-min{background: linear-gradient(180deg, #244DA0 0%, #34CBDD 100%);box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;border: none;color: #FFF;text-align: center;font-family: 'Poppins', sans-serif;font-size: 18px;font-style: normal;font-weight: 500;line-height: 20px; letter-spacing: 0.18px;padding: 16px 45px;border-radius: 30px;}
.btn-min span{padding: 0;}
.btn-min:hover{color: #fff;background: linear-gradient(180deg, #34CBDD 0%, #244DA0 100%);}
.banner-img{animation: bounce 1.5s;animation-direction: alternate;animation-iteration-count: infinite;}
.banner-text .store-icon img{ margin:0 3px; }
.banner-text .store-icon p{font-size: 22px;  padding: 0;}
.about-sec{padding: 80px 0;}
@keyframes bounce { 0% { transform: translateY(0); }100% { transform: translateY(-50px); }}
.min-titel{color: #2973B3;font-size: 48px;font-style: normal;font-weight: 400;line-height: normal;letter-spacing: 1.44px;padding-bottom: 20px;}
.about-sec p{ text-align:justify; }
.why-gojo{padding: 80px 0; text-align: center;}
.why-gojo-list{padding: 20px;}
.why-gojo-list span{display: block;color: #244DA0;text-align: center;font-size: 20px;font-style: normal;font-weight: 400;line-height: 26px;letter-spacing: 0.2px;padding: 20px 0;}
.why-gojo-list p{color: #545658;font-size: 15px;font-style: normal;font-weight: 400;line-height: 20px;letter-spacing: 0.15px;}
footer{background-image: url(../images/footer-bg.png);background-repeat: no-repeat;background-position: center;background-size: cover;padding: 60px 0 20px;}
.footer-title{display: block;color: #000;font-size: 24px;font-style: normal;font-weight: 600;line-height: normal;letter-spacing: 0.24px;padding-bottom: 25px;}
footer ul {padding: 0; margin: 0; list-style: none;}
footer ul li{color: #000;font-size: 16px;font-style: normal;font-weight: 22px;line-height: normal;letter-spacing: 0.16px;padding-bottom: 10px;}
footer ul li a{color: #000;}
.footer-socal {display: block;text-align: center;}
.footer-socal li{display: inline-block; padding: 0 4px 0;}
.copy-right {padding-top: 25px;}
.copy-right p{ text-align:center; margin:0; font-size:12px; color:#000; }
.navbar-toggler{padding: 5px;background: #f0f7ff;}

.appointment-modal .modal-header {
    background: #2973B3;
    color: #fff;
    position: relative;
    border-radius: 0;
}
.appointment-modal .modal-header .modal-title{
    text-transform: uppercase;
    font-family: 'segoe_uiregular';
}
.appointment-modal .modal-header .close {
    background: #fff;
    opacity: 1;
    padding: 3px 8px;
    box-shadow: none;
    font-weight: 400;
    outline: 0;
}
.request-bx input.form-control {
    height: 45px;
}
.request-bx .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
    background: #2973B3;
    color: #fff;
    font-family: 'segoe_uiregular';
    font-size: 20px;
    padding: 10px;
}

.banner-content span{
    text-align: center;
    font-family: 'segoe_uibold';
    display: block;
    font-size: 48px;
    color: #0e4c83;
}
.box {
    margin-bottom: 25px;
    border: 1px solid #b4cadf;
}
.box-heding {
    background: #2973b3;
    padding: 15px;
    color: #fff;
}
.box-heding span{
    font-size:20px;
    font-family: 'segoe_uibold';
}
.box-content {
    padding: 15px;
}
.box-content p{
    margin:0;
}
.cta {
    text-align: center;
    background: #2973b3;
    color: #fff;
    padding: 50px;
    border-radius: 30px;
}
.cta span{
    font-size: 28px;
}
.cta span strong{
    display: block;
    font-size: 42px;
    text-transform: capitalize;
    font-family: 'segoe_uibold';
}
.cta span a{
    color: #fff;
    font-size: 34px;
}
.home-booking {
    padding: 15px;
    background: #e9e9e9;
}
.home-booking .input-group {
    align-items: flex-start;
    background: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 22%);
}
.home-booking .input-group .input-group-prepend {
    border-right: 1px solid #ccc;
    padding: 4px 10px;
    width: 50px;
    margin-right: 0;
    margin-top: 10px;
}
.home-booking input.form-control {
    height: 55px;
}
.home-booking .form-control {
    border: none;
    min-height: 55px;
}

.home-cta {
    text-align: center;
    background: #2963a1;
    margin: 0 auto;
    padding: 25px 50px;
    color: #fff;
    border-radius: 10px;
}
.home-cta p{ color:#fff; font-size:22px;}
.home-cta h3{
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
}
.home-cta a{ margin:0 5px;}
.contact_us {
    padding: 0;
    list-style: none;
}
.contact_us li.icon-bx-wraper {
    position: relative;
    padding: 0;
    background: 0 0;
    border-bottom: 0;
    margin-bottom: 30px;
    display: inline-flex;
    width: 100%;
}
.icon-cell {
    float: left;
    width: 50px;
    height: 50px;
    font-size: 24px;
    margin-right: 10px;
    line-height: 40px;
    color: #fff!important;
    background: #0e4c83;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.contact_us li.icon-bx-wraper .icon-content {
    max-width: 80%;
    width: 100%;
}
.icon-bx-wraper .tilte {
    margin-top: 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    text-align: left;
    color: #2e2e2e;
}
.contact_us li.icon-bx-wraper .icon-content a, .contact_us li.icon-bx-wraper .icon-content p{
    text-align: left;
    line-height: 1.3;
    font-size:18px;
    color: #0e4c83;
    font-family: 'Poppins', sans-serif;
}

.remove-from.home-booking{
    padding: 40px;
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0 0 40px rgb(0 0 0 / 18%);
}
.remove-from.home-booking .min-titel{
    font-weight: 600;
    text-transform: capitalize;
    font-size: 42px;
}

.remove-from.home-booking .input-group{
    align-items: flex-start;
    background: #fff;
    box-shadow: 0 2px 12px rgb(0 0 0 / 20%);
    border-radius: 15px;
    border: 1px solid #ddd;
    overflow: hidden;
}
.help-block{display:block; color:red;}

@media (min-width: 1600px){
    .container-fluid{max-width: 1560px;}
}

