*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
}
img {
    max-width: 100%;
}
.custom-nav-links li a{
    color: #333;
}
.dropdown-toggle::after{
    border: none;
    content: '\f078';
    font: normal normal normal 10px/1 FontAwesome;
}
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler:focus, .navbar-toggler:hover{
    outline: none;
}
.custom-nav-links .custom-nav-btn a{
    border: 1px solid #000;
    border-radius: 5px;
    padding: 6px 21px;
}
.custom-nav-links .custom-nav-btn{
    margin-left: 35px;
}
.custom-nav-links .custom-nav-btn2 a{
    border: 1px solid #000;
    border-radius: 5px;
    padding: 6px 21px;
}
.custom-nav-links .custom-nav-btn2{
    margin-left: 25px;
}
.row-2{
    width: 100%;
    float: left;
}
.main-banner{
	/*background: linear-gradient(164deg, #e5e2f3 0%, rgb(247, 247, 247) 60%, #d9e7ed 100%);*/
	/*background: linear-gradient(164deg, #e5e2f3 0%, #d9e7ed 60%, rgb(229, 235, 235) 100%);*/
   /* background: url(../img/home-banner-background.svg), #F8F4F3; */
    /*background: url(../img/home-banner-lg-1x.png);*/
    background: url('../img/Bg-home-desk.svg');
    background-repeat: no-repeat;
	background-size: cover;
    /*background-position-x: right;
	background-size: contain; */
    height:720px;
    align-items: center;
    display: flex;
	margin-bottom: 40px;
	padding-bottom: 70px;
	padding-top: 15px;
}
@font-face{
    font-family: Montserrat-Bold;
    src: url('../fonts/Montserrat-Bold.ttf');
}
@font-face{
    font-family: Montserrat-Medium;
    src: url('../fonts/Montserrat-Medium.ttf');
}
@font-face{
    font-family: Montserrat-Regular;
    src: url('../fonts/Montserrat-Regular.ttf');
}
.navbar{
    background: #F8F4F3;
    border-bottom: 1px solid #ece5e5;
}
.main-banner-txt h2 {
    font-family: Montserrat-Bold;
    /*font-size: 2rem;*/
	font-size: 44px;
    color: #000;
}
.main-banner-txt h2 span{
    /* background-color: #00D679; */
}
.main-banner-txt h4 {
    font-family: 'Montserrat-Medium';;
    color: #000;
}
.main-banner-txt h5 a{
    font-family: Montserrat-Regular;
    color: #009F69;
    text-decoration-line: underline;
}

.main-banner-txt h5 a:hover {
    font-weight: 600;
}

.main-banner-txt p{
    /*font-family: Montserrat-Regular;
    font-size: 14px;*/
}
.banner-crd{
    /*
	padding-top: 30px;
    padding-bottom: 30px;
	*/
}

img.blank-tick {
    width: 20px !important;
    height: 20px !important;
}
.blank-tick-health {
    margin-left: 56px !important;
    margin-top: 8px !important;
}
.blank-tick-life {
    margin-left: 81px !important;
    margin-top: 8px !important;
}
.blank-bike {
    margin-left: 74px !important;
    margin-top: 8px !important;
}
.blank-car {
    margin-left: 82px !important;
    margin-top: 8px !important;
}

.green-imgs {
    width: 20px !important;
    height: 20px !important;
    margin-left: 56px !important;
    margin-top: 8px !important;
}

.green-img-life {
    margin-left: 81px !important;
    margin-top: 8px !important;
    width: 20px !important;
    height: 20px !important;
}

.green-img-bike {
    margin-left: 74px !important;
    margin-top: 8px !important;
    width: 20px !important;
    height: 20px !important;
}

.green-img-car {
    margin-left: 82px !important;
    margin-top: 8px !important;
    width: 20px !important;
    height: 20px !important;
}

@media(max-width: 768px) {
    .blank-tick-health {
        margin-left: 0px !important;
        margin-top: 2px !important;
    }
    .blank-tick-life {
        margin-left: 25px !important;
        margin-top: 2px !important;
    }
    .blank-bike {
        margin-left: 20px !important;
        margin-top: 2px !important;
    }
    .blank-car {
        margin-left: 25px !important;
        margin-top: 2px !important;
    }
    .green-imgs {
        margin-left: 0px !important;
        margin-top: 2px !important;
    }
    .green-img-life {
        margin-left: 25px !important;
        margin-top: 2px !important;
    }
    .green-img-bike {
        margin-left: 20px !important;
        margin-top: 2px !important;
    }
    .green-img-car {
        margin-left: 25px !important;
        margin-top: 2px !important;
    }
}
.bannercrd-img:nth-child(1),
.bannercrd-img:nth-child(2) {
  margin-bottom: 16px;
}
.banner-img{    
	width: 80px;
	height: 80px;
	border-radius: 12.9545px;
	background: #FFFFFF;
	background: url(../img/banner-img-rectangle.svg);
    display: flex;
}

.green-imgs {
    display: block !important;
    padding: 0 !important;
 }
 .green-img-life {
    display: block !important;
    padding: 0 !important;
 }
 .green-img-bike {
    display: block !important;
    padding: 0 !important;
 }
 .green-img-car {
    display: block !important;
    padding: 0 !important;
 }

 .hide-imgs {
    display: none !important;
 }

 .hide-imgs-life {
    display: none !important;
 }

 .hide-imgs-car {
    display: none !important;
 }

 .hide-imgs-bike {
    display: none !important;
 }

.banner-img:hover{
    /*border: 2px solid #009F69;*/
}
.banner-img img{
    margin: auto;
    text-align: center;
    display: block;
    width: 40px;
    height: 40px;
    margin-left: 16.04px;
	/* padding: 15%; */
}
.banner-img-life img{
    /* width: 34px; */
    width: 32px;
}
.custom-advisor{
    width: 100%;
    float: left;
    box-shadow: 2px 2px 10px #ccc;
    border-radius: 0px 48px 5px 0px;
    padding: 22px 0;
    background: #fff;
    margin-top: -38px;
}
.adv-img{
    width: 30%;
    float: left;
}
.adv-img img{
    margin: auto;
    text-align: center;
    display: block;
    width: 50px;
}
.adv-content{
    width: 70%;
    float: left;
}
.adv-content h5{
    font-family: 'Montserrat-Medium';
    padding-top: 10px;
    margin-left: -27px;
}
.adv-content h5 a{
    font-family: Montserrat-Regular;
    font-size: 17px;
    color: #007D65;
    text-decoration-line: underline;
}
.adv-content a.play-quiz-btn:hover{background-color: #00D679;}
.padd-tb-30{
    padding-top: 30px;
    padding-bottom: 30px;
}
.custom-many-optns h3 {
    font-family: Montserrat-Bold;
    font-size: 28px;
    color: #000;
}
.custom-many-optns h4{
    font-family: Montserrat-Regular;
    color: #000;
    font-size: 19px;
}
.custom-video-crd{
    border: 1px solid #efeeee;
    padding: 10px;
}

.custom-video-crd img:hover {
    opacity: 60%;
}

.btn-watch-more{
    background: #000;
    text-align: center;
    color: #fff;
    /* padding: 11px 0; */
    padding: 7px 0;
    display: block;
    /* width: 259px;
    font-size: 17px; */
    font-size: 13px;
    width: 166px;
    font-family: Montserrat-Regular;
    border-radius: 4px;
    text-decoration: none;
}
.btn-watch-more:hover{
    color: #fff;
    background-color: #009F69;
    text-decoration: none;
}
.custom-video-crd h5 {
    font-family: Montserrat-Regular;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    color: #007D65;
}

.custom-video-crd h5:hover{
    font-weight: 600;
}
.custom-video-crd p {
    font-family: Montserrat-Regular;
    font-size: 12px;
}
.knowmore-title{text-align: center; font-family: 'Montserrat-Medium';}
.secondary-banner {
    background: #F8F4F3;
    /* border-radius: 0% 100% 0% 100% / 260% 143% 10%; */
    border-radius: 0% 45% 0% 45% / 260% 143% 10%;

}
.padd-tb-50{
    padding-top: 69px;
    padding-bottom: 30px;
}
.custom-become-part{
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    font-family: Montserrat-Medium;
    color: #000;
}
.partner-row{
    margin: auto;
    text-align: center;
}
.custom-become-content img{
    /* width: 50px; */
    width: 42px;
}
.custom-become-content h3{
    font-family: Montserrat-Medium;
    margin-top: 12px;
    font-weight: 600;
}
.custom-become-content p {
    font-family: Montserrat-Regular;
    color: #000;
    font-size: 13px;
    
}
.custom-become-content img.img-insurance{ width: 57px;} /* change by ruchita */

.custom-orgainize h3 {
    font-family: Montserrat-Medium;
    font-size: 26px;
    font-weight: 700;
    color: #000;

}
.custom-orgainize h4 {
    font-family: Montserrat-Regular;
    color: #000;
    font-size: 15px;
}
.padd-tb-45{
    padding-top: 45px;
    padding-bottom: 40px;
}
.third-banner {
    background: #F8F4F3;
}
.orgainize-content ul {
    list-style: none;
    padding: 0;
}
.orgainize-content ul li {
    padding-left: 1.3em;
    font-family: Montserrat-Regular;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    line-height: 35px;
}
.orgainize-content ul li:before {
    content: "\f058"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
    font-size: 25px;
}
.organize-img img{
    width: 400px;
    margin-top: -255px;
}
.custom-orgainize .btn-notify-me{
    background: #000;
    text-align: center;
    color: #fff;
    padding: 11px 0;
    font-size: 17px;
    font-family: Montserrat-Regular;
    border-radius: 4px;
    text-decoration: none;
    width: 200px;
    display: block;
}

.custom-orgainize .btn-notify-me:hover{
    background-color: #009F69;
    color: #fff;
}
/* Customer section */
.customer-about{
    padding: 100px 0px;
}
.section-heading h3{
    font-size: 25px;
    text-align: center;
    font-family: Montserrat-Bold;
    color: #000;
    margin-bottom: 30px;
}
.customer-row{
    width: 800px;
    margin: auto;
}
.customer-content{
    width: 100%;
    float: left;
}
.c-media{
    width: 30%;
    float: left;
}
.c-media img{
    width: 230px;
}
.c-caption{
    width: 70%;
    float: left;
    padding: 0 30px;
}
.c-caption p{
    font-size: 15px;
    line-height: 30px;
    font-family: 'Montserrat-Regular';
    font-weight: bold;
}
.c-caption span{
    color: #26907c;
    font-size: 23px;
    font-weight: bold;
    font-family: Montserrat-Regular;
}
.c-caption .c-caption-span-2{
    color: #26907c;
    font-size: 27px;
    font-weight: 500;
}

/* Partners Section */
.our-partners{
    background: #F8F4F3;
    padding: 100px 0px;
}
.blog-cta-section{
    background: #00d679;    
    padding: 100px 0px;
}
.blog-cta-section p{
    font-size: 17px;
    color: #000;
    font-weight: 600;
    font-family: Montserrat-Regular;
    margin-bottom: 0;
}
.faq-section{
    padding: 100px 0px;
    background:#fff;
}
.faq-box{
    margin-top: 50px;
    padding: 50px 50px;
    box-shadow:2px 2px 10px #ccc; 
}
.faq-top-title{
    margin-bottom: 30px;
}
.faq-top-title h4{
    color: #000;
    font-family: Montserrat-Medium;
}
.faq-top-title span{
    font-size: 16px;
    color: #000;
    /* font-size: 19px;
    color:#333; */
    font-family: Montserrat-Regular;
}
.faq-box .panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    border: 1px solid;
    border-radius: 50%;
    /* font-size: 13px;
    padding: 8px 10px; */
    font-size: 10px;
    padding: 1px 3px;
    color: #000;
	height: 22px;
	width:22px;
    text-align: center;
    line-height: 18px;
}
.faq-box .panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.faq-box .panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}
.faq-box h4.panel-title a {
    color: #26907c;
    font-size: 17px;
    font-weight: 600;
    font-family: Montserrat-Regular;
}
.faq-box .panel{
    padding: 10px 0;
    border-bottom: 1px solid #ccc !important;
}

.faq-box .panel-default>.panel-heading{
    background-color: #fff;
    border: 0;
}
.faq-box .panel-default{border: none;}
.faq-box .panel-title{font-size: 15px;}
.faq-box .panel-body {
    /* font-size: 19px; */
    font-size: 15px;
    padding: 17px 16px;
    color: #000;
}
.partner-main {
    font-family:Arial;
    max-width:1000px;
    display:block;
    margin:0 auto;
}
.slider-nav h3 {
    background: #fff;
    color: #3498db;
    font-size: 36px;
    line-height: 100px;
    margin: 10px;
    padding: 2%;
    position: relative;
    text-align: center;

}
.logo{
    width: 160px;
}
.custom-nav-links .custom-nav-dropdown{
    margin-left: 13px;
}
.navbar-light .navbar-nav .nav-link{
    font-family: Montserrat-Regular;
    font-size: 0.85rem;
}
.padd-btm{
    padding-bottom: 60px;
}
.slick-prev {
    left: 688px;
    top: 202px;
    background: #000;
}
.slick-next {
    right: 72px;
    top: 202px;
    background: #000;
}
.slick-dots li button:before{
    font-size: 8px;
    color: #009F69;
}
.slick-dots li.slick-active{
    color: #26907c;
}
.btn-visit-blog{
    background: #000;
    text-align: center;
    color: #fff;
    padding: 11px 0;
    display: block;
    width: 259px;
    font-size: 17px;
    font-family: Montserrat-Regular;
    border-radius: 4px;
    text-decoration: none;
    /* margin-top: 14px; */
}
.btn-visit-blog:hover{
    text-decoration: none;
    color: #fff;
}
.footer{
    background: #F8F4F3;
  }
  .row-four{
    margin-left: -10px;
    margin-right: -10px;
  }
  .footer-col-2{
    width: 20%;
    float: left;
    padding: 0 10px;
  }
  .footer-col {
    text-align: left;
  }
  .footer-col h4{
    margin-bottom: 20px;
    font-size: 18px;
    font-family: 'Montserrat-Regular';
    font-weight: bold;
  }
  .footer-col p{
    font-size: 14px;
    color: #000;
    font-family: Montserrat-Regular;
  }
  .footer-col ul{
    margin: 0;
  }
  .footer-col ul li a{
    color: #000;
    font-size: 14px;
    font-family: Montserrat-Regular;
  }
  .footer-copy-right p{
    font-size: 14px;
    color: #000;
    font-family: Montserrat-Regular;
  }
  .footer-copy-links ul{
      float: right;
  }
  .footer-copy-links ul li{
      display: inline-block;
      font-size: 13px;
      color: #000;
      font-family: Montserrat-Regular;
  }
  .footer-copy-links ul li a{
    color: #000;
  }
  .padd-fb{
      padding-bottom: 30px;
      
  }
  .padd-ct{
    border-top: 1px solid #ece5e5;
    padding-top: 30px;
  }
  .padd-fb-45{
      padding-top: 45px;
  }
  /*SG*/
  table{
    border-spacing: 0;
    border-collapse: collapse;
    }
    table,td,th {
        border: 1px solid #CBCBCB;
    }
  /*Table border #CBCBCB*/
  /*Table thead green #009F69*/
  /*Table thead grey #CBCBCB*/
  /*th medium 20px*/
  /*td regular 20px*/

  table thead th:nth-child(odd) {
    background: #009F69;
  }
  
  table thead th:nth-child(even) {
    background: #CBCBCB;
  }
  th,td{padding: 15px; text-align: left; font-size: 12px;}
  th{font-family: 'Montserrat-Medium';}
  td{font-family: 'Montserrat-Regular';}
  td ul,td li{list-style-type: disc;}
  td ul{margin-left: 10px;}


  .custom-nav-btn a:hover, .custom-nav-btn2 a:hover {
    
    background-color: #00D679;
    color: #000 !important;
    border-color: #00D679;  
}

.custom-nav-dropdown a#servicesDropdown,
.custom-nav-dropdown a#navbarDropdownMenuLink{
    font-weight: 900;
    color: #009F69;
}
/* MID */
.home-whyadvisor-row{
	padding: 30px;
}
.home-whyadvisor-txt{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	text-align: center;
	color: #000000;
}
.home-whyadvisor p{
	text-align: center;
}
/* .bannercrd-img + .bannercrd-img {
    margin-left: 45px; 
} */
.banner-img p{
	
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19.5   px;
	text-align: center;
	color: #333333;
    margin-left: 12px;
    margin-bottom: 0px;
}
@media(max-width: 768px) {
    .banner-img p {
        font-size: 14px;
    }
}

.btns-mid p{
	font-family: 'Montserrat';
	font-style: normal;
	/*font-weight: 700;
	font-size: 16px;*/
	line-height: 24px;
	letter-spacing: 0.01em;
	color: #333333;
}
.banner-img label{
	display: block !important;
	/*opacity: 0.7; */
}
.bbtns + .btns {
    /*margin-left: 25px;*/
}
/* HIDE RADIO */
[type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
[type=radio] + img {
  cursor: pointer;
}
.banner-img label img {
  cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
  /*outline: 2px solid #f00;*/
}
.row-mid{
	display: flex;
}
.btns + .btns {
  /*margin-left: 12px;*/
}
.home-whyadvisor p{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #000000;
}
.home-whyadvisor-img{
	margin: auto;
    display: block;
	margin-bottom: 25px;
}
button,
button:active,
button:focus, 
button:hover,
.btn-lg,
.btn-lg:active, 
.btn-lg:focus, 
.btn-lg:hover
.btn,
.btn:active, 
.btn:focus, 
.btn:hover{   
    outline: 0 !important;
    outline-color: transparent !important;
    outline-width: 0 !important;
    outline-style: none !important;
    box-shadow: 0 0 0 0 rgba(0,123,255,0) !important;
}
.modal-body .form-control:active, 
.modal-body .form-control:focus, 
.modal-body .form-control:hover{   
    outline: 0 !important;
    outline-color: transparent !important;
    outline-width: 0 !important;
    outline-style: none !important;
    box-shadow: 0 0 0 0 rgba(0,123,255,0) !important;
}
.main-banner-txt-header1{
	margin-top:50px;	
}
.main-banner-txt-header2{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 27px;
	letter-spacing: 0.01em;
	
}

.btns button{
	/*padding-left: 30px; 
	padding-right: 30px;*/
	
}
.btns-mid button{
	padding: 12px 48px;
}
.main-banner-txt-header2{
	display: flex;
    width: max-content;
	margin-top:40px; 
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	letter-spacing: 0.01em;
	color: #000000;
}
.shadow{
	box-shadow: -3px 5px 20px 1px #9e9e9e54;	
	/*box-shadow: -1px 2px 4px 1px #9e9e9e54;*/	
}
.shadow p{
	font-weight: 600;
}
/* .shadow img{
	padding: 12%;
} */
.home-whyadvisor-row{
	display: flex;
	flex-wrap: wrap;
}
.home-whyadvisor-row > .home-whyadvisor {
  width: 100%;
  max-width: 25%;
  padding: 10px;
  /*border: 1px solid pink;*/
}
.home-whyadvisor img{
	width: 150px;
	height: 150px;
}
.modal-body{
	padding-bottom: 40px;
}
.modal-body form{
	display: none;
	width:75%;
	margin: 0 auto;
}
.modal-body .btn{
	width:100%;
	color: #FFFFFF;	
}
.modal-header .close {
    /*padding: 1rem;
    margin: -4rem -2rem -1rem auto !important;*/
}
.modal-header { 
    border-bottom: none !important;
}
.sm-device{
	display: block;
	margin: 0 auto;
}
.home-slider-main .slick-dots li button:before {
    color: grey;
	font-size: 16px;
	/*color:#D9D9D9;*/
}
.home-slider-main .slick-dots li.slick-active button:before {
    color: #029069;
}
.become-psop{
	/*background: url(../img/become-psop-bg.png);
	background-repeat: no-repeat;
	background-size: cover;*/
	background: #F7F4F3;
	opacity: 0.8;
	border-radius: 8px;
	padding: 20px 20px 0px 21px;
	margin-bottom: 30px;
}
.become-psop .txt-1{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	margin-bottom: 12px;
}
.become-psop .btn{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.01em;
	color: #333333;
	border: 1px solid #333333;
	border-radius: 4px;	
}
.error-msg-div{
	margin-top: 30px;
	margin-left: 0px !important;
}
.cta-btns button{
	border-radius: 8px;
	margin-bottom: 15px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
}
.cta-btns .or{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
}
.cta-btns p {
	font-family: 'Montserrat';
	font-style: normal;
	font-size: 16px;
}
.cta-btns span {
	font-weight: 500;
}


/* Ipad Start */
@media screen and (min-device-width: 768px) and (max-device-width: 991px){  
	.main-banner {
		height: auto;
	}
	.main-banner-txt-header2 p{
		font-size: 16px;
	}
	.main-banner-txt h2 {
	  font-family: 'Montserrat';
	  font-style: normal;
	  font-weight: 700;
	  font-size: 27px;
	  line-height: 30px;
	  color: #000000;
	}
	.main-banner-txt p {
		font-size: 12px;
		text-align: center;
		font-family: 'Montserrat-Medium';
	}
	.bannercrd-img {
	  padding-right: 5px !important;
	  padding-left: 5px !important;
	  display: inline-block;
	  width: 12%;
	  text-align: center;
	}
	.banner-img {
	  width: 64px;
	  height: 64px; 
	}
	.banner-img img {
	  height: 55px;
	}
	.banner-img img {
	  margin: auto;
	  text-align: center;
	  display: block;
	  width: 70px;
	  height: 62px;
	  padding: 15%;
	}
	.error-msg-div{
		margin-top: 40px;
		padding-left: 15px;		
	}
	.cta-btns .or{
		/*font-size: 12px;*/
	}
	.cta-btns p {
		font-size: 12px;
		line-height: 18px;
		letter-spacing: 0.01em;
	}
	.cta-btns span {
		font-weight: 500;
	}
	
	/*.btns-mid {
	  padding-right: 5px !important;
	  padding-left: 5px !important;
	  display: inline-block;
	  width: 12%;
	  text-align: center;
	}
	.sm-device .banner-crd{ padding-top: 10px; padding-bottom: 60px; }
	.bannercrd-img + .bannercrd-img {margin-left: 5px; }*/
	.btns-mid button { padding-left: 15px; padding-right: 15px; }
}
/* Ipad End */

@media screen and (min-device-width: 300px) and (max-device-width: 365px){  
	/* .bannercrd-img + .bannercrd-img { margin-left: 10px; } */
	.btns-mid button { padding-left: 15px; padding-right: 12px; }	
	.bannercrd-img	{/*border: 2px solid red;*/}
}


@media screen and (min-device-width: 359px) and (max-device-width: 361px){
    .row-mid-new{column-gap: 8px !important;}
}

@media screen and (min-device-width: 360px) and (max-device-width: 390px){
	/* .bannercrd-img + .bannercrd-img { margin-left: 18px; } */
	.btns-mid button { padding: 15px 25px;}
	.row-mid-new{column-gap: 8px}	
	.bannercrd-img	{/*border: 2px solid red;*/}
}


	
@media screen and (min-device-width: 366px) and (max-device-width: 400px){  
	/* .bannercrd-img + .bannercrd-img {margin-left: 22px; } */
	.btns-mid button { padding: 15px 30px;}
	.row-mid-new{column-gap: 8px;}	
	.bannercrd-img	{/*border: 2px solid green;*/}	
}

@media screen and (min-device-width: 401px) and (max-device-width: 500px){
	.bannercrd-img + .bannercrd-img {margin-left: 30px; }
	.btns-mid button { padding: 15px 35px;}
	.row-mid-new{column-gap: 12px;}
	.bannercrd-img	{/*border: 2px solid yellow;*/}	
    /* padding: unset; */
}
	.bannercrd-img	{/*border: 2px solid green;*/}		
}

@media screen and (min-device-width: 768px) and (max-device-width: 991px){
	

	
}
@media screen and (min-device-width: 768px) and (max-device-width: 1023px){
	.sm-device .banner-crd{ padding-top: 10px; padding-bottom: 60px; }
	/*.bannercrd-img + .bannercrd-img {margin-left: 15px; }*/
	/*.btns-mid button { padding-left: 40px; padding-right: 40px; }*/
	.row-mid-new{column-gap: 22px;}
}
@media screen and (min-device-width: 992px) and (max-device-width: 1023px){
	.sm-device .banner-crd{ padding-top: 10px; padding-bottom: 60px; }
	.bannercrd-img + .bannercrd-img {margin-left: 15px; }
	.btns-mid button { padding-left: 30px; padding-right: 35px; }
	.row-mid-new{column-gap: 18px;	}
}
@media screen and (min-device-width: 1024px) and (max-device-width: 1280px){
	.row-mid-new{column-gap: 18px;}
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .home-whyadvisor-row > .home-whyadvisor {
    max-width: 50%;
  }
  .home-whyadvisor p {
    font-size: 14px;
	line-height: 20px;
  }
  
}



/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.home-whyadvisor-row > .home-whyadvisor {
		
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.home-whyadvisor-row > .home-whyadvisor {
		
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {	
	
	.home-whyadvisor-row > .home-whyadvisor {		
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	
}

/* Home vertical icons start */
.health-img {
  content: url('../img/home-banner-icon-health.svg');
}
.life-img {
  content: url('../img/home-banner-icon-life.svg');
}
.bike-img {
  content: url('../img/home-banner-icon-bike.svg');
}
.car-img {
  content: url('../img/home-banner-icon-car.svg');
}
.green-check {
  content: url('../img/green-check.png');
}
.untick-check {
    content: url('../img/untick.png');
  }
.green-two {
    content: url('../img/2-green.png');
}
.grey-two {
    content: url('../img/2-icon.png');
}
.blank-tick {
    content: url('../img/blank-tick.png');
}
.green-check-for-card {
    content: url('../img/green-check.png');
  }

/* .health-img.health-checked {
  content: url('../img/home-banner-icon-health-checked.svg');
}
.life-img.life-checked {
  content: url('../img/home-banner-icon-life-checked.svg');
}
.bike-img.bike-checked {
  content: url('../img/home-banner-icon-bike-checked.svg');
}
.car-img.car-checked {
  content: url('../img/home-banner-icon-car-checked.svg');
} */
/* Home vertical icons end */
/* MID */


@media (max-width: 768px){
    .main-banner{
        padding-bottom: 56px;
    }
    .border-box-wrap-mobile {
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 0px !important;
        justify-content: center !important;
    }
}
@media (max-width: 414px){
    .main-banner {
        padding-bottom: 56px !important;
    }
}
/* main banner form | start */
.tm-border-box {
    margin-top: 32px;
}
.tm-border-box .main-banner-txt-header2 {
    margin-top: 15px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
}
.tm-border-box .bannercrd-img .banner-img{
    background: #FFFFFF;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    border-radius: 9.48347px;
    width: 206px;
    height: 64px;
    align-items: center;
}
.banner-crd {
    width: 480px;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-left: -22px;
}
.bannercrd-img {
    border: 1px solid rgba(0, 159, 105, 0.3);
    border-radius: 9.48347px;
}
.selected-card {
    border: 1px solid #009F69;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 9.48347px;
}
@media(max-width:768px){
    .banner-crd {
        width: 312px;
        margin-left: 0;
        padding-bottom: 0 !important;
    }
    .tm-border-box .bannercrd-img .banner-img {
        width: 143px;
    }
    .banner-img label {
        margin-bottom: 0 !important;
    }
}

label {
    margin-bottom: 0 !important;
}

.tm-border-box .cta-btns button{
    margin-bottom: 19px;
    font-weight: 700;
    padding: 18px 20px;
    min-width: 205px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.buttonPulse{
    animation: buttonPulse linear 0.8s 2 forwards;
}
@media(max-width:767.98px){
    .buttonPulse{
        animation: buttonPulseMobile linear 0.8s 2 forwards;
    }
}
.tm-border-box .btns-mid p{
    margin-bottom: 0px;
}
.tm-border-box .row-mid-new{
    display: flex;
    justify-content: space-evenly;
}
@media(max-width:767.98px){
    .tm-border-box {
        margin-top: 46px;
        border-radius: 20px;
        padding: 20px 14px;
    }
    .tm-border-box .main-banner-txt-header2 {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 12px;
    }

    .tm-border-box .row-mid-new button{
        padding: 15px 21px !important;
        font-weight: 700 !important;
        line-height: 17px;
    }
    .tm-border-box .row-mid-new {
        column-gap: 13px;
        margin-left: unset;
    }
    .tm-border-box .banner-crd {
        justify-content: space-between;
    }
}
/* main banner form | end */

@keyframes buttonPulse {
	0% {
		transform: scale(1);
	}

	50% {
        transform: scale(1.1073);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes buttonPulseMobile {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.113);
	}

	100% {
		transform: scale(1);
	}
}

	.untick-check {
    	margin-bottom: -24px;
	}
	.green-check {
    	margin-bottom: -24px;
	}
	.align-box {
    	margin-left: 40px;
		margin-top: -276px;
	}
	.check-btns {
    	width: 27px;
	}
	.line {
		border-left: 1px dashed #000000;
		height: 209px;
		margin-left: 12px;
		opacity: 0.3;
		margin-top: 15px;
	}
	.help-text {
		margin-top: -10px;
		margin-left: 40px;
		font-size: 20px;
		font-weight: 600;
		line-height: 24px;
		letter-spacing: 0.01em;
		text-align: left;
		color: #000000;
		font-family: 'Montserrat';
	}
	.error-align {
    	margin-top: 10px;
        margin-bottom: 10px;
	}
	p.error-msg {
    	margin-left: 40px;
	}
	.align-cta-btn {
    	margin-left: 20px !important;
	}

	@media(max-width:768px) {
		.align-text-mob {
    		margin-left: 40px;
			margin-top: -283px;
		}
		.help-text {
			padding-top: 15px;
			font-size: 14px;
			font-weight: 600;
			line-height: 17px;
			letter-spacing: 0.01em;
			text-align: left;
		}
		.align-error-mob {
			margin-left: 25px;
		}
		p.error-msg {
    		margin-left: 20px;
			padding-top: 15px;
			margin-top: 0 !important;
            margin-bottom: 10px;
		}
        .line {
            height: 220px;
        }
	}