h1,h2,h3,h4,h5,h6,p,li,a,label,input,textarea,button{
    font-family: "Cabin", sans-serif;
}
.navbar-nav li.nav-item {
    padding: 0 9px;
}

.navbar-nav li.nav-item a {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
}

.banner_warpper {
    background-size: cover !important;
    padding: 120px 0;
    /* background-position: bottom right !important; */
    position: relative;
}
.divied {
    background: #000;
    height: 3px;
    display: block;
    margin-bottom: 20px;
    max-width: 250px;
}
.prosummary ul li strong {
    display: block;
    padding-bottom: 1em;
    position: relative;
    font-size: 1.2em;
}
.prosummary ul li {
    display: block;
    font-size: .9em;
    padding: 1em 1em 2em 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.copy-right {
    background: #1a1a1a;
    color: #fff;
}
.accordion-body {
    text-align: left;
}

.faq_warpper  .accordion-button {
    outline: none;
    box-shadow: none;
}
.prosummary ul li strong:after {
    content: "";
    width: 50px;
    height: 1px;
    background: #26688b;
    position: absolute;
    left: 0;
    bottom: 8px;
}
.enquire_boxLeft .form-group.contact_number input.form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.prosummary ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    padding: 0;
}
.brochure_warpper .mtitle {
    font-size: 36px;
}

.brochure_warpper  p {
    font-size: 19px;
}

.brochure_warpper  .pox-50 {
    padding-left: 30px;
}
.ititle span.suptitle {
    font-size: 20px;
    color: #26688b;
}

.ProjectSummary  .row {
    align-items: center;
}
.text-center .divied {
    margin: 0 auto 20px;
}
.banner_warpper:before {
    
}

.banner_warpper > div {
    position: relative;
}

.banner_leftbox {
    max-width: 500px;
    background: rgb(0 0 0 / 85%);
    margin: 0;
    padding: 40px;
    border-radius: 10px;
}

.banner_leftbox h1 {
    font-size: 45px;
    margin-bottom: 15px;
}

.banner_leftbox  p {
    font-size: 18px;
}
.banner_leftbox > * {
    color: #fff;
}

.banner_leftbox ul {
    list-style: none;
    padding: 0;
}

.banner_leftbox ul img {
    filter: brightness(0) invert(1);
    margin-right: 8px;
}
.banner_leftbox ul li {margin-bottom: 10px;font-size: 17px;}

.price_box {
    margin: 34px 0;
}

.price_box h5 {
    font-size: 20px;
}

.price_box h5 span {
    font-size: 30px;
    font-weight: 800;
    color: #26688b;
}

.btn_comon {
    background: #26688b;
    border: none;
    color: #fff;
    padding: 12px 20px;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.5s ease;
}

.btn_comon:hover {
    background: #2e2e2e;
}

.enquire_boxLeft {
    max-width: 470px;
    background: #26688b;
    padding: 30px 24px;
    margin-left: auto;
    border: 5px solid #0e384e;
}

.enquire_boxLeft h2 {
    text-align: center;
    font-size: 21px;
    margin-bottom: 20px;
    color: #eee;
}

.enquire_boxLeft .form-group {
    margin-bottom: 12px;
}

.enquire_boxLeft .form-group input,.enquire_boxLeft .form-group select {
    border-radius: 4px;
    padding: 5px 14px;
    height: 46px;
    border: 1px solid #eee;
    color: #646464;
    outline: none;
    box-shadow: none;
    background: #fff;
}

.enquire_boxLeft .form-group.contact_number {
    display: grid;
    grid-template-columns: 100px 1fr;
}

.enquire_boxLeft .form-group.contact_number  .countryCode {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.enquire_boxLeft .form-group select {
    padding-right: 0;
    border-right: none;
}

.enquire_boxLeft .form-group textarea {
    border: 1px solid #eee;
    color: #646464;
    outline: none;
    box-shadow: none;
    border-radius: 0px;
}

.enquire_boxLeft  .send_btn.btn {
    background: #323232;
    color: #fff;
    font-weight: 500;
    border-radius: 0;
    margin: 8px 0 5px;
    padding: 10px 30px;
    transition: all 0.5s ease;
}

.enquire_boxLeft .send_btn.btn:hover {
    background: #000;
}
.price_boxWarp {
    background: #d7e8f1;
    padding: 25px;
    margin-top: 10px;
    text-align: center;
    border: 3px solid #26688b;
    transition: all 0.5s ease;
}

.price_boxWarp .item_box {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.price_boxWarp .item_box .elementor-heading-title {
    font-size: 22px;
    text-transform: uppercase;
}

.price_boxWarp .item_box  .elementor-heading-subtitle {
    font-size: 21px;
    margin: 0;
}

.price_boxWarp:hover {
    background: #fff;
}

.price_boxWarp .item_box:nth-last-child(2) {
    border: none;
    margin-bottom: 8px;
}

.amentiBox {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin: 20px 0;
}

.IconBox {
    text-align: center;
    background: #ffffff;
    padding: 30px 15px;
    color: #26688b;
    border-radius: 10px;
    border: 0px solid #26688b;
    transition: all 0.5s ease;
    box-shadow: 0px 2px 10px #00000017;
}

.IconBox h4 {
    margin: 13px 0 0;
    font-size: 18px;
}

.ani_icon {
    background: #e7e7e7;
    max-width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.ani_icon img {
    max-width: 56px;
}

.IconBox:hover {
    color:#26688b;
}

.master_Pup,.costImage {
    position: relative;
}

.master_Pup img, .costImage img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

.master_Pup:hover  button, .costImage:hover button {
    opacity: 1;
}

.master_Pup button, .costImage button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #26688b;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    opacity:0;
    width: 100%;
    max-width: 200px;
}
.modal-body button.close {
    position: absolute;
    right: 9px;
    background: #064e73;
    color: #fff;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    border: none;
    top: 10px;
}
.form-footer h4 {
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
    font-size: 26px;
}.form-group {
    margin-bottom: 15px;
    position: relative;
}
.modal-content .form-footer .form-group input, .modal-content .form-footer .form-group select, .modal-content .form-footer .form-group textarea {
    background: #f3f3f3;
    color: #464646;
    border-radius: 5px;
    padding: 13px 20px;
    font-weight: 600;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #bfbfbf;
}
.modal-content .form-footer .form-group.contact_number {
    background: #f3f3f3;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
}

.form-group.contact_number {
}
.form-group.contact_number select.countryCode {
    padding: 0;
    font-size: 16px;
    left: 0px;
}

.modal-content .form-footer .form-group select.countryCode {
    padding: 0;
    border: none;
    background: transparent;
}
.modal-content .form-footer .form-group.contact_number input.form-control {
    border: none;
    border-left: 1px solid #d9d9d9;
    border-radius: 0;
}
.modal-content .form-footer button.send_btn.btn {
    background: #064e73;
    padding: 10px 40px 12px;
    font-weight: 600;
    color: #fff;
}

.form-footer {
    padding: 10px 0;
}
@media(max-width:1199px){
    .banner_leftbox h1 {
        font-size: 36px;
    }
    .navbar-nav li.nav-item a {
        font-size: 16px;
    }
    .banner_leftbox p {
        font-size: 17px;
    }
    .price_box h5 span {
        font-size: 26px;
    }
    .ani_icon {
        max-width: 90px;
        height: 90px;
    }
}
@media(max-width:991px){
    .navbar-collapse {
        position: absolute;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 9;
        top: 88px;
        box-shadow: 0px 15px 10px rgb(0 0 0 / 24%);
    }
    
    .navbar-collapse .nav-item a {
        border-bottom: 1px solid #eee;
        padding: 12px 20px;
    }
    
    .navbar-collapse .nav-item {
        padding: 0 !important;
    }  
    .price_box h5 {
        font-size: 16px;
    }
    .price_boxWarp .item_box .elementor-heading-title {
        font-size: 19px;
    }
    .price_boxWarp .item_box .elementor-heading-subtitle {
        font-size: 18px;
    }

    .amentiBox {
        grid-template-columns: repeat(4, 1fr);
    }
    .brochure_warpper .mtitle {
        font-size: 22px;
        padding: 10px 0 0;
    }
}

@media(max-width:767px){
    .banner_warpper {
        padding: 30px 0;
    }
    .enquire_boxLeft {
        max-width: 510px;
        margin: 30px auto 20px;
    }
    .amentiBox {
        grid-template-columns: repeat(2, 1fr);
    }
    .all_plan .col-md-6 {
        margin-bottom: 40px;
    }
    .form-footer h4 {
        font-size: 22px;
    }
    .modal-body {
        padding: 20px 8px;
    }
    .brochure_warpper .pox-50 {
        padding-left: 0;
    }
}

@media(max-width:480px){
    .banner_leftbox h1 {
        font-size: 28px;
    }
    .banner_leftbox p,.banner_leftbox ul li {
        font-size: 16px;
    }
    .price_box h5 span {
        font-size: 22px;
    }
    .enquire_boxLeft {
        padding: 23px 15px;
    }
    .ani_icon {
        max-width: 70px;
        height: 70px;
    }
    .ani_icon img {
        max-width: 41px;
    }
    .IconBox {   
        padding: 16px 15px;
    }
    .IconBox h4 {
        font-size: 16px;
    }
    .h4, h4 {
        font-size: calc(1rem + .3vw);
    }
    .prosummary ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .prosummary ul li {
        padding: 1em 1em 1em 0;
    }
}