*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container{
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.row {
    display: flex;
}

.col-1 {
    flex: 8.33%;
}

.col-2 {
    flex: 16.66%;
}

.col-3 {
    flex: 25%;
}

.col-4 {
    flex: 33.33%;
}

.col-5 {
    flex: 41.66%;
}

.col-6 {
    flex: 50%;
}

.col-7 {
    flex: 58.33%;
}

.col-8 {
    flex: 66.66%;
}

.col-9 {
    flex: 75%;
}

.col-10 {
    flex: 83.33%;
}

.col-11 {
    flex: 91.66%;
}

.col-12 {
    flex: 100%;
}

.txt-cntr{
    text-align: center;
}

.pl-20{
    padding-left: 35px;
}

.pr-20{
    padding-right: 35px;
}

.mb-30{
    margin-bottom: 30px;
}

.mb-50{
    margin-bottom: 50px;
}

.mtb-50{
    margin: 50px 0px;
}

body {
    font-family: "Nunito", serif;
    background: #F3FBFF;
}

img{
    width: 100%;
}

.align-cntr {
    align-items: center;
}
p.phone {
    color: #375C6D;
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
    position: relative;
}
.phone:before {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    position: absolute;
    top: 2px;
    left: -25px;
}
.align-end {
    align-items: baseline;
}
.logo {
    width: 100%;
    display: block;
    max-width: 200px;
}
.head-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-logo {
    background-color: white;
    padding: 14px 0px;
    margin-bottom: 30px;
}
.upper_bg {
    background-image: url(/public/assets/img/jeader_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding-bottom: 2%;
}

header {
    padding: 30px 0px 20px;
}

.logo {
    max-width: 200px;
}

.txt-end{
    text-align: end;
}

.main_header {
    font-size: 65px;
    line-height: 55px;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
}

.clkbnk {
    background: rgba(0, 0, 0, 0.52);
    color: rgba(255, 255, 0, 1);
    padding: 20px 0px;
    margin-bottom: 30px;
}

.clkbnk p{
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
}

.sub-head {
    color: rgba(253, 67, 67, 1);
    font-size: 47px;
    line-height: 52px;
    font-weight: 700;
    margin-bottom: 30px;
}

.white-txt{
    color: white !important;
}

.parastyle p{
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 25px;
}

.mail_link{
    color: white;
    text-decoration: none;
}

.signature {
    font-size: 50px !important;
    line-height: 35px !important;
    font-family: "Oregano", serif;
}

.box-heading {
    font-size: 46px;
    line-height: 55px;
    font-weight: 700;
    font-family: "Inter", serif;
}

.border-box {
    background: rgba(240, 248, 255, 0.83);
    box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 1);
    border-radius: 30px;
    padding: 50px 30px 70px;
    margin: 20px 0px 60px;
}

.red-txt{
    color: rgba(253, 67, 67, 1);
}

.red_button {
    padding: 25px 40px;
    border-radius: 50px;
    background: rgba(253, 67, 67, 1);
    font-size: 35px;
    line-height: 35px;
    color: white;
    text-decoration: none;
    display: inline-block;
}

.bindle_img {
    max-width: 900px;
}

.sub-head2 {
    font-size: 40px;
    line-height: 56px;
    font-weight: 700;
    font-family: "Inter", serif;
    color: #375C6D;
}

.divider {
    border: 1px solid rgba(255, 0, 0, 1);
    margin: 30px 0px;
    width: 82%;
    display: block;
    margin: 35px auto;
}

.btn_sec {
    text-align: center;
    margin-bottom: 50px;
}

.contact {
    font-size: 30px;
    line-height: 25px;
    background-color: rgba(211, 219, 225, 1);
    border: 2px solid rgba(253, 67, 67, 1);
    padding: 20px 41px;
    border-radius: 30px;
    display: inline-block;
    margin: 20px;
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-family: "Inter", serif;
    width: 100%;
    max-width: 260px;
}

.contact:hover{
   background-color: rgba(253, 67, 67, 1);
   color: white;
}

.faq {
    font-size: 30px;
    line-height: 25px;
    background-color: rgba(253, 67, 67, 1);
    border: 2px solid rgba(253, 67, 67, 1);
    padding: 20px 40px;
    border-radius: 30px;
    display: inline-block;
    margin: 20px;
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-family: "Inter", serif;
    max-width: 260px;
    width: 100%;
}
.process h4 {
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    color: #375C6D;
    margin-bottom: 20px;
}

.row-img1 img {
    max-width: 350px;
    display: block;
    margin: 20px auto;
}

.row-img2 img {
    max-width: 280px;
    display: block;
    margin: 20px auto;
}

.last h4 {
    font-size: 35px;
    line-height: 56px;
    font-weight: 600;
    font-family: "Inter", serif;
    color: #375C6D;
}

footer{
    background-color: #375C6D;
    padding: 30px 0px;
    margin-top: 80px;
}

footer p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 200;
	color: white;
	text-align: center;
}
a {
    text-decoration: none;
    color: black;
}


@media(max-width: 1440px){
    .main_header {
        font-size: 60px;
        line-height: 52px;
    }
    .logo {
        max-width: 230px;
    }
    .sub-head2 {
        font-size: 37px;
    }
}

@media(max-width: 1254px){
    .main_header {
        font-size: 54px;
        line-height: 44px;
    }
    .logo {
        max-width: 205px;
    }
    .clkbnk {
        padding: 15px 0px;
    }
}

@media(max-width: 1140px){
    .logo {
        max-width: 180px;
        top: 35%;
        left: 1%;
    }
    .box-heading {
        font-size: 45px;
        line-height: 52px;
    }
    .sub-head2 {
        font-size: 35px;
        line-height: 46px;
    }
    .row-img1 img {
        max-width: 280px;
    }
    .process h4 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 18px;
    }
    .parastyle p {
        font-size: 24px;
        line-height: 35px;
    }
    .row-img2 img {
        max-width: 230px;
    }
    .last h4 {
        font-size: 32px;
        line-height: 48px;
    }
}

@media(max-width: 1024px){
    .main_header {
        font-size: 45px;
        line-height: 40px;
    }
    .clkbnk {
        margin-bottom: 20px;
    }
    .sub-head {
        font-size: 41px;
        line-height: 48px;
    }
    .parastyle p {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .signature {
        font-size: 40px !important;
        line-height: 35px !important;
    }
    .bindle_img {
        max-width: 800px;
    }
}

@media(max-width: 960px){
    .logo {
        max-width: 150px;
    }
    .sub-head {
        font-size: 38px;
        line-height: 45px;
    }
    .box-heading {
        font-size: 42px;
        line-height: 50px;
    }
    .border-box {
        padding: 50px 30px 50px;
        margin: 20px 0px 50px;
    }
}

@media(max-width: 850px){
    .main_header {
        font-size: 38px;
        line-height: 38px;
    }
    .clkbnk p {
        font-size: 15px;
        line-height: 15px;
    }
    .sub-head {
        font-size: 36px;
        line-height: 42px;
    }
    .box-heading {
        font-size: 38px;
        line-height: 48px;
    }
    .bindle_img {
        max-width: 600px;
    }
    .red_button {
        padding: 18px 32px;
        font-size: 32px;
        line-height: 32px;
    }
    .contact {
        font-size: 26px;
        padding: 15px 30px;
        margin: 10px;
    }
    .faq {
        font-size: 26px;
        padding: 15px 30px;
        margin: 10px;
    }
    .sub-head2 {
        font-size: 32px;
        line-height: 42px;
    }
    .process h4 {
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 15px;
    }
    .row-img2 img {
        max-width: 180px;
    }
    .row-img1 img {
        max-width: 220px;
    }
    .last h4 {
        font-size: 28px;
        line-height: 37px;
    }
  
}

@media(max-width: 768px){
    .row{
        flex-wrap:wrap;
    }
    .col-1,.col-2,.col-3,.col-4,.col-5,.col-6,
    .col-7,.col-8,.col-9,.col-10,.col-11,.col-12 {
         flex: 100%;
    }
    .logo {
        max-width: 200px;
        margin-left: 20px;
        margin-bottom: 20px;
    }
    .main_header {
        font-size: 43px;
        line-height: 40px;
    }
    br{
        display: none;
    }
    .box-heading {
        font-size: 32px;
        line-height: 40px;
    }
    .red_button {
        padding: 16px 32px;
        font-size: 25px;
        line-height: 30px;
    }
    .pr{
        padding-right: 0px;
    }
    p.phone {
        font-size: 20px;
        line-height: 23px;
    }
    .logo {
        max-width: 170px;
    }
    .pl-20{
        padding-left: 0px;
    }
    .mb-50 {
        margin-bottom: 30px;
    }
    .last h4 {
        font-size: 26px;
        line-height: 34px;
    }
}

@media(max-width: 640px){
 .main_header {
    font-size: 38px;
    line-height: 44px;
    text-align: center;
}
}


@media(max-width: 560px){
    .main_header {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 0;
    }
    .clkbnk p {
        font-size: 12px;
        line-height: 8px;
    }
    header {
        padding: 30px 0px 10px;
    }
    .sub-head {
        font-size: 32px;
        line-height: 38px;
    }
    .parastyle p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .signature {
        font-size: 32px !important;
        line-height: 32px !important;
    }
    .box-heading {
        font-size: 27px;
        line-height: 34px;
    }
    .red_button {
        padding: 12px 28px;
        font-size: 20px;
        line-height: 27px;
    }
    .sub-head2 {
        font-size: 24px;
        line-height: 35px;
    }
    .contact {
        font-size: 22px;
        padding: 12px 22px;
        margin: 10px;
    }
    .faq {
        font-size: 22px;
        padding: 12px 22px;
        margin: 10px;
    }
    .last h4 {
        font-size: 24px;
        line-height: 29px;
    }
}

@media(max-width: 500px){
    .clkbnk p {
        font-size: 12px;
        line-height: 19px;
    }
}

@media(max-width: 430px){
    .logo {
        max-width: 120px;
    }
    .main_header {
        font-size: 32px;
        line-height: 35px;
        padding: 0 10px;
    }
    .sub-head {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .clkbnk p {
        padding: 0 10px;
    }
    .border-box {
        padding: 30px 20px 30px;
        margin: 20px 0px 35px;
    }
    .box-heading {
        font-size: 22px;
        line-height: 30px;
    }
    .red_button {
        padding: 10px 28px;
        font-size: 17px;
        line-height: 25px;
    }
    .divider {
        margin: 25px auto;
    }
    .header {
        padding: 10px 0px 10px;
    }
    .contact {
        font-size: 18px;
        padding: 8px 20px;
        margin: 10px;
    }
    .faq {
        font-size: 18px;
        padding: 8px 20px;
        margin: 10px;
    }
    .btn_sec {
        margin-bottom: 25px;
    }
    .row-img1 img {
        max-width: 180px;
    }
    .row-img2 img {
        max-width: 150px;
    }
    .last h4 {
        font-size: 22px;
        line-height: 23px;
    }
    footer {
        margin-top: 50px;
    }
    .process h4 {
        font-size: 24px;
    }
    .pr-20 {
        padding-right: 0px;
    }
}

@media(max-width: 414px){
    .sub-head2 {
        font-size: 22px;
        line-height: 32px;
    }
    .box-heading {
        margin-bottom: 0px;
    }
}

@media(max-width: 375px){
    .main_header {
        font-size: 28px;
        line-height: 32px;
    }
    .red_button {
        font-size: 16px;
        line-height: 18px;
    }
    .process h4 {
        font-size: 22px;
        line-height: 28px;
    }
    footer {
        padding: 15px 0px;
    }
    footer p {
        font-size: 14px;
        line-height: 22px;
    }
    .last h4 {
        font-size: 20px;
        line-height: 17px;
    }
}

@media(max-width: 320px){
    .container {
        padding: 0 10px;
    }
}
