@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

 
body{
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  color: #4A575E;
}

a {
  color: #833B13;
}
img {
  max-width: 100%;
}

h2 {
  color: #1F5D7A;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 30px;
}

/**************Button**************/

.btn {
  border-radius: 5px;
  padding: 12px 28px;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
}
.btn-primary {
  background: #1F5D7A;
  border-color: #1F5D7A;
  color: #ffffff;
  min-width: 174px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #3B92A7!important;
  border-color: #3B92A7!important;
  box-shadow: none !important;
  color: #ffffff;
} 



h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-weight: 600;
}
h3 {
  font-size: 24px;
  line-height: 30px;
}
 
 

header .navbar-nav .nav-link {
  color: #FFF !important;
  padding: 0px 16px !important;
  font-size: 14px;
  font-weight: 700;
}
a.navbar-brand.tp-desktop {
  position: relative;
  margin-left: 20px;
}
header .navbar-brand {
  max-width: 210px;
}
a.navbar-brand.tp-desktop img {
  max-width: 103px;
}
a.navbar-brand.tp-desktop:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 41px;
  background: #FFF;
  position: absolute;
  left: -17px;
}


/**************Header**************/

section.banner-top {
  margin-top: 10px;
  margin-bottom: -276px;
}
header .container-fluid {
  max-width: 1400px;
}
header {
  background: #199BAA;
}
header.fixed {
  padding: 6px 0px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  animation: slideDown 0.35s ease-out;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.20);
}


/**************Logo Section**************/

section.top-logo-sec {
  background: #F6F6F6;
  padding: 20px 0px;
}
.top-logo-sec .container {
  /* max-width: 960px; */
}
.logo-inner {
  display: flex;
  align-items: center;
}

.logo-col-top {
  margin: 0px 25px;
}

/**************Banner Section**************/

section.banner-sec {
  background: #199baa;
  padding: 50px 0px 0;
}

.banner-text h1 {
  font-size: 40px;
  line-height: 53px;
  color: #FFF;
  font-weight: 700;
  margin-bottom: 39px;
}

span.text-green {
  color: #4a3a86;
}
ul.list-style li {
  font-size: 25px;
  line-height: 30px;
  color: #FFF;
  position: relative;
  list-style: none;
  padding-left: 28px;
  margin-bottom: 12px;
}

ul.list-style li:before {
  content:"";
  background: #85f700;
  width: 15px;
  height: 16px;
  position: absolute;
  border-radius: 50%;
  top: 8px;
  left: 0;
}

ul.list-style {
  margin: 0;
  padding: 0;
}

.rate-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 56px;
}

.rate-col h3 {
  font-size: 42px;
  color: #FFF;
  line-height: 60px;
  min-width: 157px;
}

.rate-ig {
    margin-left: 3px;
    max-width: 211px;
}


.radio-box {
  border: 2px solid #FFFFFF;
  background: #4CCC64;
  color: #FFF;
  display: block;
  border-radius: 15px;
  text-align: center;
  text-decoration: none;
  font-size: 32px;
  font-weight: 600;
  padding: 39px 20px;
  margin-bottom: 17px;
  box-shadow: 0 1px 3px rgba(1, 1, 1, 0.5);
}

.radio-box:hover {
  background: #379849;
  color: #FFFFFF;
}
.form-inner h3 {
  font-size: 34px;
  color: #393939;
  line-height: 40px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}

.form-inner {
  background: #FFF;
  padding: 30px;
  border-radius: 15px 15px 0px 0px;
  position: relative;
}
.form-col {
  max-width: 403px;
  margin-left: auto;
}
.st-img {
  margin-bottom: -39px;
  position: relative;
  z-index: 3;
}
span.lock-icon {
  background: #2185df;
  width: 26px;
  height: 26px;
  line-height: 9px;
  display: inline-block;
  border-radius: 50%;
  padding: 5px;
}

.safe-text {
  font-size: 14px;
  color: #323232;
}

.form-inner:before {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  background: url(../images/left-curve.png);
  left: -36px;
  bottom: 0;
}
.form-inner::after {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  background: url(../images/right-curve.png);
  right: -36px;
  bottom: 0;
}

.partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-logo .logo-box {
  margin: 0px 37px;
}

section.partner-sec h4 {
  color: #3a3a3a;
  font-style: italic;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 18px;
}

section.partner-sec {
  padding: 20px 0px;
}

section.text-sec {
  padding: 50px 0px;
  background: rgb(24,67,111);
  position: relative;
}
section.text-sec:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: #EEFAFF;
  right: 0;
  top: 0;
  bottom: 0; 
}


.left-col-text {
  padding-right: 36px;
}
section.text-sec h2 {
  font-size: 31px;
  line-height: 40px;
  font-weight: 700;
}

.left-col-text {
  color: #FFF;
}

.left-col-text h2 {
  color: #FFF;
  margin-bottom: 10px;
}

.left-col-text h3 {
  color: #FFF;
  margin-bottom: 36px;
}
.item-box {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 31px;
}

.item-box span {
  color: #8ac8ff;
  font-weight: bold;
}
.right-col-text h2 {
  color: #272568;
  margin-bottom: 8px;
}

.right-col-text {
  padding-right: 0;
  max-width: 483px;
}
 
.right-col-text {
  font-size: 20px;
  line-height: 34px;
  color: #3a3a3a;
  margin-top: 33px;
  position: relative;
  padding-left:15px;
  text-align: right;
}
.right-inner {
  padding-left: 62px; 
}
.partner-logo-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  position: relative;
  left: 36px;
  align-items: center;
}

.partner-logo-row .logo-box {
  text-align: center;
}
section.sm-text-sec {
  padding: 24px 0px;
}
.size2 {
  max-height: 72px;
}

img.size1 {
  max-height: 67px;
}

img.size3 {
  max-height: 51px;
}

.partner-logo-row .logo-box img {object-fit: contain;}
.sm-text {
  font-size: 12px;
  max-width: 942px;
  margin: auto;
  color: #b3b3b3;
}

.sm-text p {
  margin-bottom: 8px;
}

 
.seniorwise-footer {
  text-align: center;
  position: relative;
}
ul.policy {
  display: flex;
  justify-content: center;
  margin-bottom: 0 !important; padding: 0px;
}
ul.policy li {
  position: relative; list-style: none; line-height: 19px;
}
footer .copyright {
  text-align: center;
  color: #fff;
}
ul.policy li a {
  color: #fff;
  margin: 0 10px;
  font-size: 13px !important;
  transition: 0.3s;
}
ul.policy li:nth-child(1):before {
  border-right: 1px solid #fff;
  content: "";
  position: absolute;
  height: 14px;
  right: 0px;
  top: 6px;
}
footer .copyright p {
  font-size: 13px !important;
}
footer {
  background: #199BAA;
  padding: 0px;
}

 
footer a:hover {
  color: #FFF;
}

.modal-title {
  font-size: 36px;
  color: #000000;
  text-align: center;
  width: 100%;
  font-weight: 400;
}

.modal-content {
  color: #000;
  font-size: 16px;
}

.modal-header {
  border: 0;
  text-align: center;
}

.btn-close {
  background: #000000;
  opacity: 1 !important;
  border-radius: 50%;
  background-image: none !important;
  color: #FFF !important;
  font-size: 16px;
  padding: 4px !important;
  font-weight: 700;
  line-height: 14px;
  top: 0;
  right: 3px;
  position: absolute;
  border: 2px solid #FFF;
}
.modal-body h3 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
section.form-sec {
  padding: 40px 0px;
}

.logo-img {
  max-width: 300px;
}
header.header-basic {
  padding: 10px 0px 10px;
}




.thanks-bar {
  background: #199BAA;
  text-align: center;
  color: #FFF;
}

.thanks-bar p {
  margin: 0;
  color: #FFFF;
  font-size: 20px;
}
.thanks-bar {
  background: #199BAA;
  text-align: center;
  color: #FFF;
  padding: 4px 10px;
}
span.icon-num {
  width: 50px;
  height: 50px;
  background: #199baa;
  display: inline-block;
  border-radius: 50%;
  line-height: 48px;
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  position: absolute;
  left: 0;
  list-style: none;
}

ul.num-style li {
  position: relative;
  padding-left: 68px;
  list-style: none;
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 45px;
}
ul.num-style {
  padding: 0;
  margin: 0;
}

section.thanks-sec {
  padding: 50px 0px;
}

p.lead-text {
  font-size: 20px;
  margin-top: 54px;
  text-decoration: underline;
  font-weight: 600;
}
.thanks-text h1 {
  margin-bottom: 15px;
}

.thanks-text h2 {
  font-size: 43px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 47px;
}
section.features-sec {
  background: #199baa;
}

.features-box {
  text-align: center;
  color: #FFF;
  margin-bottom: 30px;
}

.features-box h3 {
  font-size: 28px;
  line-height: 30px;
  color: #FFF;
  display: inline-block;
  border-bottom: 3px double #FFF;
  padding-bottom: 11px;
}

.row.features-row {
  margin-top: 40px;
}





@media (min-width: 1200px) {

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1140px;
}

.container-custom{
  max-width: 960px;
}
}


@media (min-width:992px) and (max-width:1200px){
  .banner-text h1 {
    font-size: 34px;
    line-height: 40px;
} 
}

@media (max-width:991px){
  .top-log-row {
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr; */
}

.banner-text h1 {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 25px;
}
.logo-inner {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
}
.logo-inner .logo-box img {
  max-height: 41px;
   
}

.logo-inner .logo-box {
  text-align: center;
  margin: 6px 0px;
}

.logo-col-top {
  margin: 0px 0px;
}
.rate-ig {
    margin-left: 9px;
    flex: 1;
}

.rate-col h3 {
    font-size: 40px;
    line-height: 42px;
    min-width: 89px;
}

ul.list-style li {
    line-height: 28px;
    font-size: 22px;
    font-weight: 400;
}

.rate-text {
    margin-top: 23px;
}

section.top-logo-sec {
    padding: 4px 0px;
}

.radio-box {
    padding: 21px 20px;
    font-size: 24px;
}  


section.partner-sec h4 {
  margin-bottom: 4px;
}

section.partner-sec {
  padding: 29px 0px 10px;
  border-top: 1px solid #ccc;
}

.form-col {
  margin: 13px auto 0;
}
section.text-sec:before {
  background: transparent;
}

.right-inner {
  padding-left: 0;
}

.right-col-text {
  padding: 0px 15px;
  text-align: center;
}

section.text-sec h2 {
    font-size: 27px;
    line-height: 34px;
}

.left-col-text h3 {
  font-size: 20px;
  line-height: 25px;
}

.partner-logo-row {
  left: 0;
}
.row.reverse-sm {
  flex-direction: column-reverse;
}

.right-column {
    padding: 0px 30px 5px;
    background: #EEFAFF;
}
section.text-sec {
  padding: 0px 0px 7px;
}

.left-col-text {
  margin-top: 24px;
}
section.banner-sec {
  padding: 25px 0px 0;
}
footer#footer .container.py-5 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.thanks-text h2 {
  font-size: 27px;
  margin-bottom: 12px;
}

section.thanks-sec {
    padding: 24px 0px 0;
}

.thanks-bar p {
  font-size: 15px;
  line-height: 13px;
  margin-bottom: 6px;
}

.thanks-text h1 {
  margin-bottom: 0;
}

 

span.icon-num {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
}

ul.num-style li {
  padding-left: 43px;
  font-size: 17px;
  line-height: 26px;
}

ul.num-style li {
  margin-bottom: 10px;
}

p.lead-text {
  margin-top: 24px;
  margin-bottom: 20px;
  text-align: center;
}
.tr-logo {
  display: none;
}

.rate-box {
  margin-top: 30px;
}

.msg-text h3 {
  padding-right: 40px;
  font-weight: 700;
  font-size: 24px;
  line-height: 23px;
  position: relative;
  padding-left: 30px;
}

.msg-text h3 img {
  position: absolute;
  right: 39px;
  top: 13px;
}

.features-box h3 {
  font-size: 24px;
  line-height: 26px;
}
.partner-logo-row  img.size2 {
    max-height: 52px;
}

.partner-logo-row  img.size1 {
    max-height: 55px;
}

.partner-logo-row {
    margin-bottom: 19px;
}

}

/* max 991px */



@media (max-width:767px){
  .partner-logo {
    flex-wrap: wrap;
  }
  
  .partner-logo .logo-box {
    margin: 15px 0px;
    width: 100%;
    text-align: center;
  } 

  .form-inner:before, .form-inner:after {
    display: none;
}

}







/* Menu */

@media (max-width:991px){
  .navbar-light .navbar-brand img {
      max-width: 180px;
  } 
  .tp-img-sm {
      display: inline-block !important;
      margin-bottom: 0 !important;
  }
  img.tp-img-sm.d-none {
      max-width: 114px;
       margin-left: 6px;
  } 
  a.navbar-brand.tp-desktop {
      display: none;
  }  
  .navbar-light .navbar-toggler-icon {
    background-image: none !important;
    box-shadow: none !important;
    border: 0;
}  
.navbar-light .navbar-toggler {
  position: absolute;
  right: 7px;
  border: 0 !important;
}
.navbar-collapse {
  position: absolute;
  top: 53px;
  background: #0d5f68;
  width: 100%;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 99;
  border-bottom: 4px solid #c8d64a;
}

header .navbar-nav .nav-link {margin-bottom: 20px;}

.navbar-expand-lg .navbar-nav {
    align-items: center;
}

  }
  
  
  @media (max-width:480px){
  .navbar-light .navbar-brand img {
      max-width: 140px;
  }
  
  img.tp-img-sm.d-none {
      max-width: 114px;
      margin-left: 0;
  }     
  }
  
  @media (max-width:372px){
  .navbar-light .navbar-brand img {
      max-width: 120px;
  }     
  }
  
   



  @media (min-width:2000px){
    section.thanks-sec {
       min-height: calc(100vh - 581px);
   }
   section.form-sec {
    min-height: calc(100vh - 401px);
}   
main {
  min-height: calc(100vh - 443px);
}



   }   


@media (min-width:1200px){
.rate-text {
    position: relative;
    left: -18px;
}	
}

@media (min-width:992px){
.rate-ig {
    margin-left: 57px;
}
	
}



@media (max-width:991px){
.right-inner {
    font-size: 18px;
    line-height: 30px;
}	
	
.form-inner {
    padding-bottom: 10px;
}	
.st-img {
    text-align: center;
}

.form-inner h3 {
    font-size: 19px;
    margin-bottom: 20px;
}

.form-inner h3 br {
    display: none;
}
 
.safe-text {
    text-align: center;
}

span.lock-icon {
    max-width: 19px;
    height: 19px;
    line-height: 2px;
    padding: 4px;
}	
	
 .container, .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 442px;
}

.banner-text h1 {
    font-size: 35px;
    line-height: 47px;
    font-weight: 700;
    letter-spacing: 0;
}  
header .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
}	
img.logo-img3 {
    max-width: 67px;
}

img.logo-img2 {
    max-width: 56px;
}

img.logo-img5 {
    max-width: 49px;
}

img.logo-img6 {
    max-width: 77px;
}	

img.size3.p-logo4 {
    max-width: 95px;
}	
.right-inner h2 {
    max-width: 300px;
    margin: 0px auto 7px;
    
}
footer#footer .pb-3 {
    font-size: 12px !important;
}	
.left-col-text {
    padding-right: 30px;
    padding-left: 30px;
}
body main div{
    overflow-x: hidden;
}	
	
header .row {
    --bs-gutter-x: 0;
}	
	
.item-box {
    margin-bottom: 2px;
}	
.left-col-text h3, .left-col-text h2 {
    text-align: center;
}	
section.text-sec .container {
    padding-left: 0;
    padding-right: 0;
}	
.left-col-text h2 {
    font-size: 24px !important; 
    margin-bottom: 0;
}

.left-col-text h3 {
    font-size: 15px;
    margin-bottom: 22px;
}	
	
.faq-section .col-lg-6:nth-child(3), .faq-section .col-lg-6:nth-child(2) {
    margin-top: 0;
}	
	
}
/*max 991*/



@media (max-width:767px){
.partner-logo .logo-box img {
    max-width: 128px;
}	
	
.item-box {
    margin-bottom: 2px;
}
	
	
}



@media (max-width:410px){
.banner-text h1 {
    font-size: 32px;
    line-height: 40px;
}    
}

@media (max-width:370px){
.banner-text h1 {
    font-size: 31px;
    line-height: 38px;
}    
}

@media (max-width:363px){
.banner-text h1 {
    font-size: 28px;
    line-height: 38px;
}    
}



@media (max-width:430px){
.left-col-text h2 {
    font-size: 20px !important; 
    margin-bottom: 0;
}

.left-col-text h3 {
    font-size: 14px;
    margin-bottom: 22px;
}    
}


@media (max-width:382px){
.left-col-text h2 {
    font-size: 18px !important; 
    margin-bottom: 0;
}

.left-col-text h3 {
    font-size: 12px;
    margin-bottom: 22px;
}    
}


@media (max-width:375px){
 .safe-text {
    font-size: 12px;
}   
ul.list-style li {
    line-height: 23px;
    font-size: 19px;
}  	
.right-inner {
    font-size: 16px;
    line-height: 28px;
}
.item-box {
    font-size: 17px;
    line-height: 27px;
}
	
}

@media (max-width:355px){
 .safe-text {
    font-size: 11px;
    white-space: nowrap;
}
section.text-sec h2 {
    font-size: 24px;
    line-height: 34px;
}	
header img.tp-img-sm.d-none {
    max-width: 61px !important;
}	
}
@media (max-width:339px){
.form-inner h3 {
    font-size: 17px;
}  
}










