/* Variable declarations */
:root {
  --blue: #004e66;
  --yellow: #ed9426;
  --black: #444444;

}




*{margin: 0; padding: 0; box-sizing: border-box;}
ul{padding: 0; margin:0; list-style-type: none;}

a{color:inherit; text-decoration: none;}
h1,h2,h3,h4,h5,h6{}

.h2 {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
}

:focus{outline: none; border:none;}
body{
  font-size: 18px;
  line-height: 28px;
  color: var(--black);
  font-family: "Poppins", sans-serif;
  font-weight: 400;

}

h2, .heading {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
}
p {
    margin-bottom: 15px;
}

main a {
    color: #0754a9;
}

html {
  scroll-behavior: smooth;
}

.maindiv{
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.img-fluid{
  max-width: 100%;
  height: auto;
}
.img-res{
  max-width: 100%;
  width: 100%;
  height: auto;
}
.transition{
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.text-white{color: #fff;}
.text-left{text-align: left;}
.text-center{text-align: center;}
.rounded{border-radius: 5px;}
.pt-1{padding-top: 20px;}
.pt-2{padding-top: 40px;}
.pt-3{padding-top: 60px;}
.pb-1{padding-bottom: 20px;}
.pb-2{padding-bottom: 40px;}
.pb-3{padding-bottom: 60px;}

.mt-1{margin-top: 20px;}
.mt-2{margin-top: 40px;}
.mt-3{margin-top: 60px;}
.mb-1{margin-bottom: 20px;}
.mb-2{margin-bottom: 40px;}
.mb-3{margin-bottom: 60px;}

.mb-0{margin-bottom: 0 !important;}
.row-reverse{flex-direction: row-reverse;}

/*common css end*/
a.more {
    color: #0d4bbe;
    font-style: italic;
}
.theme-btn {
    background: var(--yellow);
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    border: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}


.theme-btn:hover {
    background: #9a5a0a;
}

/* navigation start */

.nav-header {
    position: relative;
    background: var(--tan);
    padding: 5px 0;
}
.logo {
    max-width: 230px;
    position: absolute;
    top: 5px;
}
#menu-icon {
    padding-top: 28px;
    color: var(--red);
    right: 5px;
    position: relative;
    font-size: 30px;
    bottom: 14px;
    background: none;
    border: 0;
}
.nav01 {
    width: 100%;
    justify-content: flex-end;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.nav-header .maindiv {
    padding: 0;
}
.nav01 .menu01 li {
    margin: 12px 0;
}
.nav01 .menu01 a {
    color: #fff;
    font-weight: 500;
}
.nav01 .menu01 {
    width: 100%;
    background: var(--blue);
    padding: 0 15px; 
    display: none;
}
.sub_menu {
    display: none;
    padding-left: 10px;
}
.menu {
    font-size: 18px;
    position: relative;
    bottom: 4px;
}
.menu01 span.fa-arrow  {
    display: none;
}
.icon1 {
    position: relative;
}
.icon1:before {
    content: "";
    background: url(../images/chevron-down-outline.svg);
    position: absolute;
    color: #fff;
    right: 0px;
    top: 3px;
    font-size: 10px;
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1);
}

.nav01 .menu01 li.apply-now {
    border: 1px solid #ffffff;
    padding: 5px;
    background: #ffffff;
    margin-bottom: 20px;
    text-align: center;
}
.nav01 .menu01 li.apply-now a {
    color: #248e38;
}
.logo img {
    height: 70px;
}


.warning-header{
    background: #000;
    color: #fff;
    text-align: center;
    padding: 5px 0;
}
.warning-header p{margin-bottom: 8px; font-size: 16px;}
.warning-header .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 5px;
    top: 25px;
    cursor: pointer;
}
.warning-header .close ion-icon {
    font-size: 25px;
    line-height: 35px;
}
.nav01 .menu01 a.apply-btn {
    background: var(--yellow);
    padding: 7px 20px;
    border-radius: 5px;
    display: block;
    text-align: center;
    color: #fff;
}

/* home-banner */

.home-banner{
    padding: 30px 0;
}
.banner-content{
    display: block;
}



.home-banner h1 {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 48px;
}
.home-banner .sub-text {
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 20px;
}

.banner-slider1 {
    background: #e1eef6;
    padding: 30px;
    border-radius: 5px;
    text-align: center;
    margin: 30px 0;
}
.banner-slider1 .form-heading {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: var(--black);
}
.banner-slider1 .h3 {
    color: #004e66;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin: 15px 0 40px;
    display: block;
}

/* renge slider */

.banner-slider1 .irs--big .irs-line {
    top: 33px;
    background: #d5d2d2;
    border: 1px solid #d5d2d2;
}
.banner-slider1 .irs--big .irs-min, .banner-slider1 .irs--big .irs-max {
    top: -20px;
    color: #ffffff;
    text-shadow: none;
    background-color: #585757;
}
.banner-slider1 .irs--big .irs-from, .banner-slider1 .irs--big .irs-to, .banner-slider1 .irs--big .irs-single {
    color: white;
    text-shadow: none;
    background-color: #004e66;
    background: #004e66;
}
.banner-slider1 .irs--big .irs-bar {
    top: 33px;
    background-color: #004e66;
    border: 1px solid #004e66;
    background: #004e66;
    box-shadow: none;
}
.banner-slider1 .irs--big .irs-handle {
    top: 13px;
    width: 48px;
    height: 48px;
    border: 6px solid #fff;
    background-color: #004e66;
    background: #004e66;
    box-shadow: none;
    border-radius: 30px;
}
.banner-slider1 .irs-from, .banner-slider1 .irs-to, .banner-slider1 .irs-single {
    top: -20px;
}
.banner-slider1 .irs--big .irs-handle.state_hover, .banner-slider1 .irs--big .irs-handle:hover {
    border-color: hsl(0deg 0% 100%);
   background-color: #fcbe32;
}
/* renge slider end */

.banner-slider1 .get-quote {
    margin-top: 30px;
}


/*--bullet point list1 start--*/
.list1 {
    padding-left: 50px;
}
.list1 li {
    position: relative;
    margin-bottom: 20px;
}
.list1 li a{color: #0d4bbe; font-size: 18px;line-height: 28px;}
.list1 li:before {
    content: "";
    background: url(../images/circle-yellow.svg);
    position: absolute;
    color: #fff;
    left: -46px;
    top: 2px;
    width: 35px;
    height: 35px;
}
.list1.sm li:before {
    width: 20px;
    height: 20px;
    left: -26px;
    top: 4px;
}
.list1.sm {
    padding-left: 27px;
}
.list1.sm li {
    margin-bottom: 6px;
}
.list1 li p:first-child>strong {
    color: var(--black);
    font-size: 19px;
    line-height: 29px;
}
.list1 li > p:first-child {
    margin-bottom: 6px;
}

.list1.w li{color: #fff;}

/*--bullet point list1 end*/
.list1.banner-list li { margin-bottom: 10px;}

.banner-content ul li {
    font-size: 20px;
    line-height: 30px;
}

.box-3-row .bx, .box-4-row .bx {
    padding: 30px 30px 30px 30px;
    border-radius: 20px;
    position: relative;
    margin: 80px 0;
    background: #fcd5b4;
}
span.h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
}
.box-3-row .bx .icon-box, .box-2-row .bx .icon-box {
    width: 80px;
    height: 80px;
    background: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 37px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.box-3-row .bx .h3, .box-2-row .bx .h3 {
    color: #000;
    font-size: 24px;
    line-height: 34px;
}
.box-3-row .bx:nth-of-type(even) .icon-box, .box-2-row .bx:nth-of-type(even) .icon-box {
    background: var(--yellow);
}



.box-2-row .bx {
    padding: 60px 30px 30px 30px;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: 0 0 3px 4px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0 0 3px 4px rgb(0 0 0 / 9%);
    box-shadow: 0 0 3px 4px rgb(0 0 0 / 9%);
    margin: 80px 0 20px 0;
}

.box-2-row .bx .icon-box {
    width: 80px;
    height: 80px;
    background: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 37px;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    border: 5px solid #fff;
}
.box-2-row .bx:nth-of-type(1) .icon-box, .box-2-row .bx:nth-of-type(4) .icon-box  {
    background: var(--yellow);
}

.bdr {
    padding: 20px;
    border: 2px solid var(--blue);
    border-radius: 10px;
}
.left .dot-img, .right .dot-img {display: none;}
.imgbox {padding: 20px 0;}
.loan-wrp {
    margin-bottom: 20px;
    background: #fff;
    padding: 40px;
    border-radius: 25px;
}
.light-bg {
    background-color: #e4e4e4;
    background: url(../images/pattern-bg.png) no-repeat center;
    background-size: cover;
    padding: 60px 0;
}
.loan-wrp .text .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -40px;
    left: 20px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #e1eef6;
    border: 4px solid #fff;
}
.loan-wrp .text .icon i {
    font-size: 25px;
    color: var(--blue);
}
.loan-wrp .text {
    position: relative;
   
}

.blue_bg{
    background-color: var(--yellow);
}

.blue_bg .heading, .blue_bg p{color: #fff;}
.bdr-white {
    border: 2px solid #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

/*faq*/
.faq-area .accordion-container .accordion-title {
    position: relative;
    margin: 0;
    padding: 10px 36px 10px 20px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}



.faq-area .accordion-container .accordion-title::after {
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    right: 0;
    content: "";
    background: url(../images/add-circle.svg) no-repeat;
    width: 30px;
    height: 30px;
}


.faq-area .accordion-container .accordion-title.open::after {
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    right: 0;
    content: "";
    background: url(../images/remove-circle.svg) no-repeat;
    width: 30px;
    height: 30px;
}

.faq-area .accordion-container .accordion-title.open::after {
     background: url(../images/remove-outline.svg) no-repeat;
}

.faq-area .accordion-container {
    width: 100%;
    margin: 0 auto
}

.faq-area .accordion-content {
    padding: 0 15px 15px 15px;
    padding-left: 25px;
    font-size: 18px;
    line-height: 28px;
    border-radius: 0;
    color: var(--deepblue);
}
.faq-area .holder {
    background: #f0efef;
    margin: 20px 0;
    border-radius: 5px;
}


.faq-area .holder .accordion-content{display: none;}




.faq-area .holder {
    background: transparent;
}

.faq-area .holder .accordion-title {
    background: var(--blue);
    border-radius: 5px;
     -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.faq-area .holder .accordion-title.open{
    background: var(--blue);
    color: #ffffff;
}

.faq-area .accordion-content{
    padding-top: 15px;
    padding-bottom: 0;
}

/*faq*/


.footer {
    background: #f6fcfe;
    padding: 50px 0 0 0;
}

.footer span.h3 {
    margin-bottom: 20px;
}
.footer .four-div .col{width: 100%; margin-bottom: 30px;}



.footer .our-strength-design {
    border: 2px solid var(--blue);
    margin: 40px 0 40px 0;
    border-radius: 30px;
    padding: 30px 30px 0;
    position: relative;
    font-size: 16px;
    line-height: 26px;
}
.footer .our-strength-design .site-main-heading{
    background: #f6fcfe;
    margin: 20px 0 40px;
    position: absolute;
    top: -43px;
    padding: 0 10px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    color: var(--blue);
}
.footer .list1 li a{color: inherit; font-size: 16px; line-height: 26px;}
.link{color: var(--blue);}

.copyright {
    background: #e7eff1;
    padding: 8px;
}
.copyright-row p{
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
}
.faq {padding-bottom: 20px;}

.home-banner.innerpage {
    padding: 40px 0 10px 0;
}

.breadcrumb {
    padding: 10px;
    background: #e1eef6;
}
.breadcrumb li {
    display: inline-block;
}

.gray-bdr {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}


.three-div-grid .icon, .four-div-grid .icon, .mid-cap .col .icon, .two-div-grid .icon  {
    font-size: 50px;
    color: var(--blue);
    display: block;
    margin-bottom: 20px;
}
.three-div-grid .icon ion-icon, .four-div-grid .icon ion-icon, .mid-cap .col ion-icon, .two-div-grid .icon ion-icon  {
    --ionicon-stroke-width: 18px;
}

.home-banner.innerpage .img {
    display: none;
}

/*--table css--*/
.table-n table {
    width: 100%;
    border-collapse: collapse;
}
.table-n tr:nth-child(odd) {
    background: #eef3f5;
}
.table-n tr:nth-child(even) {
    background: #ffffff;
}
.table-n th {
    background: var(--blue);
    padding: 5px;
    color: #fff;
    font-weight: 500;
}
.table-n td {
    padding: 5px 15px;
    border: 1px solid var(--blue);
    text-align: center;
}
.table-n.text-left td{
    text-align: left;
}
.table-n td p {
    margin-bottom: 5px;
}
.table-n tr td:first-child p {
   /* font-weight: 600;*/
}

.table-n {
    overflow-x: auto;
}
.table-n th {width: 50%;}
.table-n.three th {width: 33.33%;}

.mid-wrap1 {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
}
.table-n.table-w tr:nth-child(even) {
    background: #fff;
    color: #333;
}
.table-n.type1 tr td:first-child p {
    font-weight: 400;
}
.table-n caption {
    background: var(--blue);
    border: 0;
    color: #fff;
    caption-side: top;
    padding-left: 15px;
}

/*--table css end--*/

.wrp .h3 {
    text-align: center;
    color: var(--blue);
    border-bottom: 1px solid;
    padding-bottom: 20px;
}
.bdr1 {
    padding: 20px;
    border: 1px solid var(--blue);
    border-radius: 10px;
}
.home-banner.innerpage.about {
    padding: 60px 0 60px 0;
}
.home-banner.about h1 {
    margin: 0;
}

/* apply-now page */
.apply-bg{
    background: #fdfdfd;
}
.apply-form {
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.input-apply {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 8px 0;
    font-size: 18px;
    line-height: 28px;
}
.apply-heading {
    margin: 15px 0;
}

.apply-wrap .icon {
    font-size: 50px;
    color: var(--blue);
    display: block;
    margin-bottom: 20px;
}
.apply-wrap .gray-bdr {
    margin-bottom: 30px;
    margin-top:30px;
}
.apply-form .heading {
    color: var(--blue);
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}
.apply-form.contact {
    padding: 0;
    border: 0;
}
.apply-form.contact {
    padding: 0;
    border: 0;
}
.apply-form.contact .c-wrp {
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 10px;
}
.test-auth-p {
    display: block;
    color: var(--blue);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.auth-info-p > .city {
    color: #6e6d6d;
    font-size: 16px;
    line-height: 26px; 
    margin-bottom: 15px;
    display: block;
}
.test-box-p-inn img {
    border-radius: 50%;
}
.loans .gray-bdr {
    padding: 40px 30px 5px 30px;
}

/*---calculator page--*/
label {
    font-size: 13px;
    line-height: 20px;
    color: #666;
    padding-bottom: 5px;
    display: inline-block;
}

.box-in {
    width: 98%;
    border: 1px var(--blue) solid;
    margin: 0 auto;
    text-align: center
}

.box-in span {
    font-size: 20px!important;
    line-height: 30px!important;
    color: #666;
    margin: 0 auto!important;
    padding: 0;
    padding-left: 0
}

#loan-calculator {
    padding: 20px;
    background: #fff
}

.lone-calc {
    font-size: 20px;
    line-height: 20px;
    padding-top: 30px;
    color: #666;
    margin: 0 auto;
    padding-bottom: 15px
}

.lone-calc:nth-child(1) {
    padding-top: 0
}

.loanAmount__container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%
}

.sub {
    box-sizing: border-box;
    background-color: var(--blue);
    background-image: url(../images/steps-tabs-minus.png);
    background-repeat: no-repeat;
    background-position: 50%
}

.add {
    box-sizing: border-box;
    background-color: var(--blue);
    background-image: url(../images/steps-tabs-plus.png);
    background-repeat: no-repeat;
    background-position: 50%
}

.sub_button {
    border-radius: 50px;
    border: none;
    height: 35px;
    width: 50px;
    padding: -3px;
    margin: 0 12px
}

/*.bg-fg {
    background: #fff;
    padding: 20px;
    border-right: 2px solid #ababab
}*/

.bg-fg {
    margin-bottom: 20px;
}

.input-typ {
    width: 35%;
    padding: 5px 10px;
    height: 35px;
    background: #fff;
    border: 0 #fc8423 solid;
    font-size: 20px!important;
    line-height: 30px!important;
    color: #666;
}

#applyNow {
    height: 41px;
    width: 80%!important;
    border: none;
    border-radius: 20px 20px;
    background: var(--blue);
    color: #fff;
    margin-top: 0;
    font-size: 18px;
    line-height: 28px;
}

.results__result h3 {
    font-weight: 400;
    color: #0762a0!important;
    display: block;
    line-height: 24px;
    margin: 12px 0;
    font-size: 14px;
    text-align: left;
    padding-right: 15px
}

.results__result h3 span {
    font-size: 20px;
    padding-left: 30px;
    color: #002e5c;
    font-weight: 600
}

.input-typ-2 {
    width: 15%;
    padding: 5px 0;
    height: 35px;
    background: #fff;
    border: 0 #fc8423 solid;
    font-size: 20px!important;
    line-height: 30px!important;
    color: #666;
}

.results__result {
    box-sizing: border-box;
    background: #f6f6f6;
    width: 80%;
    padding: 1px!important;
    margin-bottom: 8px;
    padding: 1px 20px!important
}

.representative-example {
    display: grid;
    grid-template-columns: 70% 30%;
    padding: 10px
}
.box-in-3 {
    width: 98%;
    border: 1px var(--blue) solid;
    margin: 0 auto;
    text-align: center;
}
.input-typ-3 {
    width: 21%;
    padding: 5px 10px;
    height: 35px;
    background: #fff;
    border: 0 var(--blue) solid;
    font-size: 20px!important;
    line-height: 30px!important;
    color: #666;
}
.box-in-3 span {
    font-size: 20px!important;
    line-height: 30px!important;
    color: #666;
    margin: 0 auto!important;
    padding: 0;
    padding-left: 0;
}

/*---calculator page end--*/

.thanks-sec p{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
.thanks-sec img{    
    display: block;
    max-width: 100%;
    margin: 20px auto;
}
.thanks-sec a{
    color: #037a79;
}
.loan-display a{color: inherit;}

/*25oct 2025*/

.social li{display: inline-block; color: #636363; font-size: 22px; margin: 0 10px;}
.next-warning{
    display: flex;
    justify-content: space-between;
}
p.light {
    font-size: 13px;
    line-height: 23px;
}
.yellow{
    color: var(--yellow);
    font-weight: 600;
}
.grey{
    background: #f8f8f8;
}

.inner-row {
    display: flex;
    justify-content: space-between;
}

.icon {
    margin-right: 20px;
}
.theme-btn.w {
    background: transparent;
    border: 1px solid #ddd;
    font-size: 16px;
    line-height: 26px;
    border-radius: 10px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.theme-btn.w:hover {
    background: var(--black);
    color: #fff;
}

.blue_bg .row {
    align-items: center;
}

.text-rightside-align {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    margin-right: 0;
}
.imgbox1{line-height: 0}

.box-2-row.white .bx {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 6px 18px rgba(198, 161, 209, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.box-2-row.white .bx:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(198, 161, 209, 0.6);
}
.box-2-row.white .bx .h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
    color: var(--black);
}

.symbol {
    width: 50px;
    height: 50px;
    display: flex;
    background: var(--yellow);
    border-radius: 50%;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-top: 6px;
}
.blue{
    background: var(--blue);
}
.cta-bx {
    padding: 30px;
    border-radius: 25px;
}


/*form*/
.from-zone {
    padding: 50px 30px 0px 30px;
}
.formbox {
    background: #fff;
    padding: 30px;
    position: relative;
    border-radius: 10px;
    box-shadow: 5px 5px 19px 0 rgb(0 0 0 / 15%);
}

.formbox .cols {
    margin: 15px 0;
}

.formbox .form-control {
    width: 100%;
    padding: 15px;
    border: 0;
    color: #333333;
    background: #f4f4f4;
}
.formbox textarea {
    min-height: 80px;
}
.btn-submit .theme-btn {
    display: block;
    width: 100%;
}

.formbox .heading {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 32px;
}

.icon-bx {
    display: block;
    font-size: 50px;
    margin-bottom: 20px;
    color: var(--blue);
}   
.how-it-works{padding: 40px 0;}

/*countries css start*/
.country-sec ul {
    margin: 0;
    padding: 0;
}
.country-sec ul .drp-countries {
    position: relative;
    list-style: none;
}
.country-sec ul .drp-countries a {
    padding: 2px 6px;
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.country-sec ul .drp-countries a img {
    margin-right: 5px;
}
.country-sec ul .drp-countries a i {
    margin-left: 5px;
}

.country-sec ul .drp-countries .drp-menu-countries {
    position: absolute;
    top: 100%;
    background: var(--yellow);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    left: 0;
    display: none;
    width: 100px;
    margin: 0;
    padding: 2px 6px;
    text-align: left;
    z-index: 99;
}
.country-sec ul .drp-countries .drp-menu-countries li {
    list-style: none;
}
.country-sec ul .drp-countries .drp-menu-countries li a {
    padding: 0;
    color: #fff;
}
.country-sec ul .drp-countries a img {
    margin-right: 5px;
}
.country-sec ul .drp-countries .drp-menu-countries.fade-down {
    display: block;
animation: fadeDown 200ms ease-in-out forwards; 
}
.country-sec {
    display: flex;
    justify-content: flex-end;
}
@keyframes fadeDown {

  0% {

    opacity: 0;

    transform: translateY(-20%); }

  100% {

    opacity: 1;

    transform: translateY(0); } 
}
.top-header {
    background: var(--yellow);
}



/*countries css ends*/