.site_logo a {
    font-family: var(--heading);
    margin: 10px;
    color: #123456;
    font-size: 50px;
    font-weight: 600;
    text-decoration: none;
}
.site_logo a:hover {
    color: #123456;
}
p.site_logo a {
    font-size: 38px;
    color: #fff;
}
p.site_logo a:hover {
    color: #fff;
}
.primary_btn {
    text-decoration: none;
}
.hero_section {
    background-size: cover;
    position: relative;
    background-color: #22587E;
    padding-top: 38%;
    background-position: top 14px center;
    background-repeat: no-repeat;
    min-height: 450px;
}
.hero_section .content_area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: url(../webp/bar-2.webp);
    background-repeat: no-repeat;
    background-size: 100% 14px;
    background-position: top center;
    margin: 0px auto;
    max-width: 100%;
    padding: 0
}
.hero_content_wrapper {
    width: 100%;
    max-width: 1920px;
    margin: 0px auto;
    padding: 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.hero_content {
    max-width: 960px;
    width: 60%;
}

.content_block {
    background-color: #fff;
    padding: 30px;
    display: inline-block;
    max-width: 75ch;
}
.content_block.gray_bg {
    background-color: #E4EFFF;
    padding: 30px;
}
.content_block.hero_block1 {
    padding-bottom: 60px;
}
.content_block.hero_block1 .h1 {
    font-size: clamp(26px, 2vw, 35px);
}
.content_block p {
    font-size: clamp(16px, 2vw, 25px);
    line-height: normal;
}
.content_block.hero_block2 {
    margin-left: 40%;
    margin-top: -35px;
    max-width: 66%;
    padding: 20px;
}
.content_block.hero_block2 p {
    font-size: clamp(16px, 2vw, 24px);
    font-weight: 600;
}
.content_block.hero_block2 p:not(.mb-0) {
    margin-bottom: 30px;
}
.content_block.hero_block2 p em {
    font-weight: 700;
}
.key_benefits_content {
    border: 1px solid #D9D9D9;
    background: #FFF;
    -webkit-box-shadow: 4px 10px 11px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 10px 11px 0px rgba(0, 0, 0, 0.25);
    padding: 40px 40px 20px;
}
.key_benefits {
    padding: 50px 0;
}
.key_benefits_heading {
    position: relative;
    text-align: center;
    min-height: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.key_benefits_heading .h2 {
    font-size: clamp(24px, 2vw, 30px);
    margin: 0 0 40px;
}
.key_benefits_heading img {
    position: absolute;
    left: -20px;
    top: -15px;
}
.key_benefits_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 34px 39px;
}

.single_benefits {
    background-color: #E4EFFF;
    padding: 40px 30px;
}

.single_benefits:nth-child(2n+2) {
    background-color: #FBF2E7;
}
.single_benefits .h3 {
    font-family: var(--font);
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}
.single_benefits ul {
    list-style: outside;
    padding-left: 20px;
}

.single_benefits ul li {
    margin: 30px 0 0;
    font-size: clamp(18px, 2vw, 24px);
    line-height: normal;
}

.extra_pills.text_right {
    text-align: right;
}
.extra_pills img {
    margin-top: -30px;
    margin-right: -15px;
}
.image_textblock_section {
    padding: 50px 0 75px;
}
.image_text_content {
    padding: 0 8%;
}
.image_text_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5%;
}
.image_text_block:not(:last-child) {
    margin-bottom: 100px;
}
.image_text_block:nth-child(2n+2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.image_block {
    width: 41%;
}
.text_block {
    width: 54%;
}
.text_block  p {
    margin: 0;
    font-size: clamp(18px, 2vw, 26px);
    font-weight: 500;
    line-height: 1.8;
    max-width: 52ch;
}

.why_choose_content {
    border: 1px solid #D9D9D9;
    background: #E9F1FF;
    -webkit-box-shadow: 4px 10px 11px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 10px 11px 0px rgba(0, 0, 0, 0.25);
    padding: 50px;
    display: grid;
    grid-template-columns: 38% auto;
    gap: 50px;
}
.single_why_choose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px
}
.single_why_choose:last-child {
    margin-bottom: 0
}
.single_why_choose:nth-child(2n+2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.why_choose_image {
    width: 20%;
}
.why_choose_text {
    width: 75%;
    max-width: 58ch;
}
.why_choose_details .h2 {
    font-size: clamp(26px, 2vw, 30px);
    margin: 0 0 50px;
}
.why_choose_text .h3 {
    font-family: var(--font);
    font-weight: 700;
}
.why_choose_text ul {
    list-style: outside;
}
.why_choose_text ul li {
    font-size: clamp(16px, 2vw, 24px);
}

.has_scribble {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    padding-bottom: 15px;
    display: inline-block
}
.key_benefits_heading .has_scribble {
    background-image: url(../webp/key-benefits-scribble.webp);
}
.why_choose_details .has_scribble {
    background-image: url(../webp/white-label-partner-scribble.webp);
}

.cta_wrapper {
    margin-top: 60px;
}
.chat_banner {
    position: relative;
    padding-top: 16.8%;
    background-size: cover;
    background-position: center center;
    margin-bottom: 100px;
    min-height: 130px
}
.chat_banner_content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
.chat_banner_section {
    padding: 120px 0;
}
.chat_banner_content .h2 {
    font-size: clamp(22px, 3vw, 45px);
    padding-left: 28%;
    font-weight: 600
}

.contact_us {
    display: grid;
    grid-template-columns: 33% auto;
    gap: 75px;
}
.contact_form_wrapper {
    border: 1px solid #000;
    padding: 50px;
}
.contact_text p {
    font-size: clamp(18px, 2vw, 24px);
}
.form-group {
    margin: 0 0 25px;
}
.form-group .form-control {
    border: 1px solid #000;
    background: #FFF;
    width: 100%;
    padding: 10px 15px;
    min-height: 50px;
    font-size: clamp(18px, 2vw, 26px);
    font-weight: 700;
    color: #123456;
}
.form-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #C7C9CA;
}
.form-group .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #C7C9CA;
}
.form-group .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #C7C9CA;
}
.form-group .form-control:-moz-placeholder { /* Firefox 18- */
  color: #C7C9CA;
}
.form-group.submit_btns {
    margin: 0;
}
.email_phone_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

/* Medium screen */
@media only screen and (min-width: 1530px) and (max-width: 1680px) {

}

@media only screen and (min-width: 1440px) and (max-width: 1800px) {
    .hero_content_wrapper {padding: 0 50px}
    .hero_content {width: 57%;}
    .content_block p {font-size: clamp(16px, 2vw, 20px);}
    .content_block {padding: 20px}
    .content_block.hero_block1 {padding-bottom: 50px;}
    .content_block.hero_block2 p {font-size: clamp(16px, 2vw, 18px);}
    .text_block  p {font-size: clamp(18px, 2vw, 25px);line-height: 1.5;max-width: 52ch;}
    .why_choose_details .h2 {font-size: clamp(26px, 2vw, 26px);}
    .why_choose_text ul li {font-size: clamp(16px, 2vw, 20px);}
    .why_choose_text .h3 {margin: 0 0 5px;}
    .single_why_choose {margin-bottom: 40px}
    .contact_text p {font-size: clamp(18px, 2vw, 20px);}
    

}
@media only screen and (min-width: 1201px) and (max-width: 1439px) {
    .site_logo a {font-size: 48px};
    .hero_content {width: 56%}
    .content_block p {font-size: clamp(16px, 2vw, 18px);line-height: normal;}
    .hero_content_wrapper {padding: 0 50px}
    .content_block {padding: 20px;max-width: 50ch;}
    .content_block.hero_block2 {margin-left: 25%;margin-top: -30px;max-width: 75%;padding: 15px;}
    .content_block.hero_block1 {padding-bottom: 40px;}
    .content_block.hero_block2 p {font-size: clamp(16px, 2vw, 16px);}
    .content_block.hero_block2 p:not(.mb-0) {margin-bottom: 20px;}
    .key_benefits_list {gap: 20px}
    .image_text_content {padding: 0 50px;}
    .text_block  p {font-size: clamp(18px, 2vw, 20px);}
    .why_choose_text ul li {font-size: clamp(16px, 2vw, 20px);}
    .why_choose_text .h3 {margin: 0 0 5px;}
    .why_choose_content {padding: 30px; gap: 30px}
    .contact_text p {font-size: clamp(18px, 2vw, 20px);}
    .single_why_choose {margin-bottom: 30px}
    .single_benefits {background-color: #E4EFFF;padding: 20px 20px;}
    .single_benefits ul li {font-size: clamp(18px, 2vw, 18px);}
    
    
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .site_logo a {font-size: 42px};
    .site_logo_img {max-width: 350px;}
    .hero_section {background-position: top 8px center}
    .hero_content_wrapper {padding: 0 50px}
    .hero_section .content_area {background-size: auto 8px;}
    .content_block p {font-size: clamp(16px, 2vw, 16px);}
    .content_block.hero_block1 .h1 {margin: 0 0 5px;font-size: clamp(22px, 2vw, 35px)}
    .content_block {padding: 20px;max-width: 42ch;}
    .content_block.hero_block1 {padding-bottom: 40px;}
    .content_block.hero_block2 p {font-size: clamp(16px, 2vw, 16px);}
    .content_block.hero_block2 p:not(.mb-0) {margin-bottom: 15px;}
    .content_block.hero_block2 {margin-left: 20%;margin-top: -25px;max-width: 80%;padding: 15px;}
    .key_benefits_heading img {width: 120px;}
    .key_benefits_content {padding: 25px 25px 10px;}
    .key_benefits_heading {min-height: 110px}
    .key_benefits_list {gap: 20px;}
    .single_benefits {padding: 20px 15px;}
    .single_benefits ul li {margin: 20px 0 0;font-size: clamp(16px, 2vw, 16px);}
    .image_text_content {padding: 0;}
    .text_block  p {font-size: clamp(16px, 2vw, 18px);line-height: 1.8;}
    .why_choose_content {gap: 25px;padding: 25px}
    .contact_text p {font-size: clamp(16px, 2vw, 18px);}
    .contact_us {display: grid;grid-template-columns: 33% auto;gap: 50px;}
    .contact_form_wrapper {padding: 25px;}
    .why_choose_text ul {padding-left: 20px;}
    .why_choose_text ul li {font-size: clamp(16px, 2vw, 16px);}
    .why_choose_text .h3 {margin: 0 0 5px 18px;}
    .single_why_choose {margin-bottom: 25px}
    .why_choose_details .h2 {font-size: clamp(22px, 2vw, 30px);margin: 0 0 30px;}
    .why_choose_details .h2 {font-size: clamp(22px, 2vw, 30px);margin: 0 0 30px;}
    
}

/* Tablet screen */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .site_logo a {font-size: 32px};
    .hero_content_wrapper {padding: 0 15px}
    .site_logo_img {max-width: 300px;}
    .hero_section {background-position: top 8px center}
    .hero_section .content_area {background-size: auto 8px;}
    .content_block p {font-size: clamp(16px, 2vw, 16px);}
    .content_block.hero_block1 .h1 {margin: 0 0 5px;font-size: clamp(22px, 2vw, 35px)}
    .content_block {padding: 20px;max-width: 36ch;}
    .content_block.hero_block1 {padding-bottom: 40px;}
    .content_block.hero_block2 p {font-size: clamp(16px, 2vw, 16px);}
    .content_block.hero_block2 p:not(.mb-0) {margin-bottom: 15px;}
    .content_block.hero_block2 {margin-left: 10%;margin-top: -25px;max-width: 90%;padding: 10px;}
    .key_benefits_heading img {width: 120px;}
    .key_benefits_content {padding: 25px 25px 10px;}
    .key_benefits_heading {min-height: 110px}
    .key_benefits_list {gap: 20px;}
    .single_benefits {padding: 20px 15px;}
    .single_benefits ul li {margin: 20px 0 0;font-size: clamp(16px, 2vw, 16px);}
    .image_text_content {padding: 0;}
    .text_block  p {font-size: clamp(16px, 2vw, 18px);line-height: 1.8;}
    .why_choose_content {gap: 25px;padding: 25px}
    .contact_text p {font-size: clamp(16px, 2vw, 18px);}
    .contact_us {display: grid;grid-template-columns: 33% auto;gap: 50px;}
    .contact_form_wrapper {padding: 25px;}
    .why_choose_text ul {padding-left: 20px;}
    .why_choose_text ul li {font-size: clamp(16px, 2vw, 16px);}
    .why_choose_text .h3 {margin: 0 0 5px 18px;}
    .single_why_choose {margin-bottom: 25px}
    .why_choose_details .h2 {font-size: clamp(22px, 2vw, 30px);margin: 0 0 30px;}
    .why_choose_details .h2 {font-size: clamp(22px, 2vw, 30px);margin: 0 0 30px;}
    .key_benefits_heading .h2 {max-width: 25ch;background-image: url(../webp/key-benefits-scribble.webp);background-position: bottom center;padding: 0 0 25px;background-repeat: no-repeat}
    .key_benefits_heading .has_scribble {background-image: none;padding: 0}
}

/* Mobile screen */
@media only screen and (max-width: 767px) {
    .hero_section {padding-top: 210%;background-image: url(../webp/hero-bg-mbl.webp)!important;min-height: 970px;}
    .hero_section .content_area {background-size: auto 6px;}
    .hero_content_wrapper {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;padding: 0;height: 100%}
    .hero_content {width: 100%;padding: 0 20px 50px;max-width: 450px;}
    .content_block {padding: 15px;text-align: center;}
    .content_block.hero_block1 {padding-bottom: 40px;margin-right: 30px;}
    .content_block.hero_block2 {margin-left: 30px;margin-top: -20px;max-width: 100%;padding: 15px;}
    .content_block.hero_block1 .h1 {max-width: 15ch;margin: 0px auto 10px;}
    .key_benefits_heading img {position: absolute;left: -10px;top: -10px;width: 110px;}
    .key_benefits_heading {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;min-height: 220px}
    .key_benefits_content {padding: 20px}    
    .single_benefits {background-color: #E4EFFF;padding: 20px 15px;}
    .key_benefits_list {grid-template-columns: 1fr;grid-auto-rows: auto;gap: 30px;}    
    .image_text_content {padding: 0;}
    .image_text_block, .image_text_block:nth-child(2n+2) {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;gap:25px;text-align: center;}
    .image_block, .text_block, .why_choose_image, .why_choose_text {width: 100%;}
    .why_choose_content {padding: 25px;grid-template-columns: 1fr;}    
    .single_why_choose, .single_why_choose:nth-child(2n+2) {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;text-align: center;gap: 20px;}
    .why_choose_text ul {list-style: inside;}
    .chat_banner_section {padding: 75px 0;}
    .chat_banner {margin-bottom: 50px;min-height: 130px;background-image: url("../webp/chat-banner-mbl.webp")!important;padding-top: 35%;}
    .contact_us {display: grid;grid-template-columns: 1fr;gap: 15px;}
    .contact_form_wrapper {padding: 20px;}    
    .chat_banner_content {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center}    
    .chat_banner_content .h2 {padding-left: 0;}
    .contact_text {text-align: center;}    
    .key_benefits_heading .has_scribble, .why_choose_details .has_scribble {background-image: none}
    .why_choose_details .h2 {text-align: center;margin: 0 0 30px}
    .why_choose_list {margin-top: 30px;}
    .key_benefits_heading .h2 {margin: 0 0 30px;max-width: 15ch;background-image: url(../webp/key-benefits-scribble.webp);background-position: bottom center;padding: 0 0 25px;background-repeat: no-repeat}
    .why_choose_details .h2 {background-image: url(../webp/white-label-partner-scribble.webp);background-position: bottom center;padding: 0 0 20px;background-repeat: no-repeat;background-size: 200px auto;}
    .text_block p {margin: 0 auto}
    .email_phone_wrapper {display: grid;grid-template-columns: 1fr;gap: 0;}
    .site_logo a {font-size: 22px};
     
}