body {
    font-family: 'Roboto', sans-serif !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 0;
    z-index: 100;
}

.nav_sec {
    padding: 0;
}

.nav_sec .navbar-brand img {
    width: 250px;
}

.banner {
    background-image: url(../images/banner_img.svg);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 200px;
}

/* .mob_container{
    margin-top: 254px;
} */
header .nav-link {
    font-size: 18px;
    color: #fff !important;
    padding: 10px 15px !important;
    margin: 0 5px;
    font-weight: 400 !important;
}

.bluebg {
    background-color: rgba(0, 70, 112, .95) !important;
    padding: 10px 0;
    position: fixed;
}

.details_contianer {
    padding-top: 80px;
}

.banner_logo {
    font-size: 60px;
    color: #005B93;
    font-weight: 700;
}

.banner_logo img {
    margin-right: 30px;
    width: 110px;
}

.details_contianer h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 20px;
    color: #343647;
}

.work {
    padding: 60px 0 110px;
    background-color: #F6F6F6;
    margin-top: -20px;
    position: relative;
}

.work_details {
    text-align: right;
}

.work_details h4 {
    font-size: 24px;
    line-height: 37px;
    display: inline;
    color: #343647;
    position: relative;
}

.work_details h4::after {
    content: '';
    position: absolute;
    top: 50%;
    height: 4px;
    width: 42px;
    background-color: #343647;
    left: -80px;
    transform: translateY(-50%);
}

.work_details h2 {
    font-size: 60px;
    line-height: 70px;
    color: #272635;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 10px;
}

.primry_clr {
    color: #C10C1A;
}

.work_details h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #343647;
    margin: 0;
}

.member {
    height: 485px;
    overflow: visible;
    background-color: #004670;

}

.member_price {
    background-color: #005B93;
    height: 100%;
    padding: 0 30px;
    border-radius: 47px;
    margin-bottom: 20px;
    position: relative;
    padding-top: 170px;
    /* overflow: hidden; */
}

.member h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 37px;
    margin-top: 45px;
    margin-bottom: 70px;
    text-align: center;
    color: #fff;
}


.price_container {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
    background-color: #004670;
    padding-left: 40px;
    padding-bottom: 30px;
    padding-right: 75px;
    padding-top: 70px;
    border-radius: 34px;
    align-items: flex-end;

}

.price_container span {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

.price_container h6 {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: #04B144;
    margin-top: 0;
    margin-bottom: 0;
}

.price_detail_container p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    margin-bottom: 23px;
}

.price_detail_container .mute_text {
    color: rgba(207, 207, 218, .6);
}

.member_price h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    padding-top: 12px;
    text-align: center;
    border-top: 1px solid #343647;
    margin: 45px 0 80px;
}

.price_img {
    margin-right: 25px;
}

.price_img img {
    width: 75px;
}

.mr-0 {
    margin-right: 0;
}

.pattren {
    position: absolute;
    top: -105px;
    left: -38px;
    width: 145px;
    height: 145px;
    /* background-color: #fff; */
    background-image: url(../images/pattern1.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.pattren2 {
    background-image: url(../images/pattern2.svg);
    left: calc(100% - 85px);
    top: 100px;
}

.ps-re {
    position: relative;
}

.available {
    margin-top: 415px;
    margin-bottom: 85px;
}

/* .available_container{
    margin-right: 90px;
} */
.available_container h4 {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    display: inline;
    line-height: 37px;
}

.available_container h4::after {
    content: '';
    position: absolute;
    top: 50%;
    height: 4px;
    width: 42px;
    background-color: #343647;
    right: -90px;
    transform: translateX(-50%);
}

.available_container h2 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 800;
    margin: 15px 0 85px;
}

.available_container h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 37px;
    margin-bottom: 35px;
}

.available_img {
    padding: 0 65px 0;
}

footer {
    background-color: #005B93;
    padding: 170px 0 54px;
}

/* .contact_container {
    padding-right: 0;
} */

.footerHead {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    display: inline;
    line-height: 37px;
    color: #fff;
    padding-left: 80px;
}

.footerHead::after {
    content: '';
    position: absolute;
    top: 50%;
    height: 4px;
    width: 42px;
    background-color: #fff;
    left: 0;
    transform: translateY(-50%);
}

.contact_container h2 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 800;
    margin: 15px 0 35px;
    color: #fff;
}

.contact_container p {
    font-size: 21px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;

}

.mb30 {
    margin-bottom: 30px !important;
}

.contact_container .tag {
    font-size: 21px;
    color: #808081;
    line-height: 28px;
    margin: 28px 0 6px;
    display: block;
}

.contact_form {
    width: 100%;
}

.input_holder {
    width: 100%;
    margin: 10px;
    margin-bottom: 16px;
}

.input_holder textarea,
.input_holder input {
    width: 100%;
    padding: 14px 36px;
    border-color: transparent !important;
    border-radius: 10px;
    font-size: 21px;
}

.input_holder textarea {
    height: 173px;
}

.submit_btn {
    font-size: 21px;
    font-weight: 600;
    padding: 14px 22px;
    text-align: center;
    background-color: #C10C1A;
    border-radius: 10px;
    margin-top: 30px;
    color: #fff;
    border:none;
    cursor: pointer;
}

.submit_btn:hover {
    text-decoration: none;
    color: #fff;
}

.download_icon img {
    width: 49%;
    height: auto;
}

.playicon {
    margin-right: 2%;
}

.rotet {
    transform: rotate(25deg) translateY(-10px);
}

.rotet2 {
    transform: rotate(-1deg) translateY(-6px);
}

.ftr_btm {
    background: #004772;
    padding: 40px 0;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.description{ padding: 60px 0 }
.heading_contain{ margin-bottom: 60px }
.heading_contain h4 {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    display: inline;
    line-height: 37px;
}
.heading_contain h4::after {
    content: '';
    position: absolute;
    top: 50%;
    height: 4px;
    width: 42px;
    background-color: #343647;
    right: -90px;
    transform: translateX(-50%);
}
.heading_contain h2 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 800;
    margin: 15px 0 0;
}

.description h3{
    font-size: 34px;
    color: #004670;
    font-weight: bold;
}
.description p{ font-size: 18px;
color: #343647 }
.pnl_pro figure img{ width: 80px }
.pnl_pro h4{ font-size: 30px; color: #004670; margin-bottom: 15px }

.howSaid{ background: #F6F6F6;
padding: 50px 0; }
.howSaid h2{ font-size: 34px; color: #004670; margin-bottom: 30px; font-weight: bold; }

.howSaid .media{ margin-bottom: 15px; align-items: center; }
.howSaid .media .media-body{ color: #343647; font-size: 18px; font-weight: bold; align-items: center; display: flex; }
.thum_blck{width: 70px; height: 70px; background: #272635; margin-right: 15px;
display: flex; align-items: center; justify-content: center;
color: #fff; font-weight: bold; font-size: 30px}
.howSaid p{ font-size: 18px; color: #343647 }
