/* @import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700;900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700&display=swap');

* {
    font-family:  'Work Sans', sans-serif;
}

header {
    background: #0f3d99;
}
header .navbar{
padding: 17px 0;
}
header .navbar-nav {
    margin-right: 10px;
}

header .navbar-nav .nav-item {
    padding: 0 20px;
}

header .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 18px;
    padding: 5px 0 !important;
    position: relative;
    transition: all ease 0.4s;
}

header .navbar-nav .nav-link:after {
    content: '';
    background: #00aea3;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    transition: all ease 0.4s;
}

header .navbar-nav .nav-link:hover:after {
    right: 0;
    width: 100%;
}

.burger-strip {
    transition: all .5s ease;
    border: 0;
    padding: 0;
    outline: none;
    box-shadow: none !important;
    width: 34px;
}

.burger-strip div {
    height: 3px;
    border-radius: 2px;
    background: #fff;
    margin: 3px 0;
    transition: all .55s cubic-bezier(0.075, 0.82, 0.165, 1);
    width: 100%;
    display: inline-block;
    float: right;

}

.burger-strip div:first-child {
    width: 16px;
}

.burger-strip div:last-child {
    width: 26px;
}

.burger-strip[aria-expanded="true"] div:first-child {
    transform: rotate(45deg) translateY(6px) translateX(6px);
    width: 26px;
}

.burger-strip[aria-expanded="true"] div:nth-child(2) {
    transform: rotate(-45deg) translateY(-1px) translateX(0px);
    width: 26px;
}

.burger-strip[aria-expanded="true"] div:last-child {
    display: none;
}

.btn {
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    padding: 8px 40px 10px;
    transition: all ease 0.4s;
}

.btn-primary {
    background: #00aea3;
    border-color: #00aea3;
}
.btn-primary-blue {
    background: #0F3D99;
    border-color: #0F3D99;
    color: #fff;
}
.btn-primary:hover, .btn-primary-blue:hover {
    color: #0f3d99;
    background-color: #ffffff;
    border-color: #ffffff;
}

.auth-btn .signin-link {
    color: #fff;
    font-size: 18px;
    opacity: 0.7;
    margin-left: 20px;
    text-decoration: none;
}

.auth-btn .signin-link:hover {
    text-decoration: underline;
}

.home-banner {
    overflow: hidden;
    background: url('../images/banner-bg.jpg')no-repeat center;
    background-size: cover;
    position: relative;
    z-index: -1;
}

.home-banner:before {
    content: '';
    background-color: #B8CBF1;
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.pt-100{padding-top: 100px;}
.pb-100{padding-bottom: 100px;}
.pb-50{padding-bottom: 50px;}
.home-banner-content {width: 500px;}
.home-banner-content h1{font-size: 60px;color: #0F3D99;margin-bottom: 30px;font-weight: 300;}
.home-banner-content h1 span{font-weight: 700;}
.home-banner-content p{font-size: 24px;color: #343434;margin-bottom: 30px;}

.benefitsSection{background: #F7F7F7;}
.heading_sm{font-size: 36px;text-transform: uppercase;color: #01AEA4;font-weight: 500;margin-bottom: 100px;}
.benefitsSection .benefitImg{height: 280px;display: flex;align-items: center;margin-bottom: 50px;width: 250px;margin: auto;}
.benefitsSection h3{font-size: 36px;text-align: center;color: #0F3D99;margin-bottom: 30px;font-weight: 300;}
.benefitsSection p{font-size: 20px;color: #343434;text-align: center;}
.benefitsSection h3 span, .getStart h2 span{font-weight: 600;}

.getStart h2{font-size: 50px;color: #0F3D99;margin-bottom: 40px;font-weight: 300;}
.getStart p{font-size: 20px;}
.getStart .btn-primary:hover{background:#00aea3;color: #fff;}

/* .benefitBlock.row .benefitImg, .benefitBlock.row .benefitText{max-width: 50%;flex: 0 0 50%;} */
.benefitBlock.row p{text-align: left;}
/* .benefitsSection .benefitBlock.row .benefitText{padding-right: 280px;} */
#works .container{padding: 0 100px;}
.benefitsSection .benefitBlock.row .benefitText h3{text-align: left;}
.benefitsSection .benefitBlock.row .benefitText > span{background: #01AEA4;width: 40px;height: 40px; display: inline-block;border-radius: 100%;color: #fff;text-align: center;vertical-align: middle;font-size: 27px;margin-bottom: 15px;}
.benefitsSection .col-md-12 .benefitBlock.row:nth-child(even){flex-direction: row-reverse;} 
.benefitsSection .benefitBlock.row .benefitImg{height: auto;margin-bottom: 0;}
.benefitsSection .benefitBlock.row{margin-bottom: 120px;align-items: center;}
.benefitsSection .benefitBlock.row .benefitImg{width: 100%;}
.benefitsSection .benefitBlock.row .benefitImg img{box-shadow: 0px 3px 20px rgb(0 0 0 / 20%);border-radius: 20px;}

.clientsFeedback{background: #f7f7f7;}
.clientsFeedbackblock{background: #fff;padding: 40px;}
.clientsFeedbackblock img{margin-bottom: 25px;width: 40px;}
.clientsFeedbackblock p{font-size: 20px;color: #000;margin-bottom: 0;}
.clientsFeedbackblock p.fw-bolder{font-size: 16px;}

.faqSection h2.title{color: #0F3D99;font-weight: 400;margin-bottom: 50px;}
.accordion-item{border: none;margin-bottom: 35px;}
.accordion-button{padding: 0;font-size: 22px;font-weight: 600;color: #0F3D99;position: relative;}
.accordion-button:not(.collapsed){color: #0F3D99;background: #fff;box-shadow: none;}
.accordion-button:not(.collapsed)::after {background-image: url('../images/minus.svg');}
.accordion-button::after{background-image: url('../images/add.svg');position: absolute; top: 0;bottom: 0;left: -40px;margin: auto;}
.accordion-body {padding: 10px 0 10px 43px;font-size: 18px;}
.accordion-header {padding-left: 40px;}
.faqSection img{width: 300px;}

.contactUs .container{background-color: #0F3D99;padding: 70px 100px;}
.contactUs .contactHeading h2{font-size: 45px;color: #fff;margin-bottom: 20px;font-weight: 300;}
.contactUs .contactHeading h2 span{font-weight: 700;}
.contactUs .contactHeading p{font-size: 20px;color: #fff;}
.contactUs form{margin-top: 40px;}
form label{font-size: 20px;color: #fff;font-weight: 600;}
.form-dropdown, .form-input{margin-bottom: 30px;}
.form-dropdown::after {display: block;clear: both;content: "";}
.form-control, .form-select{height: 60px;background-color   :transparent;border: 1px solid #fff;color: #fff;font-size: 18px;padding: 10px 20px;}
.form-select{background-image: url('../images/down.svg');}
.form-control:focus{background: transparent;color: #fff;box-shadow: none;}
.form-select option{color: #000;}
/* .form-select.error{color: #fff;font-size: 18px;} */
form .btn{margin-top: 10px;}
.contactDetail{padding: 0 50px 0 100px;margin-top: 40px;}
.contactDetail p.title{font-size: 24px;}
.contactDetail p{font-size: 16px;color: #fff;}
.contactDetail h4{font-size: 32px;color: #fff;font-weight: 600;margin-bottom: 40px;}

.footerText img{margin-bottom: 20px;}
.footerText{display: flex;justify-content: space-between;}
.footerText p{font-size: 18px;color: #7a7a7a;line-height: 1.6;}
.footerInquiry{width: 400px;}  
.footerInquiry label{color: #0f3d99;font-weight: 600;font-size: 18px;margin-bottom: 30px;}
.footerInquiry .form-control{border: 2px solid #0f3d99;color: #0F3D99;}
.footerInquirytext{position: relative;margin-bottom: 100px;}
.footerInquirytext .btn{position: absolute;top: 0;width: 60px;height: 60px;border-radius: 7px;padding: 15px;right: 0;background: #0f3d99;border: none;}
.footerInquirytext input{border-radius: 7px;}
.footerInquirytext .btn img{filter: invert(1);}
.footercopyright{padding: 40px 0;border-top: 1px solid #ababab;display: flex;align-items: center;justify-content: space-between;}
.footercopyright p, .footercopyright a{margin-bottom: 0;font-size: 18px;color: #7a7a7a;text-decoration: none;}
.footercopyright a:hover{color: #0F3D99;}
.footercopyright ul{display: flex;align-items: center;padding-left: 0;margin-bottom: 0;}
.footercopyright ul li{list-style-type: none;margin-right: 40px;font-size: 18px;color: #7a7a7a;}
.footercopyright ul li:last-child{margin-right: 0;}

label.error {color: #fc0002; font-size: 15px; font-weight: 400;line-height: 1.1;}

.go-top {position:fixed;bottom: 20px;right: 20px;display:none;cursor: pointer; -webkit-font-smoothing: antialiased;}
.privacy-policy-page{background: #f7f7f7;padding: 70px 0;}
.privacy-policy-page p{font-size: 18px;color: #343434;margin-bottom: 25px;}
.privacy-policy-page p:last-child{margin-bottom: 0;}
.privacy-policy-page-content{
    text-align: justify;
    p{
       margin-top: auto;
       margin-bottom: auto; 
    }
}
.privacy-policy-page-cookies-table {
    border-collapse: collapse;
    width: 100%;
}
.privacy-policy-page-cookies-table th {
    border: 1px solid black;
    background-color: cornflowerblue;
    color: white;
    padding: 8px;
}

.privacy-policy-page-cookies-table td {
    border: 1px solid black;
    padding: 8px;
}

.terms-condition-page{background: #f7f7f7;padding: 70px 0;}
.terms-condition-page p{font-size: 18px;color: #343434;margin-bottom: 25px;}
.terms-condition-page p:last-child{margin-bottom: 0;}
.terms-condition-page-content{
    text-align: justify;
    p{
       margin-top: auto;
       margin-bottom: auto; 
    }
}

.form-feedback-page{background: #f7f7f7;padding: 70px 100px;}
.form-feedback-page .container{background-color: #0F3D99;}
.form-feedback-page h2{font-size: 45px;color: #fff;margin-bottom: 20px;font-weight: 300;}
.form-feedback-page p{
    font-size: 20px;color: #fff;
    a{color: #fff;}
}

.priceSection{background-color: #0F3D99;padding: 60px 0;}
.priceSection h2{font-size: 32px;font-weight: 600;color: #fff;text-align: center;margin-bottom: 45px;}
.priceSectionbox{width: 610px;background: #fff;margin: auto;padding: 40px 20px;text-align: center;border-radius: 8px;}
.priceSectionbox p{font-size: 24px;text-transform: uppercase; color: #091A6D; margin-bottom: 6px;line-height: 1;}
.priceSectionbox span{font-size: 14px;text-transform: uppercase; color: #091A6D;}
.priceSectionbox .main_price{margin: 42px 0;}
.priceSectionbox .main_price h3{font-size: 64px;color: #000;margin-bottom: 8px;line-height: 1;}
.priceSectionbox .main_price span{font-size: 16px;text-transform: lowercase;color: #000;}
.priceSectionbox .btn{padding: 8px 26px 10px;border-radius: 3px;font-size: 18px;font-weight: 500;}
.priceSectionbox .btn:hover{background: #0F3D99;color: #fff;}

@media only screen and (max-width: 1700px) {
.home-banner.pt-100{padding-top: 70px;}
.home-banner.pb-100{padding-bottom: 70px;}
.getStart h2 {font-size: 40px;}
}
@media only screen and (max-width: 1366px) {
.home-banner-content {width: 430px;}
.home-banner-content h1 {font-size: 40px;}
.benefitsSection h3 {font-size: 28px;}
/* .benefitsSection .benefitBlock.row .benefitText {padding-right: 200px;} */
.benefitsSection .benefitBlock.row {margin-bottom: 100px;}
.contactDetail {padding: 0 50px;}
header .navbar-nav .nav-item {padding: 0 10px;}
}
@media only screen and (max-width: 1280px) {
.footercopyright{justify-content: revert;    padding: 30px 0;}
.footercopyright p, .footercopyright ul{padding-right: 50px;}

}
@media only screen and (max-width: 1024px) {
.auth-btn .signin-link {margin-left: 10px;}
.navbar{padding: 20px 0;}
.auth-btn .signin-link span{display: none;}
.home-banner{padding: 0 15px;text-align: center;}
.home-banner-content {width: 100%;margin-top: 30px;}
.home-banner-content h1{margin-bottom: 20px;}
.clientsFeedbackblock{padding: 20px;}
.contactUs .container {padding: 50px;}
.contactDetail {padding: 0 30px;}
.footercopyright ul li {margin-right: 20px;}
.clientsFeedbackblock p.fw-bolder{line-height: 1.2;margin-top: 10px;}
.pt-100{padding-top: 70px;}
.pb-100{padding-bottom: 70px;}
.benefitsSection .benefitBlock.row .benefitText {padding-left: 15px;}   
.clientsFeedbackblock p {font-size: 18px;}
#works .container {padding: 0 50px;}
.privacy-policy-page{padding: 50px 0;}
.terms-condition-page{padding: 50px 0;}
.form-feedback-page{padding: 50px 0;}
.priceSectionbox {width: 500px;}
.priceSectionbox .main_price {margin: 30px 0;}
}
@media only screen and (max-width: 991px) {
.benefitsSection .benefitImg{height: auto;margin-bottom: 30px;}
.benefitBlock{margin-top: 70px;}
#benefits .mb-5{margin-bottom: 0!important;}
/* .benefitsSection .benefitBlock.row .benefitText {padding-right: 0px;} */
.clientsFeedbackblock {margin-bottom: 20px;}
.contactDetail {padding: 0px;}
.footercopyright{display: block;text-align: center;}
.footercopyright ul{justify-content: center;margin-top: 20px;}
.footerInquirytext{margin-bottom: 70px;}
.benefitsSection h3 {font-size: 30px;}
.navbar-collapse{position: absolute;top: 90px;left: 0px;right: 0px;background: rgb(15, 61, 153);z-index: 99999999;padding: 30px 30px;}
header .navbar-nav .nav-link {padding: 15px 20px!important;font-size: 20px;font-weight: 600;}
header .navbar-nav .nav-link:after{display: none;}
header .navbar-nav .nav-link:hover{background-color: #fff;color: #0f3d99;border-radius: 5px;}
.navbar-toggler{position: absolute;right: 40px;}
.auth-btn{padding-right: 70px;}
.auth-btn .signin-link{opacity: 1;}
.getStart h2 {margin-bottom: 20px;}
#works .heading_sm{margin-bottom: 0;}
#works .container {padding: 0px 15px;}
}

@media only screen and (max-width: 767px) {
.navbar>.container{padding: 0 15px;max-width: 100%;}
.navbar-brand img{width: 150px;}
.navbar-toggler{right: 30px;}
.navbar-collapse {top: 86px;}
header .navbar-nav .nav-item {padding: 0px;}
.home-banner-content h1 {font-size: 40px;}
.home-banner-content p {font-size: 20px;}
.home-banner-content h1 {margin-bottom: 10px;}
.getStart h2 {font-size: 40px;margin-bottom: 26px;}
.getStart p {font-size: 18px;}
.heading_sm{margin-bottom: 50px;}
.benefitsSection .benefitBlock.row{display: block!important;}
.benefitBlock.row .benefitImg, .benefitBlock.row .benefitText{max-width: 100%;flex: 0 0 100%;}
.benefitsSection .benefitBlock.row .benefitText{padding-left: 0;text-align: center;}
.benefitsSection .benefitBlock.row .benefitText h3{text-align: center;}
.benefitsSection .benefitBlock.row .benefitImg{margin-bottom:30px;}
.benefitsSection .benefitBlock.row .benefitText > span {    margin-bottom: 10px;}
.benefitsSection .benefitBlock.row {margin-bottom: 0;margin-top: 80px;}
.heading_sm {margin-bottom: 0px;}
.benefitsSection .benefitBlock.row .benefitText h3{font-size: 24px;}
.benefitsSection .btn{margin: 30px auto 0!important;}
.accordion-button {font-size: 20px;}
.contactUs .contactHeading h2 { font-size: 40px;}
/* .form-dropdown, .form-control {margin-bottom: 20px;} */
.contactUs .container {padding: 40px 25px;}
.footerText{display: block;text-align: center;}
.footerInquiry{width: 100%;}
.footerText p br{display: none;}
.footerText img {margin-bottom: 10px;}
.footerInquiry label {margin-bottom: 20px;margin-top: 20px;}
.footerInquirytext {margin-bottom: 50px;}
.footercopyright p, .footercopyright ul {padding-right: 0px;}
.privacy-policy-page{padding: 30px 0;}
.privacy-policy-page p{font-size: 16px;}
.terms-condition-page{padding: 30px 0;}
.terms-condition-page p{font-size: 16px;}
.form-feedback-page{padding: 30px 0;}
.form-feedback-page h2{font-size: 32px;}
.form-feedback-page p{font-size: 16px;}
}

@media only screen and (max-width: 575px) {
.home-banner-content h1, .getStart h2, .contactUs .contactHeading h2, .benefitsSection h3 {font-size: 24px;}
.home-banner-content p,.benefitsSection p, .clientsFeedbackblock p, .contactUs .contactHeading p, .contactDetail p{font-size: 18px;}
.home-banner.pb-100 {padding-bottom: 50px;}
.home-banner.pt-100 {padding-top: 50px;}
.contactUs form {margin-top: 20px;}
.contactDetail h4 {margin-bottom: 20px;}
form label {font-size: 18px;}
form .btn {margin-top: 10px;}
.contactDetail p.title {font-size: 20px;}
.navbar-brand img {width: 100px;}
.navbar-toggler {right: 15px;top: 25px;}
.auth-btn .btn{padding: 8px 15px;font-size: 15px;}
.auth-btn {padding-right: 40px;}
.auth-btn .signin-link {margin-left: 0px;}
.navbar {padding: 12px 0;}
.navbar-collapse {top: 65px;}
.navbar-collapse{padding: 10px 15px 30px;}            
.pt-100{padding-top: 50px;}
.pb-100{padding-bottom: 50px;}    
.heading_sm {font-size: 30px;}
header .navbar-nav .nav-link {font-size: 18px;}
.form-dropdown, .form-input {margin-bottom: 20px;}
.priceSectionbox {width: auto;}
.priceSection{padding: 50px 0;}
.priceSectionbox .main_price {margin: 25px 0;}
}

