@import url('https://site-assets.fontawesome.com/releases/v6.3.0/css/all.css');

 :root {
     --brand-color-red: #d90504;
     --brand-color-blue: #d8eefe;
     --brand-color-grlight: #f8fbff;
 }

 * {
     box-sizing: border-box;
     margin: 0;
 }

 body {
     font-family: 'Lato', sans-serif;
     font-weight: 400;
     color: #0c0c0c;
     background-color: #ffffff;
     overflow-x: hidden;
     line-height: 1.5;
 }
.universal-form textarea {
    border: 1px solid #ddd !important;
  
}
.mobilMenu {
    display: none;
}
.elementor-post__title a {
    text-align: left !important;
}
section#fabout3 {
   /* padding-top: 7%;*/
}
.fabout-section p label {
    text-align: left;
    font-size: 16px;
}
 .mb6rem {
     margin-bottom: 6.31rem
 }

 .pt3rem {
     padding-top: 3rem;
 }
select#deductiblemob {
    display: none !important;
}

 .pb3rem {
     padding-bottom: 3rem;
 }

 .mb3rem {
     margin-bottom: 3rem;
 }

 .mt3rem {
     margin-top: 3rem;
 }

 .h1,
 .h2,
 .h3,
 .h4,
 .h5,
 .h6,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     font-family: 'Lato', sans-serif;
     text-transform: capitalize;
     color: #333333;
     font-weight: 800;
 }

 span {
     font-family: 'Lato', sans-serif;
 }

 p {
     color: #333333;
     font-size: 18px;
     line-height: 26px;
     font-family: 'Lato', sans-serif;
 }

 a,
 a:hover,
 a:focus {
     text-decoration: none;
     /*font-family: 'gorditaregular';*/
 }

 a:hover,
 a:focus {
     color: initial;
 }

 img {
     max-width: 100%;
 }

 .custom-padding {
     padding: 70px 0;
 }

 .custom-left-padding {
     padding-left: 100px;
 }

 .custom-heading {
     font-family: 'Lato', sans-serif;
     font-weight: 600;
     font-size: 35px;
     margin-bottom: 1.7rem;
 }

 .fButton {
     text-decoration: none;
     display: inline-block;
     color: #fff;
     font-family: 'Lato', sans-serif;
     font-weight: 600;
     text-align: center;
     background-color: var(--brand-color-red);
     font-size: inherit;
     padding: 14px 28px;
     border-radius: 5px;
     line-height: 16px;
     transition: all .5s ease !important;
     cursor: pointer;
     text-transform: uppercase;
     letter-spacing: 1px;
	 border-color: var(--brand-color-red);
    border: 1px solid;
 }

 .talk-Button {
     width: 220px;

     text-decoration: none;
     display: inline-block;
     color: #fff !important;
     font-family: 'Lato', sans-serif;
     font-weight: 600;
     text-align: center;
     background-color: var(--brand-color-red);
     font-size: inherit;
     padding: 14px 28px;
     border-radius: 3px;
     line-height: 16px;
     transition: all .5s ease;
     cursor: pointer;
     text-transform: uppercase;
     letter-spacing: 1px;
     background: #d80504 !important;
     margin-top: 20px;
 }

 .talk-Button:hover {
     width: 220px !important;
     height: 60px;
     padding: 14px 28px;
     border-radius: 3px;
     line-height: 16px;
     background: #d80504 !important;
 }

 a.fButton:hover {
     
     
     color: #fff;
 }

 a.fButton.text-center {
     margin: 0 auto;
     display: table;
 }

 header .ftopbar a.fButton.fButton-w {
     font-size: 14px !important;
 }

 .fButton span {
     font-family: 'Lato', sans-serif;
 }

 .fButton:hover,
 .fButton-w {
    background: #fff !important;
    color: #d90504 !important;
    border: 1px solid #d90504 !important;
 }

 .fButton-w {
     padding: 0.81rem 2rem;
 }

 .fButton-w:hover {
     background-color: #000;
     /*border: 1px solid #000;*/
     color: #fff;
 }

 .fButton-b:hover {
     background-color: var(--brand-color-red);
     color: #fff;
 }

 .fButton-b {
     background-color: transparent;
     color: var(--brand-color-red);
     border-radius: 5px;
     width: 69%;
     font-size: 18px;
     padding: 1.2rem 1rem;
     text-transform: capitalize;
     border: 2px solid var(--brand-color-red);
     font-weight: 600;
     margin-top: 2rem;
 }

 .fButton i {
     margin-right: 0.5rem;
 }

 .fModuleTitle {
     margin-bottom: 2rem;
 }

 .fModuleTitle h3 {
     position: relative;
     font-size: 36px;
     padding-bottom: 1rem;
     text-align: center;
 }

 .owl-carousel .owl-nav button.owl-next,
 .owl-carousel .owl-nav button.owl-prev {
     color: #28567c;
     border-radius: 50px;
     padding: 5px 26px !important;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     transition: all 0.3s ease;
     font-size: 25px;
     margin: 0;
     line-height: 1px;
     margin-right: 1rem;
 }

 .owl-carousel .owl-nav button.owl-next:hover,
 .owl-carousel .owl-nav button.owl-prev:hover {
     border-radius: 19px;
     box-shadow: 0px 0px 20px #00000042;
     background-color: #fff;
     color: #28567c;
 }

 .owl-theme .owl-nav {
     text-align: left;
 }



 @media screen and (min-width:1366px) {
     .container {
         max-width: 1280px !important;
     }

 }

 /**--- Header ---**/
 header ul,
 header li {
     list-style: none;
 }

 header.fHeaber {
    
     width: 100%;
     z-index: 9999;
 }
.scrolled header.fHeaber {
    position: fixed;
}
 header .ftopbar {
     background-color: var(--brand-color-red);
     padding: 0.41rem 0;
     color: #fff;
 }

 header .ftopbar .fcol {
     flex: 0 0 auto;
     width: auto;
 }

 header .ficonscall {
     text-align: center;
 }

 header .ftopbar a.fButton.fButton-w span {
     color: inherit;
 }

 header .ftopbar a.fButton.fButton-w:hover {
     color: #fff !important;
 }

 header .ficonscall a {
     color: #000;
 }

 header .ficonscall i {
     color: #d90504;
 }

 header .ficonscall a:hover {
     color: #000;
 }

 .fheadernav {
     background: #fff;
     padding: 10px 0;
    /* box-shadow: 0px 10px 20px #00000057 ;*/
 box-shadow: 0px 5px 10px #00000005;

 }

 header .navbar {
     padding-top: 0;
     padding-bottom: 0;
 }

 header .navbar .navbar-nav .nav-link {
     color: #000;
     line-height: 32px;
     font-size: 16px;
     opacity: 1;
     visibility: visible;
     -webkit-transition: opacity 0.24s ease-in-out;
     -moz-transition: opacity 0.24s ease-in-out;
     transition: opacity 0.24s ease-in-out;
     position: relative;
     text-transform: capitalize;
     padding: 0;
     font-family: 'Lato', sans-serif;
     font-weight: 600;
     margin: 0 15px;
 }

 header .navbar .navbar-nav .nav-link:before {
     position: absolute;
     width: 100%;
     height: 2px;
     background: var(--brand-color-red);
     top: 86%;
     left: 0;
     pointer-events: none;
     content: '';
     transform-origin: 100% 50%;
     transform: scale3d(0, 1, 1);
     transition: transform 0.3s;
 }

 header .navbar .navbar-nav .nav-link:hover {
     color: var(--brand-color-red);
 }

 header .navbar .navbar-nav .nav-link:hover:before {
     transform-origin: 0% 50%;
     transform: scale3d(1, 1, 1);
 }

 header .navbar .navbar-nav .nav-link.active {
     color: var(--brand-color-red);
 }

 header .navbar .navbar-nav .nav-link.active:before {
     background: var(--brand-color-red);
     width: 100%;
     transform-origin: 0% 50%;
     transform: scale3d(1, 1, 1);
 }


 li.nav-item.dropdown:hover .dropdown-menu {
     display: block;
 }

 ul.dropdown-menu {
     padding: 10px 12px !important;
     min-width: 240px;
     border-radius: 0;
     background: #d90504;
 }

 ul.dropdown-menu li a {
     color: #fff;
     padding: 5px !important;
     display: block;
 }

 li.nav-item.dropdown {
     position: relative;
 }

 li.nav-item.dropdown:before {
     content: "";
     position: absolute;
     content: "";
     width: 0;
     height: 0;
     border-left: 5px solid transparent;
     border-right: 5px solid transparent;
     border-top: 5px solid #d90504;
     right: 0px;
     top: 14px;
     border-radius: 2px !important;
 }

 .main-wrapper img {
     height: 50px;
     width: 100%;
     display: block;
 }

 .main-wrapper a {
     color: #000;
     text-decoration: none;
 }

 .main-wrapper ul li {
     list-style-type: none;
 }

 .navbar {
     background: #fff;
     padding: 0 1rem;
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     max-height: 100vh;
     display: flex;
     flex-direction: column;
     z-index: 10;
 }

 .brand-and-icon {
     display: flex;
     justify-content: space-between;
     padding: 1rem 0;
     border-bottom: 1px solid #ddd;
 }

 .navbar-brand {
     font-size: 1.8rem;
     letter-spacing: 3px;
     font-weight: 700;
 }

 .navbar-toggler {
     display: block;
     border: none;
     background: transparent;
     font-size: 1.8rem;
     cursor: pointer;
     padding: 0.2rem 0.5rem;
     transition: all 0.4s ease;
     border: 2px solid #000;
     border-radius: 4px;
 }

 .navbar-toggler:hover {
     opacity: 0.7;
 }

 .navbar-collapse {
     overflow-y: scroll;
     display: none;
 }

 .navbar-nav>li>a {
     text-transform: capitalize;
     font-size: 17px;
     font-weight: 700;
     display: block;
     padding: 0.6rem 0;
     margin: 0.2rem 0;
     border-radius: 1px;
     position: relative;
     /* transition: all 0.4s ease; */
 }

 /* .drop-icon{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
} */
 .navbar-nav>li>a:hover {
     opacity: 1;
     color: white;
     border-radius: 4px;
     background-color: var(--brand-color-red);
 }

 .sub-menu h4 {
     margin-left: 10px;
     color: var(--brand-color-red);
     font-size: 20px;
 }

 /* .sub-menu ul li{
    text-transform: capitalize;
    padding: 0.2rem 0;
    margin: 0.2rem 0;
    font-size: 0.95rem;
} */
 .sub-menu ul li a {
     opacity: 0.8;
     padding: 10px;
     font-size: 17px;
     font-weight: 600;
     float: left;
     line-height: 16px;
     width: 100%;
 }

 .sub-menu ul li a:hover {
     padding: 10px;
     opacity: 0.9;
     color: #d90504 !important;
     background-color: #95d3df00 !important;
     transition: all 0.2s ease;
     text-decoration: underline;
 }


 .sub-menu {
     display: block;
     cursor: default;
     display: grid;
     background-color: #fff;
     position: absolute;
     z-index: 10;
     left: 0;
     top: 71px;
     box-shadow: 0 4px 5px 0 #d6d6d6 !important;
     border-radius: 5px;
     border-top-right-radius: 0;
     border-top-left-radius: 0;
     opacity: 1;
     border-radius: 2px;
     transform: translateY(50px);
     color: #000;
     max-width: 1120px !important;


 }

 .Blogs {
     width: 75% !important;
     ;
 }

 .menu-pointer {
     background: #fcfbfb;
     width: 30px;
     border-top: 1px solid gray;
     border-left: 1px solid gray;
     height: 30px;
     position: absolute;
     transform: rotate(45deg);
 }

 .menu-poi1 {
     top: -9%;
     left: 30%;
 }

 .menu-poi2 {
     top: -12%;
     left: 40%;
 }

 .menu-poi3 {
     top: -26%;
     left: 30%;
 }

 .menu-poi4 {
     top: -21%;
     right: 25%;
 }

 .menu-poi5 {
     top: -13.5%;
     right: 15%;
 }

 .need-help {
     width: 100%;
     height: 100%;
     background-color: #f0fcff;
     max-width: 100%;
     text-align: center;
     display: flex;
     justify-content: center;
     padding: 21px;
     flex-direction: column;
     align-items: center;
 }

 /* .sub-menu-item {
     padding-left: 1.2rem;
 } */

 .sub-menu-item:nth-child(4) {
     background: #ddd;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: flex-start;
     padding-top: 2rem;
     padding-bottom: 2rem;
 }

 .sub-menu-item:nth-child(4) h2 {
     text-transform: capitalize;
     margin: 1.5rem 0;
 }

 .sub-menu-item:nth-child(4) .btn {
     text-transform: uppercase;
     font-size: 0.9rem;
     padding: 0.6rem 1rem;
     cursor: pointer;
     background: var(--brand-color-red);
     color: #fff;
     transition: all 0.5s ease;
 }

 .sub-menu-item:nth-child(4) .btn:hover {
     background: transparent;
     color: #000;
 }

 .sub-menu-item:nth-child(4) {
     /* width: 90%; */
     margin: 0 auto;
     text-align: left;
     padding: 6rem 2rem;
 }

 .main-wrapper a.fButton {
     color: #fff !important;
 }

 a.contact-menu {
     background: #d90504;
     color: #fff !important;
     padding: 10px 20px !important;
     border-radius: 80px !important;
 }

 a.contact-menu:hover {
     box-shadow: 4px 2px 35px 0 #d90504;
     background: #d80504 !important;
     color: #fff;
 }

 .menu-link {
     align-items: center;
     white-space: nowrap;
     display: flex;
     justify-content: center;
     gap: 25px;
 }

 .mega-menu:hover .menu-link {
     color: #000 !important;
 }

 .navbar-nav>li:nth-last-child(1):hover,
 .navbar-nav>li:nth-last-child(1) {
     border: none !important;
 }

 .navbar-nav>li:nth-last-child() a:hover {
     box-shadow: 4px 2px 35px 0 #d90504;
     background: #d80504 !important;
     color: #fff;
 }

 /* header */
 /* .header{
    bbackground: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/banner-bg.jpg) center/cover no-repeat;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header h2{
    margin: 1rem;
    font-size: 3rem;
    font-weight: 900;
    color: #c4adad;
    letter-spacing: 2px;
}
.header p{
    margin: 1rem auto;
    color: #fff;
    width: 60%;
    opacity: 0.8;
    font-weight: 300;
    font-size: 1.2rem;
    text-align: center;
}
.header button{
    margin: 1rem;
    font-size: 1rem;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    border: none;
    padding: 0.8rem 1.5rem;
    transition: all 0.5s ease;
    cursor: pointer;
}
.header button:hover{
    background: #fff;
    color: #000;
}
.sub-menu-item ul {
    padding-left: 0;
}
.sub-menu-item ul li ul {
    padding-left: 15px;
}
/* Media Queries */
 @media screen and (min-width: 992px) {
     .navbar {
         flex-direction: row;
         flex-wrap: wrap;
         align-items: center;
         /* border-bottom: 1px solid #ddd;*/
         padding: 0;
         position: relative;
     }

     .main-wrapper ul.navbar-nav {
         flex-direction: row;
     }

     .navbar-toggler {
         display: none;
     }

     .brand-and-icon {
         flex: 0 0 200px;
         border-bottom: none;
         padding: 0;
     }

     .navbar-collapse {
         display: block !important;
         overflow-y: hidden;
         flex: 1 0 auto;
     }

     .navbar-nav {
         display: flex;
         align-items: center;
         justify-content: center;
     }

     .navbar-nav>li>a {
         border-bottom: none;
         margin: 0 0.1rem;
         padding: 0.5rem 0.5rem !important;
         font-size: 18px;
     }

     .drop-icon i.fas.fa-chevron-down {
         font-size: 15px;
     }

     /* .sub-menu{
        position: absolute;
        left: 0;  
        width: 100%;
        top: 100%;
        background: #f8f8f8;
    } */
     /*  .navbar-nav > li:hover .sub-menu{
        display: grid!important;
        grid-template-columns: repeat(4, 1fr);
        padding: 0 5rem;
    }*/
     /* .navbar-nav>li:hover .sub-menu {
         display: grid !important;
         grid-template-columns: repeat(3, 1fr);
         padding: 30px;
     }

     .navbar-nav>li:hover .sub-menu.updated-menu {
         display: grid !important;
         grid-template-columns: repeat(4, 1fr);
         padding: 30px;
     }
    
     .navbar-nav>li:hover .sub-menu.single-menu {
         display: grid;
         grid-template-columns: repeat(1, 1fr);
         width: auto;
         left: auto;
         min-width: 270px;
     } */

     .navbar-nav>li {
         border-bottom: 2px solid transparent;
         transition: border-bottom 0.4s ease;
     }

     /* .navbar-nav > li:hover{
        border-bottom-color: #000;
    } */
     .sub-menu-item {
         width: 100%;
     }

     .sub-menu-item {
         padding-left: 0;
     }

     .sub-menu-item:nth-child(3) {
         padding-left: 2rem;
         padding-right: 2rem;
     }

     /* header */
     .header {
         height: calc(20vh - 20px);
     }

     .header h2 {
         font-size: 2rem;
         line-height: 36px;
     }

     .header p {
         width: 40%;
     }
 }

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

     header .navbar,
     header .navbar .brand-and-icon,
     nav.navbar .navbar-collapse {
         width: 100%;
     }
.col-xl-7.col-lg-7.col-md-12.col-sm-12.col-12.bann-cont {
    display: none !important;
}
     header .navbar {
         flex-direction: inherit;
     }

     header .navbar .brand-and-icon a.navbar-brand {
         width: 50%;
     }

     header .navbar .brand-and-icon button.navbar-toggler {
         border: none;
     }

     header .navbar .brand-and-icon button.navbar-toggler:focus {
         outline: none !important;
         border: none !important;
         box-shadow: none !important;
     }
 }


 /**--- Header End ---**/

 /**--- fHerobanner-section ---**/

 /*#fHerobanner1 {
	background-image: url(../images/home/bg/banner.jpg);background-size:cover;
	background-repeat: no-repeat;
	height: calc(100vh - 151px);
	top: 151px;
}*/
 #fHerobanner1 {
     /* background-image: url(../images/home/bg/banner.jpg);*/
     background-size: cover;
     background-repeat: no-repeat;
     /* height: 660px;*/
     top: 0rem;
     margin-bottom: 0rem;
 }

 .owl-stage-outer {
     margin-top: 5%;
 }

 /*.fHerobanner-section .fGalleryText {
	margin-top: 4rem;
}*/
 .fHerobanner-section {
     padding: 3rem;
 }

 .fHerobanner-section h2 {
     font-size: 66px;
     margin-bottom: 25px;
     text-shadow: -1px 2px 4px rgb(255 255 255);
     color: #d90504;
 }

 .fHerobanner-section h3 {
     font-size: 50px;
     margin-bottom: 35px;
     /*text-shadow: -1px 2px 4px rgb(0 0 0 / 25%);*/
 }

 .fHerobanner-section .carousel-caption {
     bottom: unset;
     color: #fff;
     text-align: left;
     top: 45%;
     transform: translateY(-50%);
     width: 85%;
     left: 0;
     right: 0;
     margin: 0px auto;
 }

 /**--- fHerobanner-section End---**/
 /**--- Our Logos ---**/
 .fcompart-section {
     background: #d8eefe;
     margin-top: 80px;
     position: relative;
 }

 .fcompart-section:before {
     position: absolute;
     content: "";
     width: 57%;
     height: 100%;
     left: 43%;
 }

 .fcompart-section .flogos-gallerys {
     bbackground: var(--brand-color-blue);
     ppadding: 1rem;
     padding-bottom: 20px;
 }

 .fcompart-section .flogos-gallerys img {
     width: 75%;
     margin: 0px auto;
 }

 .fcompart-section .owl-carousel .owl-nav.disabled {
     display: block;
 }

 .fcompart-section .owl-carousel .owl-nav button.owl-next,
 .fcompart-section .owl-carousel .owl-nav button.owl-prev {
     margin-right: 1rem;
     position: absolute;
     top: 43%;
     color: #fff;
     background-color: transparent;
 }

 .fcompart-section .owl-carousel .owl-nav button.owl-next:hover,
 .fcompart-section .owl-carousel .owl-nav button.owl-prev:hover {
     color: var(--brand-color-red);
 }

 .fcompart-section .owl-carousel .owl-nav button.owl-next {
     right: -146px;
 }

 .fcompart-section .owl-carousel .owl-nav button.owl-prev {
     left: -25px;
 }

 .fGalleryText h4 {
     text-transform: uppercase;
     font-family: 'Lato', sans-serif;
     font-weight: 600;
 }

 .fGalleryText h5 {
     text-transform: uppercase;
     font-family: 'Lato', sans-serif;
     font-weight: 600;
 }

 /**---  Our Logos End---**/

 /**--- About-section ---**/


 .fabout-section span.sub-title {
     font-size: 20px;
     margin-bottom: 0;
     color: #d90504;
     display: block;
     font-weight: 400;
 }

 .fabout-section {
     margin: 10px auto;
 }

 .fabout-section h2 {
     font-family: 'Lato', sans-serif;
     font-weight: 800;
     font-size: 35px;
     margin-bottom: 1.7rem;
 }

 .fabout-section .fcontent-list {
     position: absolute;
     bottom: -39%;
     background: #b2b3a7;
     padding: 1.2rem 3rem;
     text-align: center;
 }

 .fabout-section .fcontent-list h4 {
     font-size: 30px;
     font-weight: 400;
     color: #000;
 }

 .fabout-section .fcontent-list h3 {
     font-size: 60px;
     font-family: 'Lato', sans-serif;
     font-weight: 800;
     color: #000;
     margin-bottom: 0;
 }

 .text-style p {
     color: #383131;
     font-family: 'Lato';
 }

 /**--- About-section End---**/

 /**--- Services ---**/

 #fservices4 {
     background: var(--brand-color-grlight);

 }

 #fservices4 ul {
     margin: 0;
     padding: 0;
     list-style: none;
 }

 #fservices4 ul li {
     list-style: none;
 }

 #fservices4 .four-services {
     text-align: center;
     margin-bottom: 15px;
     box-sizing: border-box;
 }

 .four-services a .fimg-items {
     background: var(--brand-color-blue);
     padding: 10px 24px;
     text-align: center;
     margin-bottom: 6px;
     border-radius: 8px;
     transition: .4s ease-in-out;
 }



 .four-services a .fimg-items:hover {
     background-color: #0619911a;
 }

 .four-services a .fimg-items img {
     min-height: 90px;
     max-height: 90px;
 }

 .four-services a h5 {
     font-size: 18px;
     font-family: 'Lato', sans-serif;
     font-weight: 400;
     line-height: 28px;

 }

 /**--- Services End---**/

 /**-- Support section css ---**/
 /*.support-wrapper a.fButton {
    padding: 15px 30px;
    width: 200px;
    font-size: 20px;
}*/
 .why-choose h3 {
     margin: 0 0 30px;
 }

 .feature-tab {
     position: relative;

 }

 .why-choose-features span {
     font-size: 20px;
     font-family: 'Lato', sans-serif;
     font-weight: 600;
     display: inline-block;
 }

 .why-choose-features p {
     font-size: 18px;
    text-align: justify;
 }

.fabout-section p {
    text-align: justify;
}
 .helpline h4 {
     font-size: 36px;
     padding: 0px 0px 20px 0px;
     font-family: 'Lato', sans-serif;
     font-weight: 600;
 }

 .helpline p {
     font-size: 30px;
     padding: 0px 0px 20px 0px;
     font-family: 'Lato', sans-serif;
     font-weight: 600;
 }

 .helpline p span,
 .helpline p span a {
     font-family: 'Lato', sans-serif;
     font-weight: 600;
     color: #d90504;
 }

 .helpline {
     align-items: flex-start;
     display: flex;
     flex-direction: column;
     justify-content: center;

 }

 .grey-bg {}

 .grey-bg {
     background: #fcfcfc;
 }

 .Locations .grey-bg {
     background: #fcfcfc;
     margin: 20px 20px;
     -webkit-transition: all .1s ease-in-out;
     transition: all .1s ease-in-out;
 }

 .Locations .why-choose-features {
     text-align: center;
 }

 .Locations .why-choose-features p {
     font-size: 16px;
     margin: 0;
 }

 .Locations .why-choose {
     margin-bottom: 0;
 }

 .Locations .why-choose-features img {
     margin: 0;

 }

 .Locations .why-choose-features span {
     width: 100%;
 }

 .why-choose-features {
     padding: 20px;
 }

 .why-choose-features img {
     margin-right: 10px;
     margin-top: -40px;
     width: 50px;
     height: 50px;
 }

 /** Why choose us section css **/
 .why-choose {
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     justify-content: center;
 }

 .why-choose-first {
     display: flex;
     align-items: flex-start;
     padding: 20px;
     margin-bottom: 30px;
     background: #fff;
     border-radius: 0;
     width: 490px;
     box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
 }

 .why-choose-first p {
     font-size: 16px;
     line-height: 24px;
 }

 span.why-icon-title {
     font-size: 20px;
     font-family: 'Lato', sans-serif;
     font-weight: 600;
     float: left;
     width: 100%;
     padding: 10px 0;
 }

 .why-choose-first .choose-content {
     padding-left: 0px;
 }

 .why-choose h2 {
     margin-bottom: 50px;
 }

 .why-choose h2 {
     text-transform: inherit;
 }

 .why-choose h2 a {
     color: #d90504 !important;
     font-family: 'Lato', sans-serif;
     font-weight: 600;
 }

 .sub-heading {
     font-size: 22px;
     color: #d90504;
     margin-bottom: 0;
 }

 .why-choose-mobile img {
     width: 90%;
     object-fit: cover;
     margin: 0 auto;
     display: table;
 }

 /** Testimonials section **/
 .bg-img {
     background-image: url(../images/bg-review.png) !important;
     background-position: center -180px;
     background-repeat: no-repeat;
     background-size: cover;
     padding-top: 100px !important;
     padding-bottom: 70px !important;
     background-color: #f9f9f9;
 }

 .bg-review {
     max-width: 90% !important;
     width: 100%;
     background: #fff !important;
     padding: 50px !important;
 }

 p.review-rating {
     color: #d90504;
     font-size: 68px;
     font-family: 'Lato', sans-serif;
     font-weight: 800;
 }

 .review-top-text {
     text-align: center;
 }

 .review-top-text p {
     font-size: 20px;
     font-family: 'Lato', sans-serif;
     font-weight: 600;
     text-align: center;
 }

 .card {
     border-radius: .7rem;
 }

 .testi-photo {
     height: 59px;
     width: 59px;
 }

 .review-text {
     text-align: left;
     position: relative;
     left: 80px;
     bottom: 77px;
 }

 .review-data {
     font-size: 18px;
     text-align: justify;
 }

 /*form#contactForm {
    position: relative;
    left: 140px;
}*/
 .agree span {
     color: #d90504;
 }

 img.social-icons {
     width: 157px;
 }

 .textwhite {
     color: #000000;
     font-size: 18px;
     font-weight: 400;
     text-decoration: none;
     line-height: 30px;
 }



 .reviews .reviews-carousel,
 .reviews .reviews-slider {
     overflow: hidden;
 }

 .reviews .testimonial-item {
     box-sizing: content-box;
     padding: 30px;
     margin: 30px 15px;
     min-height: 200px;
     box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
     position: relative;
     background: #fff;
     border-radius: 15px;
 }

 .review-user img {
     width: 90px;
     border-radius: 10px;
     border: 6px solid #fff;
     float: left;
     margin: 0 10px 0 0;
     border-radius: 50%;
 }

 .reviews .testimonial-item h3 {
     font-size: 13px;
     font-weight: bold;
     margin: 25px 0 5px 0;
     color: #111;
 }

 .reviews .testimonial-item h4 {
     font-size: 10px;
     color: #999;
     margin: 0;
 }

 .reviews .testimonial-item .quote-icon-left,
 .reviews .testimonial-item .quote-icon-right {
     color: #fceaea;
     font-size: 26px;
 }

 .reviews .testimonial-item .quote-icon-left {
     display: inline-block;
     left: -5px;
     position: relative;
 }

 .reviews .testimonial-item .quote-icon-right {
     display: inline-block;
     right: -5px;
     position: relative;
     top: 10px;
 }

 .reviews .testimonial-item p {
     font-style: italic;
     margin: 30px auto 15px auto;
 }

 .reviews .swiper-pagination {
     margin-top: 20px;
     position: relative;
 }

 .reviews .swiper-pagination .swiper-pagination-bullet {
     width: 12px;
     height: 12px;
     background-color: #fff;
     opacity: 1;
     border: 1px solid #e03a3c;
 }

 .reviews .swiper-pagination .swiper-pagination-bullet-active {
     background-color: #e03a3c;
 }

 /*
.review-user{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
*/


 /* Contact section css  */
 .contact-page-img {
     padding-left: 0;
 }

 .form-contact form#contactForm {
     padding: 40px;
 }

 .form-contact form#contactForm h2 {
     margin-bottom: 30px;
 }

 .form-contact form#contactForm input,
 .form-contact form#contactForm textarea {
     border-radius: 0;
     padding: 12px;
     border: 1px solid #bfbbbb;
 }

 a.custom-link {
     color: #d90504;
 }

 /**---footer---**/
 footer {
     color: #000;
     padding: 2rem 0 0;
 }

 . footer .fsocial a {
     font-size: 24px;
     margin-right: 1rem;
 }

 .flogo-footer p {
     margin-top: 1rem;
 }

 footer p {
     color: #000;
     font-size: 18px;
     line-height: 24px;
 }

 footer .list-unstyled h5 {
     color: #000;
     margin-bottom: 1rem !important;
 }

 .ffoo-button {
     border-top: 1px solid #d8eefe;
 }

 .ffoo-button a.fButton.fButton-b {
     text-transform: uppercase;
     width: 80%;
 }

 i.fas.fa-location-dot {
     padding-top: 9px;
 }

 .list-unstyled ::before {
     color: #d90504;
 }

 .list-unstyled a {
     display: flex;
 }

 footer a {
     color: #000;
     font-size: 18px;
     font-weight: 400;
     line-height: 24px;
 }

 footer a:hover {
     color: var(--brand-color-red);
 }

 .cpy_box {
     background-color: var(--brand-color-red);
     padding: 0.41rem 0;
     text-align: center;
     margin-top: 2rem;
 }

 .cpy_box p {
     margin: 0;
     color: #fff;
     font-size: 17px;
 }

 .list-unstyled span {
     padding: 0 10px 0;
 }

 .footer1 span {
     padding: 0 0px 0;
 }

 .list-unstyled h5 {
     margin-bottom: 0 !important;
     margin-top: 2rem;
 }

 .flogo-footer img {
     width: 50%;
     margin-bottom: 1rem;
 }

 .fsocial i.fab.fa-facebook-f {
     background: #3b5998;
     color: #fff;
     padding: 5px 10px;
     border-radius: 5px;
 }

 .fsocial i.fab.fa-instagram {
     background: #125688;
     color: #fff;
     padding: 5px 10px;
     border-radius: 5px;
 }

 .fsocial i.fab.fa-youtube {
     background: #007bb5;
     color: #fff;
     padding: 5px 10px;
     border-radius: 5px;
 }

 .fsocial i.fab.fa-youtube {
     background: #bb0000;
     color: #fff;
     padding: 5px 10px;
     border-radius: 5px;
 }

 .fsocial i.fab.fa-pinterest {
     background: #cb2027;
     color: #fff;
     padding: 5px 10px;
     border-radius: 5px;
 }

 .fsocial i.fab.fa-pinterest {
     background: #cb2027;
     color: #fff;
     padding: 5px 10px;
     border-radius: 5px;
 }

 .fsocial i.fab.fa-linkedin-in {
     background: #007bb5;
     color: #fff;
     padding: 5px 10px;
     border-radius: 5px;
 }

 /**--- footer End---**/



 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

 ul {
     list-style: none;
     margin: 0;
     padding: 0;
 }

 a {
     text-decoration: none;
 }

 /* header */
 .header .menu-main li a:hover {
     width: auto;
     height: 40px;

     background-color: var(--brand-color-red);
     color: #fafafb;
 }

 .header {
     height: 60px;
     display: block;
     width: 100%;
     position: relative;
     z-index: 99;
     padding: 0px;
 }

 .header .item-left {
     flex: 0 0 17%;
 }

 .header .logo a {
     font-size: 30px;
     color: #000000;
     font-weight: 700;
     text-decoration: none;
 }

 .header .item-center {
     flex: 0 0 66%;
     margin-top: -11px;
 }

 .header .item-right {
     flex: 0 0 17%;
     display: flex;
     justify-content: flex-end;
 }

 .header .item-right a {
     text-decoration: none;
     font-size: 16px;
     color: #555555;
     display: inline-block;
     margin-left: 10px;
     transition: color 0.3s ease;
 }

 .header .menu>ul>li {
     display: inline-block;
     line-height: 35px;
 }

 .header .menu>ul>li>a {
     width: auto;
     font-size: 16px;
     font-weight: 500;
     height: 40px;
     line-height: 22px;
     color: #000000;
     text-align: center;
     position: relative;
     text-transform: capitalize;
     /*  transition: color 0.3s ease; */
 }

 .header .menu>ul>li .sub-menu {
     position: absolute;
     z-index: 500;
     background-color: #ffffff;
     box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
     padding: 20px 30px;
     transition: all 0.5s ease;
     margin-top: 25px;
     opacity: 0;
     visibility: hidden;
 }






 @media(min-width: 992px) {
     .header .menu>ul>li.menu-item-has-children:hover .sub-menu {
        /* margin-top: 0;

         visibility: visible;
         opacity: 1;
         display: flex;*/
     }
.header .menu>ul>li.menu-item-has-children .active_submenu {
    visibility: visible;
    opacity: 1;
}
 }

 .header .menu>ul>li .sub-menu>ul>li {
     line-height: 1;
 }

 .header .menu>ul>li .sub-menu>ul>li>a {
     display: inline-block;
     padding: 10px 0;
     font-size: 14px;
     color: #000;
     transition: color 0.3s ease;
     text-decoration: none;
     text-transform: capitalize;
     opacity: 0.8;

     font-size: 16px;
     font-weight: bold;
 }

 .header .menu>ul>li .single-column-menu {
     min-width: 280px;
     max-width: 350px;
     width: 300px;
     position: absolute;
     left: 49%;
     top: 1%;
 }

 .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
     line-height: 1;
     display: block;
 }

 .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
     padding: 10px 0;
     display: inline-block;
     font-size: 15px;
     color: #444343;
     transition: color 0.3s ease;
 }

 .header .menu>ul>li .sub-menu.mega-menu {
     left: 50%;
     transform: translateX(-50%);
 }

 .header .menu>ul>li .sub-menu.mega-menu-column-4 {
     max-width: 1100px;
     width: 100%;
     display: flex;
     flex-wrap: wrap;
     padding: 20px 15px;
 }

 .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
     flex: 0 0 25%;
     padding: 0 15px;
 }

 .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
     font-size: 16px;
     color: #ea4636;
     font-weight: 500;
     line-height: 1;
     padding: 10px 0;
 }

 .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
     text-align: center;
 }

 .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
     max-width: 100%;
     width: 100%;
     vertical-align: middle;
     margin-top: 10px;
 }

 .hlt-beauty {}

 /* .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a{
	color:#000;
} */
 /* banner section */
 .banner-section {
     background-image: url('../img/banner.jpg');
     background-size: cover;
     background-position: center;
     height: 700px;
     width: 100%;
     display: block;
 }

 .mobile-menu-head,
 .mobile-menu-trigger {
     display: none;
 }

 .mobile-menu-trigger i {
     font-size: 30px;
 }

 /*responsive*/
 @media(max-width: 1200px) {

    

.header .item-center {
   
    margin-top: 25px !important;
}
.navbar-nav>li>a {
    border-bottom: none;
    margin: 0 0.1rem;
    padding: 0.5rem 0.2rem 0.5rem !important;
    font-size: 15px !important;
}
.header .menu>ul>li>a {
    text-align: left;
    width: 100%;
    border-bottom: unset;
}
}
 @media(max-width: 991px) {

     .header .item-center {
         order: 3;
         flex: 0 0 100%;
     }

ul.contact li {
    float: left;
    width: 30%;
}
.accordion-item {
    border-bottom: 1px solid #ddd;
}
#nestedAccordion .accordion-item {
    border: unset;
}
.header .menu .menu-main li {
    display: none;
}
ul.contact {
    display: block;
    padding-left: 30px;
    margin-top: 20px;
}
html body .accordion-item ul li {
    display: block !important;
    padding: 6px 0;
}
.heading-links span.badge {
    background-color: #E6FCFF;
    border-radius: 13px;
    font-size: 21px;
    font-weight: 500;
    line-height: 14.06px;
    width: auto;
    height: 40px;
    padding: 5px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: #d90504;
    margin-left: 20px;
    margin-top: 20px;
}
.main-wrapper .contact img {
    height: 42px !important;
    width: auto !important;
}
ul.menu-main.navbar-nav {
    padding: 26px;
}
.ffoo-button a.fButton.fButton-b {
    text-transform: uppercase;
    width: 100%;
    padding: 1rem 0;
}
     .header .item-left,
     .header .item-right {
         flex: 0 0 auto;
     }

     .v-center {
         justify-content: space-between;
     }

     .header .mobile-menu-trigger {
         display: flex;
         height: 30px;
         width: 30px;
         margin-left: 15px;
         cursor: pointer;
         align-items: center;
         justify-content: center;
     }

     .header .mobile-menu-trigger span {
         display: block;
         height: 2px;
         background-color: #333333;
         width: 24px;
         position: relative;
     }

     .header .mobile-menu-trigger span:before,
     .header .mobile-menu-trigger span:after {
         content: '';
         position: absolute;
         left: 0;
         width: 100%;
         height: 100%;
         background-color: #333333;
     }

     .header .mobile-menu-trigger span:before {
         top: -6px;
     }

     .header .mobile-menu-trigger span:after {
         top: 6px;
     }

     .header .item-right {
         align-items: center;
     }

     .header .menu {
         position: fixed;
         width: 320px;
         background-color: #ffffff;
         left: 0;
         top: 0;
         height: 100%;
         overflow: hidden;
         transform: translate(-100%);
         transition: all 0.5s ease;
         z-index: 1099;
     }

     .header .menu.active {
         transform: translate(0%);
     }

     .header .menu>ul>li {
         line-height: 1;
         margin: 0;
         display: block;
     }

     .header .menu>ul>li>a {
         line-height: 50px;
         height: 50px;
         padding: 0 50px 0 15px;
         display: block;
     }

     .header .menu>ul>li>a i {
         position: absolute;
         height: 50px;
         width: 50px;
         top: 0;
         right: 0;
         text-align: center;
         line-height: 50px;
         transform: rotate(-90deg);
     }

     .header .menu .mobile-menu-head {
         display: flex;
         height: 50px;

         justify-content: space-between;
         align-items: center;
         position: relative;
         z-index: 501;
         position: sticky;
         background-color: #ffffff;
         top: 0;
     }

     .header .menu .mobile-menu-head .go-back {
         height: 50px;
         width: 50px;
         border-right: 1px solid rgba(0, 0, 0, 0.1);
         cursor: pointer;
         line-height: 50px;
         text-align: center;
         color: #000000;
         font-size: 16px;
         display: none;
     }

     .header .menu .mobile-menu-head.active .go-back {
         display: block;
     }

     .header .menu .mobile-menu-head .current-menu-title {
         font-size: 15px;
         font-weight: 500;
         color: #000000;
     }

     .header .menu .mobile-menu-head .mobile-menu-close {
         height: 50px;
         width: 50px;
         border-left: 1px solid rgba(0, 0, 0, 0.1);
         cursor: pointer;
         line-height: 50px;
         text-align: center;
         color: #000000;
         font-size: 25px;
     }

     .header .menu .menu-main {
         /*height: 100%; */
         overflow-x: hidden;
         overflow-y: auto;
     }

     .header .menu>ul>li .sub-menu.mega-menu,
     .header .menu>ul>li .sub-menu {
         visibility: visible;
         opacity: 1;
         position: absolute;
         box-shadow: none;
         margin: 0;
         padding: 15px;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         padding-top: 65px;
         max-width: none;
         min-width: auto;
         display: none;
         transform: translateX(0%);
         overflow-y: auto;
     }

     .header .menu>ul>li .sub-menu.active {
         display: block;
     }

     @keyframes slideLeft {
         0% {
             opacity: 0;
             transform: translateX(100%);
         }

         100% {
             opacity: 1;
             transform: translateX(0%);
         }
     }

     @keyframes slideRight {
         0% {
             opacity: 1;
             transform: translateX(0%);
         }

         100% {
             opacity: 0;
             transform: translateX(100%);
         }
     }

     .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
         margin-top: 0;
     }

     .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
         margin-bottom: 20px;
     }

     .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
         margin-bottom: 0px;
     }

     .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
         flex: 0 0 100%;
         padding: 0px;
     }

     .header .menu>ul>li .sub-menu>ul>li>a,
     .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
         display: block;
     }

     .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
         margin-bottom: 15px;
     }

     .menu-overlay {
         position: fixed;
         background-color: rgba(0, 0, 0, 0.5);
         left: 0;
         top: 0;
         width: 100%;
         height: 100%;
         z-index: 1098;
         visibility: hidden;
         opacity: 0;
         transition: all 0.5s ease;
     }

     .menu-overlay.active {
         visibility: visible;
         opacity: 1;
     }
 }




 .menu-pointer {
     display: none;
 }


 .header .menu>ul>li .sub-menu.mega-menu {
     margin-top: 0;
 }








 .sub-menu-item.need-help {
     padding: 20px 20px;
 }



 html body .aboutus .mega-menu {
     padding: 0 !important;
 }





 html body .aboutus {
     padding: 20px 5px;
 }


 html body .aboutus .col-md-12 {
     padding: 20px 30px;
 }



 .p-none {
     padding: 0 !important;
 }




 .fHerobanner-section {
     padding: 0;
 }



 header.fHeaber {
     width: 100%;
     z-index: 9999;
    /*position: relative;*/
     top: 0;
     /* padding: 40px; */
     background: lightblue;
     /* text-align: center; */
 }



 .Blogscol {
     text-align: left;
     display: block;
 }






 .Blogscol a {
     display: inherit;
     line-height: 20px !important;
     padding-left: 0 !important;
 }



 .Blogscol a:hover {
     height: auto !important;
 }



 html body .header .menu-main li a:hover {
     height: auto;

 }


 .sub-menu a:hover {
     text-decoration: underline !important;
 }

 .boxContainer img {}


 .boxContainer {
     display: flex;
     justify-content: center;
     position: absolute;
     left: 0;
     right: 0;
 }


 span.Steps {
     width: 100%;
     float: left;
     font-size: 18px;
     line-height: 22px;
     font-weight: 600;
     color: #d90504;
 }



.why-choose-first.One {
    position: relative;
    left: -1em;
    z-index: 999;
    top: 10em;
}


.why-choose-first.Second {
    position: relative;
    left: 764px;
    top: -29px;
    z-index: 999;
}

.why-choose-first.third {
    position: relative;
    left: -1em;
    z-index: 999;
    top: -150px;
}


 .why-choose p,
 h2 {
     width: 100%;
     margin-bottom: 0;
 }


 .why-choose {

     margin-bottom: 60px;
 }

 .GetBtn {
     margin-top: 61px;
 }

 #fHerobanner1 .owl-stage-outer {
     margin-top: 3%;
 }
#fHerobanner1.fHerobanner-sections .owl-stage-outer {
    margin-top: 0px;
}
.imgsec .fHerobanner-sections img {
    width: 100%;
}
.coverage-total-amt {
   
    /* background: #c7f0fe; */
    /* padding: 12px; */
}
 li.menu-item-has-children {
     padding-left: 5px;
     padding-right: 5px;
 }
.coverage-total-amt {
    margin-bottom: 3%;
}
 .owl-carousel .owl-nav button.owl-next:hover,
 .owl-carousel .owl-nav button.owl-prev:hover {
     box-shadow: none;
 }

 .fcompart-section .owl-carousel .owl-nav button.owl-next {
     right: -40px;
 }
.coverage-total-amt {
    margin-left: 3%;
}
.usp img {
    width: 40px !important;
    height: 40px;
    margin-right: 6px;
}

 .fHerobanner-section h2 {
     font-family: 'Raleway', sans-serif;
     font-weight: 700;
 }

 .fHerobanner-section h3 {
     font-family: 'Raleway', sans-serif;
     font-weight: 700;
 }


html body .sub-menu.single-column-menu.Advisorcent {
    left: 83%;
    top: 0%; 
    margin-top: 17px !important;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3) !important;
}

 html body .sub-menu.single-column-menu.Investment {
     left: 57%;
 }


 html body .sub-menu.single-column-menu.Supervisa {
     left: 43%;
 }



 .Locations h3.custom-heading {
     text-align: center;
     width: 100%;
 }


 .Locations {
     background: #d8eefe;
 }

 span.drop-icon {
     display: none;
 }


 .mobilbnr {
     display: none;
 }


 .c4YZDc,
 .i4ewOd-UzWXSb {
     display: none;
 }






 /* Relative positioning*/
 #image-map {

     width: 100%;
 }

 /* Hide the original tooltips contents */
 .pin {
     display: none;
 }

 /* Begin styling the tooltips and pins */
 .tooltip-up {
     position: absolute;
     background: url(https://i.imgur.com/13rZbuk.png);
     width: 25px;
     height: 37px;
     /* background-image: url(../images/home/bg/banner.jpg);*/
 }



 /* Begin styling the tooltips and pins */
 .tooltip-down {
     position: absolute;
     background: url(https://i.imgur.com/13rZbuk.png);
     width: 25px;
     height: 37px;
     /* background-image: url(../images/home/bg/banner.jpg);*/
 }

 .tooltip-down {
     background-position: 0 -37px;
     cursor: pointer;
 }

 .tooltip {
     display: none;
     width: 200px;

     text-shadow: 0 1px 0 #fff;
     position: absolute;
     top: 10px;
     left: 100%;
     z-index: 999;
     margin-left: -115px;
     padding: 15px;
     color: #222;
     border-radius: 5px;
     box-shadow: 0 3px 0 rgba(0, 0, 0, .7);
     background: #fff;
     background: linear-gradient(top, #fff1d3, #ffdb90);
     opacity: inherit;
 }

 .tooltip::after {
     content: '';
     position: absolute;
     top: -10px;
     left: 50%;
     margin-left: -10px;
     border-bottom: 10px solid #fff1d3;
     border-left: 10px solid transparent;
     border-right: 10px solid transparent;
     cursor: pointer;
 }

 .tooltip-down .tooltip {
     bottom: 40px;
     top: auto;
 }

 .tooltip-down .tooltip::after {
     bottom: -10px;
     top: auto;
     border-bottom: 0;
     border-top: 10px solid #ffdb90;
 }

 .tooltip h2 {
     font: bold 1.3em 'Trebuchet MS', Tahoma, Arial;
     margin: 0 0 10px;
 }

 .tooltip ul {
     margin: 0;
     padding: 0;
     list-style: none;
 }




 #image-map p {
     width: 100%;
     margin-bottom: 0;
     font-size: 14px;
     line-height: 20px;
 }

 #image-map h2 {
     width: 100%;
     margin-bottom: 0;
     font-size: 14px;
     line-height: 20px;
 }


 html body .Supervisa .sub-menu {
    /* max-width: 720px !important;*/
 }

html body .aboutus.Supervisa.invest .col-md-12.col-lg-6 {
    padding: 20px 30px !important;
}


.why-choose-first.Second.Thirdnew {
    position: relative;
    left: 760px;
    top: 43px;
    z-index: 999;
}

 .why-choose.text-center {
     margin-bottom: 0;
 }


 .Whychoosenew {
     margin-bottom: 0;
 }

 .Whychoosenew h2 {
     margin-bottom: 0;
 }

 .why-choose.Mfix {
     margin-bottom: -70px;
     margin-top: 14px;
 }
















 #description {
     font-size: 24px;
 }

 .form-wrap {
     background: rgba(255, 255, 255, 1);
     width: 100%;
     max-width: 850px;
     padding: 30px;
     margin: 0 auto;
     position: relative;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     border-radius: 10px;
     -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
     box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
     height: 650px;
 }

 .form-wrap:before {}

 .form-group {
     margin-bottom: 12px;
 }



 .custom-control-label {
     color: #000;
     font-size: 16px;
 }

 .form-control {
     /*height: 50px;*/
     background: #ecf0f4;
     border-color: transparent;
    /* padding: 0 15px;*/
     font-size: 16px;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
 }

 .form-control:focus {
     border-color: #00bcd9;
     -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
     -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
     box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
 }

 textarea.form-control {
     height: 160px;
     padding-top: 15px;
     resize: none;
 }



 .fimg-items {
     margin-top: 10px;
 }



 .inner-super {
     margin-top: 0;
 }



 ul.pp-icon-list-items.pp-list-type-icon {
     margin-bottom: 10px;
     padding-left: 0px;

 }

 .pp-icon-list-items li a {
     color: #d90504;
     font-size: 18px;
     line-height: 34px;

 }

 .pp-icon-list-items li {
     margin-bottom: 8px;
     font-size: 18px;
     line-height: 34px;
     display: block;
 }


 .pp-icon-list-items i.fa.fa-caret-right {
     padding-right: 10px;
 }



 .P-top {
     padding-top: 0;
 }



 .text-para i.fa.fa-check-circle {
     color: #d90504;
     font-size: 20px;
     padding-right: 10px;
     margin-top: 5px;
 }


 .text-para h3 {
     margin-bottom: 10px;
     margin-top: 25px !important;
 }

 .Heading3 h3 {
     margin-bottom: 10px;
     margin-top: 25px !important;
     font-weight: 400!important;
 }


 .T-space {
     margin-top: 30px;
 }



 #customers th {}

 #customers th {
     text-align: center !important;
 }



 #customers td {
     border: none !important;
     font-size: 17px !important;
     color: #333333 !important;
     text-align: center;
     padding: 10px !important;
 }

 .Effective {
     margin-top: 20px;
     font-weight: bold;
 }

 #customers td,
 #customers th {
     border-bottom: 5px solid red;
     text-align: left;
     padding: 15px;
     width: unset;
 }





 #customers table {
     border-collapse: collapse;
     border-spacing: 0;
     width: 100%;
     border: 1px solid #f5f5f5;
 }


 #customers {
     border-collapse: collapse;
     width: 85%;
     table-layout: fixed;


 }


 #customers td {
     width: unset !important;
     font-size: 17px !important;
     color: #333333 !important;
     text-align: center;
     padding: 10px !important;
     border-bottom: 1px solid #e6eced !important;
 }





 .accordion-flush {

     margin: 0 auto;

 }



 .accordion-button {
     border-bottom: 1px solid #0000002b;
     border-right: 1px solid #0000002b;
     border-left: 1px solid #0000002b;
     border-top: 1px solid #0000002b;
 }


 .accordion-button:focus {
     box-shadow: inherit;
     border: 1px solid #0000002b;
 }


 .P-bottom {
     padding-bottom: 0;
 }


 .imgsec img {
     width: 100%;
 }


 .accordion-flush .accordion-collapse {
     border: 1px solid #0000002b;
 }


 .Couple-age .custom-checkbox {
    /*width: 20%;*/
    /* float: left; 
    margin: 5px 0;
    margin-bottom: 0px;
    display: inline;
    padding-right: 2%;*/
}
.form-wrap input {
    border-radius: 5px;
   /* background: #d1effd;*/
}
.form-wrap input {
 
    border: 1px solid #ddd !important;
}

 .BgSuper {
     background:#f0f5f8;
    /* background-image: url(https://newstaging.canadianlic.com/wp-content/uploads/2023/06/supervisa.jpg);
     background-repeat: no-repeat;
     background-size: cover;*/
     margin: 0;
     padding: 30px;
     height: 700px;

 }





 .Text-Center {
     margin: 10px auto;
     text-align: left;
 }


 .Max-width {
     background-size: cover;
 }


 .GreenBg {
     background: #d8eefd;
     padding: 70px 0;
     margin: 0;
 }


 .text-para p {
     font-size: 18px;
     line-height: 30px;
 }


 .Redbg {}



 html body .BgSuper .Redbg span {
     color: #fff;
 }

 html body .Redbg h2 {
     color: #fff;
     margin: 0;
     font-weight: bold;
 }



 .m-top {
     margin-top: 0;
 }



 html body .GreenBg .container {}


 .single_link:before {
     content: "";
     display: block;
     background-image: url(../images/next.png);
     background-size: 18px 18px;
     width: 30px;
     height: 30px;
     min-width: 30px;
     min-height: 30px;
     background-position: 0;
     background-repeat: no-repeat;
 }


.single_link {
    color: #bb0000;
    text-underline-offset: 4px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

 span.single_link a {
     text-decoration: underline;
     font-size: 18px;
 }


 span.single_link a:hover {
     text-decoration: none;
     color: #bb0000;
 }
.tabs p {
    margin: 0;
}


 .Whypeaple .pp-icon-list-items li {
     margin-bottom: 0px;
 }



 .accordion-item .accordion-header button {
     font-size: 18px;
 }


 .TableP {
     margin-top: 20px;
 }


 .Fiftyhalf li {
     width: 50%;
     float: left;
 }


 .Heading3 p {}


 .CustomBox .wid50 {
     padding: 0;
 }


 .CustomBox .why-choose-features {
     padding: 40px;
 }



 .CustomBox .p {
     padding: 40px;
 }


 .bgcontact {
     background-image: url(https://canadianlic.com/wp-content/themes/canadianlic/assets/images/TLI-Abt-Img-4.jpg) !important;
     background-size: cover;
     background-attachment: inherit;
     background-position: top;
 }





 .helplinee p {
     font-size: 30px;
     padding: 0px 0px px 20px 0px;
     font-family: 'Lato', sans-serif;
     font-weight: 600;
 }



 .helplinee h4 {
     font-size: 55px;
     padding: 0px 0px 20px 0px;
     font-family: 'Lato', sans-serif;
     font-weight: 600;
 }

 .helplinee {
     padding: 50px 0;
 }


 .Max-width {
     background-image: url(../images/clic-bg.jpg);
     background-repeat: no-repeat;
     margin: 0;
 }



 .Stickyphone {
     position: sticky;
     bottom: 1rem;
     align-self: flex-end;
     top: 10px;
     margin-top: 30px;
 }


 .margin-top {
     padding-top: 70px;
 }



 .margin-top h3 {
     margin-top: 0 !important;
 }



 .form-wrap .fButton {
     padding: 10px 24px;
 }



 .form-wrap input {
    width: 100%;
    padding: 8px;
    border: unset;
    font-size: 15px;
    transition: border 0.15s cubic-bezier(0.4, 0, 0.7, 1);
color:#0000007d;
}

button.btn-wrap.color-one-btn {
    min-width: 100px;
}

 .form-wrap select {
     width: 100%;
     padding: 10px 3px;
     border: 1px solid #e8e8e8;
     font-size: 15px;
     transition: border 0.15s cubic-bezier(0.4, 0, 0.7, 1);
    color: #000;
 }
.output-info-tabs .tab-btns li {
   
}.slideInUp label {
    font-size: 18px;
}
#dob_dob span.input-group-addon.add-on {
    display: none;
}
.form-control {
   
    -webkit-appearance: revert;
    -moz-appearance: revert;
    appearance: revert;
   
}


 .Couple-age input {
     width: auto;
 }



 .bannertext {
     text-align: center;
 }


 span.Bottomline {
     width: 35%;
     display: block;
     background: #da332e;
     height: 2px;
     margin: 0 auto;
 }

 section.FrontBanner {
     padding: 50px;
     background: #d8eefd;
 }



 .bannertext p {
     margin: 0;
     margin-top: 15px;
 }


 .bannertext h1 {
     margin-bottom: 15px;
 }


 .Couple-age p {
     font-size: 20px;
 }


 .Couple-age h1 {
     font-size: 28px;
 }



 .underliNe {
     text-decoration: underline;
 }







 .warpper {
     display: flex;
     flex-direction: column;
     align-items: center;
 }

 /*.tab {
     cursor: pointer;
     padding: 10px 20px;
     border-left: 1px solid #ebebeb;
     border-right: 1px solid #ebebeb;
     border-bottom: 1px solid #ebebeb;
     border-top: 1px solid #f8f8f8;
     margin: 0;
     background: #da332e;
     display: inline-block;
     color: #fff;
     border-radius: 3px 3px 0px 0px;

     width: 33%;
     text-align: center;
 }*/

 .panels {
     background: #d8eefd;
     border-left: 1px solid #ebebeb;
     border-right: 1px solid #ebebeb;
     border-bottom: 1px solid #ebebeb;
     border-top: 1px solid #f8f8f8;
     min-height: 200px;
     width: 100%;

     border-radius: 3px;
     overflow: hidden;
     padding: 20px;
 }

 .panel {
     display: none;
     animation: fadein .8s;
 }

 @keyframes fadein {
     from {
         opacity: 0;
     }

     to {
         opacity: 1;
     }
 }

 .panel-title {
     font-size: 1.5em;
     font-weight: bold
 }

 .radio {
     display: none;
 }

 #one:checked~.panels #one-panel,
 #two:checked~.panels #two-panel,
 #three:checked~.panels #three-panel, #four:checked~.panels #four-panel, #five:checked~.panels #five-panel, #six:checked~.panels #six-panel {
     display: block
 }

 #one:checked~.tabs #one-tab,
 #two:checked~.tabs #two-tab,
 #three:checked~.tabs #three-tab, #four:checked~.tabs #four-tab, #five:checked~.tabs #five-tab, #six:checked~.tabs #six-tab {
     background: #fffffff6;
     color: #000;
     border-top: 3px solid #000;
 }




 .tabs {
     width: 100%;
     float: left;
 }


 .panel a:hover {
     background: #da332e;
     padding: 5px 10px;
     color: #fff;
 }


 .panel a {

     padding: 5px 10px;

 }



 .panels p {
     margin-bottom: 7px;
 }


 .Fivecolonm .col-lg-3 {
     width: 20%;
 }

 .Fivecolonm h3 {
     font-size: 20px;
     padding: 0px 10px;
 }


 .full-width {
     width: 100%;
     float: left;
     display: flex;
 }


 .wholelife li {
     display: block;
 }




 .form-wrap h3 {
     text-align: center;
 }



 .InnerBg {
     background: #d8eefe;
     margin: 0;
     padding: 30px;
 }


 .SidebarGL .col-md-3 b {
     color: #d90504;
 }




 .TermTable thead {
     background: -webkit-linear-gradient(0deg, #d90504, #ff2600 95%) !important;
     color: #fff;
 }


 .slides p.p_left {
     margin: 0px 25px 0px 0px;
 }


 .slides p.p_left {
     float: left;
     position: relative;
     display: inline-block;
     padding-bottom: 15px;
     margin: 0px 22px;
     cursor: pointer;
     font-size: 18px;

     font-weight: 500;
     color: #503c57;
     text-transform: uppercase;
 }


 .slidecontainer {
     width: 80%;
     float: left;
 }


 .container .slider {
     position: unset !important;
     opacity: 1;
     cursor: pointer;
     height: 12px !important;
     width: 100% !important;
     margin: auto !important;
     border-radius: 10px !important;
     background-color: #cecece !important;
     border-bottom: 0px !important;
     padding: 0px !important;
 }


 .row.switch_btn {
     margin-bottom: 30px;
     padding-top: 20px;
     border: 2px solid #ddd;
     border-radius: 20px;
     margin-left: 1px;
     margin-right: 1px;
 }


 .switch_inner .slider:before {
     position: absolute;
     content: "";
     height: 23px;
     width: 23px;
     left: 1px !important;
     bottom: 0px;
     background-color: white;
     -webkit-transition: .4s;
     transition: .4s;
 }









 .switch input[type="checkbox"] {
     position: relative;
     width: 40px;
     height: 20px;
     -webkit-appearance: none;
     appearance: none;
     background: red;
     outline: none;
     border-radius: 2rem;
     cursor: pointer;
     box-shadow: inset 0 0 5px rgb(0 0 0 / 50%);
 }

 .switch input[type="checkbox"]::before {
     content: "";
     width: 20px;
     height: 20px;
     border-radius: 50%;
     background: #fff;
     position: absolute;
     top: 0;
     left: 0;
     transition: 0.5s;
     rgba(224, 161, 161, 0.5)
 }

 .switch input[type="checkbox"]:checked::before {
     transform: translateX(100%);
     background: #fff;
 }

 .switch input[type="checkbox"]:checked {
     background-color: #d8eefe !important;
 }





 .output-info-tabs .tab-btns {
     position: relative;
     display: flex;
     border-bottom: 2px solid #f1f1f1;
     width: 100%;
 }

 .output-info-tabs .tab-btns li:before {
     position: absolute;
     content: '';
     background: #ff3d3d;
     width: 0%;
     height: 2px;
     left: 0px;
     top: -12px;
 }


 .output-info-tabs .tab-btns li {
     position: relative;
     display: inline-block;
     padding-bottom: 0;
     margin: 0px 10px;
     cursor: pointer;
     font-size: 18px;
     font-family: 'Lato', sans-serif;
     font-weight: 500;
     color: #503c57;
     text-transform: uppercase;
 }

.output-info-tabs {
    margin-top: 0%;
}

 .SpaceCoverage {
     padding: 13px 0;
 }

 .switch label {
    float: left;
    margin-right: 13px;
    margin-top: -1px;
    font-size: 15px;
 }


 .TermTable tbody {
     vertical-align: middle;
     background: #c5c4c440;
 }


 .TermTable tbody td {
     border-bottom: 1px solid #cccccc4d;
 }



 .list-icon li {
     list-style-type: none;
     position: relative;
     margin-left: 32px;
     padding: 12px 0;
 }

 .list-icon li:before {
     position: absolute;
     content: "";

     background-size: 18px 18px;
     height: 18px;
     width: 18px;
     left: -32px;
     background-image: url(https://staggingnew.canadianlic.com/wp-content/uploads/2023/04/check.png);
     top: 18px;
 }

 /*
.StickySIde {
    position: sticky;
    bottom: 1rem;
    align-self: flex-end;
    top: 10px;
    margin-top: 30px;
} 
*/


 .P-Last {
     padding: 30px;
 }


 .P-Last h3 {
     font-size: 18px;
     font-weight: bold;
 }

 a.btn-wrap.color-one-btn.apy {
     background: #485a85;
     color: #fff !important;
     padding: 10px 20px !important;
     border-radius: 80px !important;
     font-size: 13px;
 }

 a.btn-wrap.color-one-btn.apy:hover {
     background: #d90504;
 }

 .TermTable form {

     width: 103px;
     padding: 6px;

     -webkit-transition: background 1s;
     /* For Safari 3.0 to 6.0 */
     transition: background 1s;
     /* For modern browsers */
 }

 .TermTable form:hover {}



 .TermTable form label {
     margin-left: 5px;
 }















 span.forMob {
     display: none;
 }








 .righted {
     width: 100%;
     float: left;
 }

 .packagelist {
     width: 100%;
     float: left;
 }

 /*.listboxmain {*/
 /*    width: 100%;*/
 /*    float: left;*/
 /*    margin-bottom: 10px;*/
 /*}*/

 .policyimage {
     width: 25%;
     float: left;
 }

 .policydetails {
     width: 75%;
     float: left;
 }


 .policydetails h2 {
     color: #d90504;
     margin: 5px 0;
 }

 .righted p.price {
     font-size: 20px;
     font-weight: bold;
 }

 .righted p.price {
     font-size: 20px;
     font-weight: bold;
     margin: 5px 0;
 }

 .policyimage img {
     background: #fafafa;
 }

 /** ------------Poonam CSS--------------- **/
 .righted .packagelist .listboxmain {
     background: #d8eefd;
     padding: 6px 48px;
     box-shadow: 5px 8px 10px #d6d6d6;
     border-radius: 20px;
     margin-bottom: 25px !important;
     display: flex;
     align-items: center;
     max-height: 92px;
 }

 .righted .packagelist .listboxmain .policydetails h2.term {
     text-transform: uppercase;
     font-weight: bold !important;
     margin-bottom: 5px;
     text-align: center;
 }

 .righted .packagelist .listboxmain .policydetails {
     width: 75% !important;
     padding-left: 10px;
     text-align: center;
 }

 .policyimage {
     position: relative;
 }

 .righted .packagelist .listboxmain .policyimage img {
     position: relative;
     z-index: 1;
     left: -45px;
     background: transparent;
     min-height: 50px;
     max-height: 50px;
     object-fit: contain;
 }

 .tab-img img {
     width: 95% !important;
 }

 .policyimage:after {
     content: "";
     position: absolute;
     right: 0;
     bottom: 0;
     width: 150px;
     height: 92px;
     left: -50px;
     top: -21px;
     border-right: 25px solid #d8eefd;
     border-top: 45px solid transparent;
     border-bottom: 45px solid transparent;
     background-color: #fff2f1;
     border-radius: 8px;
     border-top-right-radius: 0;
     border-bottom-right-radius: 0;
     border-top-left-radius: 0;
 }

 .policyimage:before {
     position: absolute;
     content: "";
     background: #fff2f1;
     width: 45px;
     height: 15px;
     left: -50px;
     top: -33px;
     border-top-left-radius: 8px;
     border-right: 10px solid #ffffff;
     border-top: 14px solid transparent;
     border-top-right-radius: 3px;
     border-bottom-left-radius: 5px;
 }

 html body .righted p.price {
     font-size: 14px;
     margin: 0;
     line-height: 18px;
 }

 .liftquoteresultblk .output-tab.tabs-box .col-md-8 {
     padding-right: 50px;
 }

 a.selectedItemCloseBtn.w3-closebtn.cursor {
    background-color: transparent !important;
    color: #da332e !important;
    width: 12%;
    margin: auto;
    border-radius: 3px;
    position: relative !important;
    right: -58px !important;
    font-size: 25px;
    top: -42px !important;
}
 html body .crossicon {
 
 }

 @media screen and (min-width:768px) and (max-width:820px) {
     .policyimage:after {
         width: 300px;
         left: -50px;
         top: -8px;
         border-right: 25px solid #ffffff;
         border-top: 53px solid transparent;
         border-bottom: 53px solid transparent;
     }
.ffoo-button a.fButton.fButton-b {
    text-transform: uppercase;
    width: 100%;
    padding: 1rem 0;
}

     .policyimage:before {
         top: -20px;
     }
 }

 @media screen and (max-width:820px) {

     .liftquoteresultblk .output-tab.tabs-box .col-md-8,
     .liftquoteresultblk .output-tab.tabs-box .col-md-4 {
         max-width: 100% !important;
     }
.ffoo-button a.fButton.fButton-b {
    text-transform: uppercase;
    width: 100%;
    padding: 1rem 0;
}

     .righted .packagelist .listboxmain .policydetails {
         width: 60% !important;
     }

     .liftquoteresultblk .output-tab.tabs-box .col-md-8 {
         padding-right: 0;
     }

 }

 @media screen and (max-width:767px) {

    .w3-container, .w3-panel{
        display:block !important;
    }
     .policyimage:before {
         left: -35px;
         top: -28px;
     }

     body .righted .packagelist .listboxmain .policydetails {
         width: 55% !important;
     }

     .liftquoteresultblk .output-tab.tabs-box .col-md-8 {
         padding-right: 0 !important;
     }

     .righted .packagelist .listboxmain .policyimage img {
         max-width: 120px;
         height: 45px;
         width: 100%;
         object-fit: cover;
     }

     .result-blk .tab-list-wrap li {
         padding: 10px 0;
     }

     .result-blk .tab-list-wrap li .row.selectProduct {
         display: flex;
         align-items: center;
         flex-wrap: wrap;
     }

     .result-blk .tab-list-wrap li .row.selectProduct .grid-list {
         max-width: 50% !important;
         float: left !important;
         width: 100% !important;
         display: inline-block !important;
         margin: 0 !important;
         text-align: center !important;
     }

     .w3-row.w3-card-4.w3-grey.w3-round-large.w3-border.comparePanle.w3-margin-top .titleMargin.w3-container.comparePan {
         max-width: 100% !important;
         width: 98% !important;
     }

     .w3-row.w3-card-4.w3-grey.w3-round-large.w3-border.comparePanle.w3-margin-top {
         top: 30% !important;
         bottom: auto;
         padding: 20px 0;
     }

     .w3-row.w3-card-4.w3-grey.w3-round-large.w3-border.comparePanle.w3-margin-top {
         top: 30% !important;
         bottom: inherit !important;
         padding: 20px 0;
         max-width: 65% !important;
         width: 100% !important;
         text-align: center;
     }

     .w3-row.w3-card-4.w3-grey.w3-round-large.w3-border.comparePanle.w3-margin-top input#comparecssub {
         margin-top: 20px !important;
         padding: 5px 10px 5px;
         min-width: 100px;
         border-radius: 30px;
         margin-right: 5px;
         font-size: 14px;
     }

     .imgcontainerblk img {
    height: auto !important;
    width: 50% !important;
}
.mdcompare-section .common-btn {
    margin-top: 4%;
}
     .titleMargin.w3-container.comparePan .titleMargin .Leftsidecontent {
         text-align: center;
         padding-left: initial;
     }

     .titleMargin.w3-container.comparePan .titleMargin {
         min-height: inherit !important;
         width: 100% !important;
     }
 }

 @media screen and (min-width:768px) {
     html body .w3-white.titleMargin {
    
     }

     html body .w3-white.titleMargin img {
         max-height: 45px;
         width: 100%;
         object-fit: contain;
         height: 100%;
         min-height: 45px;
     }

     html body .w3-white.titleMargin p {
         margin-bottom: 0 !important;
         padding-bottom: 0 !important;
     }

     /*   .w3-row.w3-card-4.w3-grey.w3-round-large.w3-border.comparePanle.w3-margin-top {*/
     /*    width: 40% !important;*/
     /*    bottom: inherit !important;*/
     /*    top: 10%;*/
     /*    border: solid 1px #d90504 !important;    border-radius: 10px;*/
     /*}*/
     /*input#comparecssub {*/
     /*    margin-top: 20px !important;*/
     /*    margin-bottom: 25px;*/
     /*}*/
     /*    .titleMargin.w3-container.comparePan {*/
     /*    width: 100% !important;}*/
     /*    html body .w3-white.titleMargin {*/
     /*    display: block;*/
     /*    width: 100%;*/
     /*    margin: 10px auto;*/
     /*}*/
     /*.comparePan .relPos, .titleMargin.w3-container.comparePan {*/
     /*    width: 100% !important;*/
     /*}*/
 }





 input[type=range] {
     height: 34px;
     -webkit-appearance: none;
     margin: 10px 0;
     width: 100%;
 }

 input[type=range]:focus {
     outline: none;
 }

 input[type=range]::-webkit-slider-runnable-track {
     width: 100%;
     height: 11px;
     cursor: pointer;
     animate: 0.2s;
     box-shadow: 1px 1px 1px #d8eefe;
     background: #d8eefe;
     border-radius: 1px;
     border: 0px solid #010101;
 }

 input[type=range]::-webkit-slider-thumb {

     border: 2px solid red;
     height: 26px;
     width: 26px;
     border-radius: 15px;
     background: #FFFFFF;
     cursor: pointer;
     -webkit-appearance: none;
     margin-top: -8px;
 }

 input[type=range]:focus::-webkit-slider-runnable-track {
     background: #d8eefe;
 }

 input[type=range]::-moz-range-track {
     width: 100%;
     height: 11px;
     cursor: pointer;
     animate: 0.2s;
     box-shadow: 1px 1px 1px #000000;
     background: #74A9D8;
     border-radius: 1px;
     border: 0px solid #010101;
 }

 input[type=range]::-moz-range-thumb {
     box-shadow: 1px 1px 1px #000031;
     border: 1px solid #00001E;
     height: 26px;
     width: 26px;
     border-radius: 15px;
     background: #FFFFFF;
     cursor: pointer;
 }

 input[type=range]::-ms-track {
     width: 100%;
     height: 11px;
     cursor: pointer;
     animate: 0.2s;
     background: transparent;
     border-color: transparent;
     color: transparent;
 }

 input[type=range]::-ms-fill-lower {
     background: red;
     border: 0px solid #010101;
     border-radius: 2px;
     box-shadow: 1px 1px 1px #000000;
 }

 input[type=range]::-ms-fill-upper {
     background: #74A9D8;
     border: 0px solid #010101;
     border-radius: 2px;
     box-shadow: 1px 1px 1px #000000;
 }

 input[type=range]::-ms-thumb {
     margin-top: 1px;
     box-shadow: 1px 1px 1px #000031;
     border: 1px solid #00001E;
     height: 26px;
     width: 26px;
     border-radius: 15px;
     background: #FFFFFF;
     cursor: pointer;
 }

 input[type=range]:focus::-ms-fill-lower {
     background: #74A9D8;
 }

 input[type=range]:focus::-ms-fill-upper {
     background: #74A9D8;
 }


 .righted {

     padding: 25px;
 }


 .policyimage {
     width: 64%;

 }


 .NoteText {
     font-size: 15px;
     line-height: 26px;
 }


 .policydetails h2 {
     font-size: 22px;
 }






 .SpaceCoverage b {
     color: #d90504;
 }



 .forMObile .overlay {
     display: none;
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, 0.7);
     z-index: 9999;
     opacity: 0;
     transition: opacity 0.3s ease;
 }

 /* Styling for the popup */
 .forMObile .popup {
     display: none;
     position: fixed;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     width: 80%;
     max-width: 400px;
     padding: 20px;
     background-color: #f2f2f2;
     border-radius: 5px;
     box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
     z-index: 9999;
     opacity: 0;
     transform: translate(-50%, -50%) scale(0.7);
     transition: opacity 0.3s ease, transform 0.3s ease;
 }

 /* Styling for the buttons */
 .forMObile button {
     margin-top: 10px;
 }

 .forMObile .close {
     position: absolute;
     top: 10px;
     right: 10px;
     cursor: pointer;
     color: #888;
     font-size: 24px;
     font-weight: bold;
     transition: color 0.3s ease;
 }

 .forMObile .close:hover {
     color: #333;
 }

 /* Responsive Styles */
 @media only screen and (max-width: 600px) {
     .forMObile .popup {
         width: 90%;
     }
 }


 .forMObile {
     display: none;
 }

 label.switch {
     margin-top: 11px;
 }



 p.sltline {
     padding-left: 20px;
     font-style: italic;
     font-size: 14px;
 }




.loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(8px);
background: rgba(255, 255, 255, .15);
    /* color: #d0eefd; */
    background-filter: blur(8px);
    /* backdrop-filter: blur(8px); */
}
 

/*.page-id-7 .loader {
    background: #6ec1e4bf !important;
}*/

img.in-pagee {
    display: none !important;
}
.page-id-991 img.in-pagee {
    display: block !important;
}

.page-id-991 img.in-pageer {
    display: none !important;
}


  .loader img {
    width: auto;
    height: 203px;
}


  .disppear{
    animation:vanish 1s forwards !important;
  }
    @keyframes vanish {
      100%{
       opacity:0;
       visibility:hidden;
      }
    }
  













  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 35px;
    top: 0;
}
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

    

  .w3-col.l3 {
    width: 28.66%;
    text-align: center !important;
}

.buttoncompare {
    position: absolute;
    top: 86px;
    right: 115px;
}

.w3-container, .w3-panel {
    padding: 0.01em 16px;
    display: inline-flex;
    float: left;
    width: 86%;
}


.w3-white.titleMargin {
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    margin: 4px;
    min-height: 150px;
    vertical-align: middle !important;
    display: inline-grid;
    align-items: center;
    padding: 5px !important;
    float: left;
    border: 1px solid #ddd;
    border-bottom: 2px solid #d90504;
    background: #fff;
    box-shadow: 2px 2px 10px #dddddd9e;
}






html body .w3-white.titleMargin img{
    width: 100px;;
height: 40px;
}


html body .crossicon {
    margin: 0;
    margin-top: 26px;
}



html body .w3-white.titleMargin p {
  
    line-height: 23px;
    font-size: 16px;
}


.Leftsidecontent {
    margin-top: -80px;
}
.comparePan .relPos {
    width: auto !important;
}

.titleMargin.w3-container.comparePan {
    width: auto;
    padding: 1%;
    
}
a.selectedItemCloseBtn.w3-closebtn.cursor {

    right: -44px !important;
    
}
.comparePan .relPos {
    width: auto  !important;
    margin-bottom: 5px !important;
}
.titleMargin.comparePan .relPos {
    width: unset !important;
    margin-bottom: 5px !important;
}



section.Sidesupervisa .sidebarleft {
    width: 25%;
    float: left;
    max-width: 290px;
    padding: 0 20px 0 0;
    position: sticky;
    top: 120px;
    align-self: start;
    overflow: auto;
    min-height: 200px;
    position: -webkit-sticky;
    background-color: #f0fcff;
    margin: 50px 0;
}






section.Sidesupervisa {
    width: 100%;
    float: left;
    background: #fff;
}



.sidebarleft a {
    opacity: 0.8;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    float: left;
    line-height: 16px;
    width: 100%;
    font-weight: 400;
}

.rightsidesuper {
    width: 75%;
    float: right;
    padding-left: 60px;
}


.side_title {
    padding: 10px !important;
    background: #f4fdff;
    border-bottom: 4px solid #00aeda;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}



.ShadowBox {
    box-shadow: 0 0 19px 2px #d1d1d1;
    padding: 40px 20px;
}



section.Sidesupervisa #customers{
    width: 100%;
}




section.Sidesupervisa .custom-padding{
    padding: 40px 0;
}





  



  .scrolled .ftopbar{
    display: none;
	 animation: fade_in_show 0.5s;
  }




  




/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
   
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;

    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 280px;
  }
  
  /* The popup chat - hidden by default */
  .chat-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
 width: 100%;
    z-index: 9;
    
}
  
  /* Add styles to the form container */
  .form-container {
    width: 100%;

  
  }
  
  /* Full-width textarea */
  .form-container textarea {
   
  }
  
  /* When the textarea gets focus, do something */
  .form-container textarea:focus {
    background-color: #ddd;
    outline: none;
  }
  
  /* Set a style for the submit/send button */
  .form-container .btn {

    color: #000;
    padding: 16px 20px;
    border: none;
    cursor: pointer;

    margin-bottom:0px;
    
  }
  
  /* Add a red background color to the cancel button */
  .form-container .cancel {
    
  }
  
  /* Add some hover effects to buttons */
  .form-container .btn:hover, .open-button:hover {
    
  }



  label.Monthly {
    float: right;
    margin-top: -3px;
    margin-left: 11px;
}










.help-tip {
    position: relative;
    top: -40px;
    right: -495px;
    text-align: center;
    background-color: #da332e;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 26px;
    cursor: default;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.help-tip:hover {
  cursor: pointer;
  background-color: #ccc;
}

.help-tip:before {
  content: '?';
  font-weight: 700;
  color: #fff;
  margin-left: -2px;
}

.help-tip p {
  visibility: hidden;
  opacity: 0;
  text-align: left;
  background-color: #da332e;
  padding: 20px;
  width: 450px;
  position: absolute;
  border-radius: 4px;
  right: -4px;
  color: #fff;
  font-size: 13px;
  line-height: normal;
  transform: scale(0.7);
  transform-origin: 100% 0%;
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.help-tip:hover p {
  cursor: default;
  visibility: visible;
  opacity: 1;
  transform: scale(1.0);
}

.help-tip p:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #da332e;
  right: 10px;
  top: -12px;
}

.help-tip p:after {
  width: 100%;
  height: 40px;
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
}

.help-tip a {
  color: #fff;
  font-weight: 700;
}

.help-tip a:hover, .help-tip a:focus {
  color: #fff;
  text-decoration: underline;
}










.mPS2id-highlight-last{
	/*color:#d90504;*/
}



#Nav-menu a {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 16px;
    float: left;
}



.__mPS2id:hover{
	color:#d90504;
}








._mPS2id-t{
	
}


.rwd-table th, .rwd-table td {
    padding: 1em !important;
}


.rwd-table tr:first-child {
    border-top: none;
    background: #d90504;
    color: #fff;
}

.rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f9fbff;
}


.rwd-table tr {
    border-color: #bfbfbf;
}


.rwd-table {
    margin: auto;
    min-width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    margin-left: 0px;
    margin-top: 20px;
}



html body .main-content .stickyside {
    position: sticky!important;
    bottom: 0;
    align-self: baseline;
    top: 145px;
}



.container-fluid.breadcamset {
    width: 100%;
    float: left;
    background-color: #d8eefe;
    padding: 40px 0px 40px 0px;
    text-align: center;
}



section.Companydetails {
    width: 100%;
    float: left;
    margin-right: 50px;
}


.company-full-details.container {
   
    padding: 40px;
}
.multisteps-form__content {
   
    padding: 42px !important;
   
}

.col-12.ml-auto.mr-auto.mb-4 {
    margin: 0 !important;
}

.company-full-details.container strong{
	width: 100%;
    float: left;
    color: #000;
    font-weight: 500;
    font-size: 18px;
}



.premium-amount.col-md-4{
	color: #d90504;
    font-weight: bold;
    font-size: 16px;
    line-height: 35px;
}


.company-logo img {
    width: 40%;
    
}




.Advisordetails .container {
   padding: 100px 65px;
    width: 100%;
    background: #d8eefd;
    margin-top: 50px;
    margin-bottom: 80px;
	
}



section.Companydetails .form-control{
	    background: #fff;
}


.company-full-details.container {
       
    padding: 0px;
    text-align: center;
    width: 100%;

}




span.input-group-addon.add-on {
    float: left;
    width: 100%;
}


span.input-group-addon.add-on i {
    float: right;
    margin-top: -32px;
    margin-right: 12px;
}


.company-full-details.container .col-md-4 {
    width: 29%;
    text-align: center;
    margin-bottom: 6px;
    border-radius: 0;
    transition: .4s ease-in-out;
    color: #d90504;
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    /* border: 1px solid white; */
    padding: 14px;
    margin: 20px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15) !important;
    background: #fff;
    height: auto;
}


.js-btn-next {
    float: right;
    margin-right: 36px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    text-align: center;
    background-color: var(--brand-color-red);
    font-size: inherit;
    padding: 14px 28px;
    border-radius: 3px;
    line-height: 16px;
    transition: all .5s ease;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
	    border-color: var(--brand-color-red);
    border: 1px solid;
}


button.btn.btn-primary.js-btn-prev {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    text-align: center;
    background-color: var(--brand-color-red);
    font-size: inherit;
    padding: 14px 28px;
    border-radius: 3px;
    line-height: 16px;
    transition: all .5s ease;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 15px;
	    border-color: var(--brand-color-red);
    border: 1px solid;
}



button.btn.btn-primary.js-btn-prev:hover {
    background: #fff;
    color: var(--brand-color-red);
    border-color: var(--brand-color-red);
    border: 1px solid;
}


html body .js-btn-next:hover{
	 background: #fff;
    color: var(--brand-color-red);
    border-color: var(--brand-color-red);
    border: 1px solid;
}



.container.overflow-hidden {
    padding: 40px 80px;
}



.form-control{
	    background: #fff;
}




.HeightNA{
	height:auto;
}



.form-wrap.Setheigh {
    height: 680px;
}


.Supervisaheight{
	height: 735px;
}

.titleMargin.w3-container.comparePan {
    
    padding: 1%;
}

input#comparecssub {
  /*  position: absolute;
    top: 2.5em;
margin-top:0 !important;*/
}

.w3-row.w3-card-4.w3-grey.w3-round-large.w3-border.comparePanle.w3-margin-top {


    
    padding-bottom:5px !important;
    /*border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;*/
    margin-bottom: 5px !important;
}
.comparison-table img {
    height: 58px !important;
    width: 135px!important;
}
.comparison-table .common-btn {
    margin-top: 4%;
}

.w3-row.w3-card-4.w3-grey.w3-round-large.w3-border.comparePanle.w3-margin-top {
   /*width: 48% !important;*/
 }
.modal-body.mdcompare-section {
    margin-top: 1%;
}

input#comparecssub {
    /* text-transform: uppercase; */
    /* font-size: 18px; */
    /* color: #fff !important; */
    /* display: inline-block; */
    /* vertical-align: middle; */
    /* padding: 10.5px 21.5px; */
    /* cursor: pointer; */
    /* border-radius: 5px; */
    /* box-shadow: 0px 20px 30px -10px rgba(211, 87, 251, 0.50); */
    /* transition: all 2500ms ease; */
    /* background: linear-gradient(90deg, var(--c1, #d90504), var(--c2, #ff2600) 51%, var(--c1, #d90504)) var(--x, 0)/200%; */
    /* display: inline-block; */
    /* margin-top: 40px; */
   
    background: #d90504 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 80px !important;
    
}
.w3-row.w3-card-4.w3-grey.w3-round-large.w3-border.comparePanle.w3-margin-top {
    padding: 0 !important;
}
.comparePan .relPos {
  
    margin-bottom: 0px !important;
}
.w3-row.w3-card-4.w3-grey.w3-round-large.w3-border.comparePanle.w3-margin-top {
    border: unset !important;
}
.loaders {
  
  border-radius: 50%;
  border-top: 16px solid blue;
  border-right: 16px solid green;
  border-bottom: 16px solid red;
  border-left: 16px solid pink;
  width: 150px;
  height: 150px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.titleMargin.comparePan .relPos {
    margin-bottom: 0px !important;
}
iframe {
    width: 100%;
}

.w3-row.w3-card-4.w3-grey.w3-round-large.w3-border.comparePanle.w3-margin-top {
   
    
     border-top: unset !important; 
     border-right: unset  !important; 
    border-left: unset  !important;
   /* border-top-right-radius: 10px;
    border-top-left-radius: 10px;*/
    margin-bottom: 0px !important;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99999;
}
.w3-white.titleMargin {
    width: 170px;
    /* height: auto; */
}
.modal-dialog.modal-lg .mod-desgn tr {
    border: 1px solid #f10000;
text-align: center;
    padding: 5px;
}

.modal-dialog.modal-lg .mod-desgn tr td {
    border: 1px solid #f10000;
text-align: center;
    padding: 10px 0px;
}
button.close {
    color: red;
}
.modal.show .modal-dialog {
 
    top: 7%;
}
.modal-dialog.modal-lg .mod-desgn tr th {
    border: 1px solid #f10000;
    text-align: center;
    padding: 5px;
}
.modal-dialog.modal-lg .mod-desgn tr, th:first-child {
    /*border: 0px !important;*/
    
}
.comparison-table .common-btn {
    margin-bottom: 4%;
    margin-top: 4%;
}
.modal-dialog.modal-lg .mod-desgn h4 {
    font-size: 22px;
}
.w3-row.w3-card-4.w3-grey.w3-round-large.w3-border.comparePanle.w3-margin-top {
    
    width: 45% !important;
    
}
.modal-header {
  
   border-bottom: unset !important;
   
}
.modal-content {
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.modal.fade.compare-view-blk.show {
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, .15);
}
div#emailinquery {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, .15);
}
.w3-row.w3-card-4.w3-grey.w3-round-large.w3-border.comparePanle.w3-margin-top {
  
    margin-bottom: 0px !important;
}
.page-id-87 .form-wrap.Setheigh {
    height: auto;
   /* z-index: 9999;*/
}
.Supervisaheight {
    height: auto;
}
.swiper-wrapper {
    height: unset !important;
}
.toggle-box-content {
    /* background: linear-gradient(90deg, var(--c1, #d90504), var(--c2, #ff2600) 51%, var(--c1, #495678)) var(--x, 0)/200%; */
    color: #222;
    padding: 5px;
    border-radius: 6px;
    text-align: left;
}
.p-None {
    /*display: flex;*/
    
}
.color-three-btn:hover {
    background: #445677;
}
.color-three-btn:hover a{
    color: red;
}
a.btn-wrap.color-three-btn:hover {
    color: red;
}
.col-md-2.right-align {
    text-align: left;
}
.row.SpaceCoverage.couple-couple {
    visibility: visible;
}
.birthday {
    text-transform: uppercase;
}
.date-btn-second i {
    padding-right: 3px;
}
.form-control[readonly] {
    background-color: #e9ecefc4;
    opacity: 1;
}
.wow .form-control[readonly] {
    background:#e9ecefc4;
 opacity: 1;
}
.card-number[readonly]{
    background:#e9ecefc4;
 opacity: 1;
}
.heading-sec-thr {
    text-transform: capitalize;
}
.mobile_toggle {
    /* background: #d1effe9e; */
    padding: 0;
}
.dropdowncontent {
    background: #d1effe9e;
}
.toggle-box-content p {
    font-size: 16px;
    margin: 0;
    line-height: 25px;
}
.toggle-box-content {
    padding: 0 !important;
}
.dropdowncontent .row {
    padding: 0 !important;
}
select {
    text-transform: capitalize;
}
.mb-bot {
   
}
.universal-form label {
  
    margin-bottom: 8px !important;
}
.wpcf7-form.init p {
    margin-bottom: 0;
}
div#applicant {
    text-align: right;
}
#nestedHeadingOne button.accordion-button {
    border: unset;
    padding-left: 0;
}
.Blogs {
    width: 32% !important;
    left: 91% !important;
}
#nestedAccordion button.accordion-button {
    font-size: 18px;
}
.panel-full-width-paragraph p.m-0 {
    width: 100%;
    text-align: center;
    background: #f0fcff;
    padding: 6px 0;
    border-radius: 4px;
}
.panel-full-width-paragraph {
    padding: 2% 0;
}
.mb_blog ul li a {
    line-height: 20px !important;
}
.form-wrap .fButton {
    padding: 15px 24px;
    border-radius: 7px;

}
.button-row.d-flex.mt-4 {
    padding: 0 1%;
}

.multisteps-form__content  .form-control {
    height: 42px;
    
}
.multisteps-form__content .form-group {
    margin-bottom: 6px;
}
.main-wrapper .align-menu img {
    width: 35px !important;
    height: 35px !important;
    padding-right: 5px;
}
.li-sub a img {
    display: inline !important;
}
html body .aboutus .col-md-12.col-lg-6 {
    padding: 0 !important;
}
.panel-full-width-paragraph.col-md-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.col-md-12.col-lg-12.mb_blog {
    padding: 0 !important;
}
table#fcSuffFilterTableBorder {
    border: unset !important;
}
.form-group.Couple-age label.custom-control-label {
    padding-left: 6px;
}
.textalign a {
    color: #f10000;
}
p.textalign {
    text-align: justify;
}
.textalign {
    text-align: justify;
}
.textalign  
 span.elementor-icon-list-text {
    text-align: justify;
}
.textalign span.elementor-icon-list-text {
    text-align: justify;
}
select.how-select {
    border: 1px solid #9d9d9de3;
    width: 100%;
    height: 44px;
    border-radius: 4px;
    color: #a8a8a8;
}
html body 
 .aboutus.investmentt .col-md-12.col-lg-6.p-none {
    padding: 0 !important;
}
html body 
 .aboutus.investmentt .col-md-12.col-lg-6 {
    padding: 20px 30px !important;
}
iframe#myIframeWidget {
    top: 0;
    left: 0;
    width: 100%;
    height: 1000px;
}
.adviser-port .input-group.input-append.date.col-md-3.col-sm-6.col-xs-12 {
    margin-bottom: 2%;
    width: 50%;
    display: flow;
}
.form-wrap input {
  
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}
.adviser-port textarea#comments {
    border: 1px solid #ddd !important;
}
.text-center.p-t-136 a.txt2 {
    clear: red;
    color: red;
    font-weight: bold;
    font-size: 19px;
}
.adviser-port .submit-btn {
   /* border: 1px solid #f76767;
    background-color: #f76767;*/
}
.adviser-port .button {
   /* text-decoration: none;
    display: inline-block;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    text-align: center;
    background-color: var(--brand-color-red);
    font-size: inherit;
    padding: 14px 28px;
    
    line-height: 16px;
    transition: all .5s ease;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-color: var(--brand-color-red);
    border: 1px solid;*/
}
.adviser-port .button:hover{
   /* background: #fff;
    color: #d90504;
    border: 1px solid #d90504;*/
}
.adviser-port .input-append input {
    border: 2px solid #e2e6e9;
    width: 100% !important;
}
.adviser-port.login-form .input-group.input-append.date.col-md-3.col-sm-6.col-xs-12 {
   
    width: 100%;
   
}
.adviser-port.login-form .separete-grid {
   /* margin: auto;
    width: 64%;*/
}
.adviser-port.login-form .mt-3.ali-right {
    display: flex;
    justify-content: center;
}
.adviser-port .form-wrap.Setheigh {
    height: auto !important;
}
.adviser-port .text-center.p-t-12 {
    margin-top: 5%;
}
.adviser-port .input-group.input-append.date.col-md-3.col-sm-6.col-xs-12 label {
    margin-bottom: 4px;
}

div#stepp2 {
    text-align: center;
    margin-top: 3%;
    /* font-size: 40px; */
}
.elementor-widget-container {
    font-family: 'Lato' !important;
}
.textalign h2 {
    text-align: left !important;
}
.textalign h3 {
    text-align: left !important;
}
button.button.btn-navigate-form-step {
    margin-left: 8px;
}
div#stepp2 span.login100-form-title {
    font-size: 28px;
    font-weight: 500;
}
.adviser-port .input-group.input-append.date.col-md-3.col-sm-6.col-xs-12 input::placeholder {
    height: auto;
    color: #000;
}
.ads_content p {
    width: 100%;
    text-align: justify;
    font-size: 15px;
    line-height: 24px;
    margin-top: 6em;
}
.ads_content h3 {
    text-align: left;
    font-size: 19px;
    margin-top: 9%;
}
.ads_content h3 a {
    background: #d1effd;
    padding: 10px 30px;
}
.tab {
    width: auto;
    padding: 10px 20px;
    
}
.Tabscontact .tab {
    background: #f10000;
}
.ads_content.adds {
    margin-top: -14% !important;
}

.ads_content.adds p {
    /* margin-top: 11% !important; */
}

.ads_content.adds {
    display: inline-block;
}
.row.align-right label {
    margin-bottom: 1%;
}
.fGalleryText.text-style.Heading3 p {
    text-align: justify;
}
.fGalleryText .Heading3 h5 {
    color: #f10000;
    font-family: 'Lato';
    font-size: 21px;
    font-weight: bold;
    text-transform: capitalize;
}
h4.modal-title.form_ti3 {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 27px;
    margin-top: 2%;
    color: #495677 !important;
    margin-bottom: 2%;
}
p.notice1 {
    font-style: italic;
    line-height: 24px;
    font-size: 16px;
    font-family: 'Lato';
}

span.note1 {
    color: #ff0000;
}
.table-responsive-lg.TermTable .tab {
    background: unset;
padding:0;
}
#fabout3 .form-wrap {
    box-shadow: unset !important;
}
#contactForm .submit-btn {
    background: unset;
    border: unset;
}
.claim-page {
    min-height: 375px !important;
}
.subpage-full-details.result-blk button.btn.btn-info.btn-lg {
    background: #f10000;
    color: #fff;
}
.filter.filterdropdown.col-lg-12 {
   
}
.clain-table th, .clain-table td {
    border: 1px solid #fff;
    text-align: center;
    padding: 0 10px;
}
.clain-table td:nth-child(4) {
    width: 200px;
}

.clain-table td:nth-child(5) {
    width: 200px;
}

.clain-table tr {
    /* padding: 20px !important; */
}

.clain-table th {
    padding: 10px;
}

.clain-table td:nth-child(1) {
    padding: 10px;
}
div#stepp2 {
    display: none !important;
}
.col-md-2.xs-hidden p {
    text-align: center;
}

span.head_prd {
    color: #17b3e4;
    text-align: left !important;
    float: left;
    padding-left: 20px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
.panel-full-width-paragraph.col-md-12 {
    padding: 0px 0 !important;
    margin-bottom: 2%;
}
.panel-full-width-paragraph.col-md-12.mb-2 {
    margin-top: 2% !important;
}
.ads_content.above p {
    margin: 0;
    display: flex;
}

.ads_content.above {}

.ads_content.above h2 {
    font-size: 20px;
}
i.fa-solid.fa-calculator {
    color: #17b3e4;
    font-size: 28px;
    vertical-align: middle;
    padding-right: 4%;
    margin-top: 2%;
}

.ads_content.above {
    border-top: 2px solid #17b3e4;
}

.ads_content {
    margin-bottom: 7% !important;
    display: block;
}
.sub-menu-item {
    padding-left: 0;
    box-shadow: 10px 1px 9px 4px #d6d6d6 !important;
}
.dropdowntitle {
    /* display: flex; */
    float: left;
}

.dropdowntitle.align-rightt {
    display: rig;
    /* float: right; */
}

.dropdowntitle.align-rightt {
    float: right;
}
input.policy-type.ng-valid.ng-dirty.ng-touched.ng-empty {
    
    width: 100px;
    height: 40px;
    z-index: 99999;
   
    position: absolute;
    opacity: 0;
}
#supervisaquote span.input-group-addon.add-on i {
    position: unset;
    margin-top: -28px;
}

.serv-ser li.col-xl-2.col-md-3.col-sm-6.col-3 {
    text-align: center;
}
a.contactbtn {
    background: #c31010;
    padding: 10PX;
    border-radius: 10px;
}
.accordion-button span img {
    height: 30px;
    width: auto;
    display: none;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border: unset;
}
button.accordion-button {
    border: unset;
}
.fGalleryText.para_text {
    margin: 0 auto;
    width: 60%;
    vertical-align: middle;
    margin-top: 4%;
}
.four-services a .fimg-items img {
    min-height: 50px !important;
    max-height: 50px !important;
    /* width: 100px; */
}
section#fservices4 {
    padding: 10px 0 !important;
}
.four-services a h5 {
    font-size: 15px !important;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 19px !important;
}
li.col-xl-2.col-md-3.col-sm-6.col-3 {
    width: 11%;
}
.fGalleryText.para_text h1 {
    text-align: left;
    font-weight: 300;
    margin-bottom: 4%;
}
.fGalleryText.para_text h1 span {
    font-weight: 400;
}
.fview-button.text-center.mt-4 {
    margin-top: 0 !important;
}
 .usp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.usp .lowest-price {
    color: #0776ad !important;
    font-size: 14px;
    line-height: 21px;
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
}
.usp .hassle-free {
    color: #f10000!important;
    font-size: 14px;
    line-height: 21px;
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
}
.usp i {
    font-size: 32px;
    vertical-align: middle;
    padding-right: 5px;
}
section.banner-sec {
    margin-bottom: 1%;
}
.fcompart-section.bann_below {
    margin-top: 7px;
}

.fcompart-section.bann_below .owl-stage-outer {
    margin: 24px 0 0;
}

.fcompart-section.bann_below {
    margin-top: 8px;
    background: unset;
}
#userAccountSetupForm .form-control {
  
    padding: 10px !important;
}
#userAccountSetupForm .form-step {
   
    padding: 2rem;
}
#userAccountSetupForm .radiobtn.col-md-3.col-sm-6.col-xs-12 {
    float: left;
    width: 100%;
}
#userAccountSetupForm .input-medical label {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    margin-right: 5%;
    float: left;
}
#visitor-request-page .form-control {
  
    padding: 10px !important;
}
#visitor-request-page .form-step {
   
    padding: 2rem;
}
#visitor-request-page .radiobtn.col-md-3.col-sm-6.col-xs-12 {
    float: left;
    width: 100%;
}
#visitor-request-page .input-medical label {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    margin-right: 5%;
    float: left;
}
.BgSuper.advior-portal .text-center.p-t-136 {
    margin-top: 3%;
}
.BgSuper.advior-portal .slideInUp label {
    font-size: 18px;
}
.BgSuper.advior-portal {
    background: #fff
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 40px 30px;
    height: unset;
}
.BgSuper.advior-portal .mt-3.ali-right {
    text-align: right;
}
.BgSuper.advior-portal .form-control {
    background: transparent;
}
.BgSuper.advior-portal .form-wrap {
    
    width: 100%;
    max-width: 850px;
    
    margin: 0 auto;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    height: unset;
}
section.head-sec.tit-head {
    padding: 30px;
    text-align: center;
    background: #d8eefd;
}

.BgSuper.advior-portal #multi-step-form-container {
    margin-top: 0rem;
}
.BgSuper.advior-portal input#birthday {
    background: transparent;
}
.BgSuper.advior-portal .form-step {
    padding: 0rem !important;
	border:unset;
}
.adviser-port textarea#comments {
    border: 1px solid #ddd !important;
    margin-top: 4px;
}
.BgSuper.advior-portal form-stepper .form-stepper-unfinished .form-stepper-circle {
    background-color: #fff;
}
section.useful-link.custom-padding.position-relative.P-top {
    margin: 0 auto;
  
    margin-top: 2%;
}
	.useful-link li {
    cursor: pointer;
    border-radius: 5px;
    /* box-shadow: 0px 20px 30px -17px #0dcaf0; */
    transition: all 2500ms ease;
    /* border: 1px solid #c7f0fe; */
    margin: 1% 2%;
    width: 45%;
    float: left;
    background: #c7f0fe;
    padding: 10px 20px;
}
.col-xl-12.col-lg-12.col-md-12.col-sm-12.col-12.form-wrap {
    margin-top: 4%;
}
.useful-link li a {
    width: 100%;
    float: left;
    transition: all .5s ease !important;
    
}
.useful-link li a:hover {
   
}

.form-wrap.Setheigh.form-group.Couple-age.fpwd {
    margin-top: 6em;
   
}		
.footer1 .mb-2 {
    margin-bottom: 0rem!important;
}
footer .pdset .list-unstyled a {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.text-center.p-t-136 {
    margin-top: 2%;
}
.slideInUp label {
    font-size: 18px;
    color: #333;
}
.checkboxbtn.col-md-6 label {
    color: #1da8cb;
}
input#critIllAll {
  
    width: auto;
    margin-right: 8px;
    line-height: 62px;
}
.slideInUp .custome-checkboxbtn label {
    font-size: 15px;
    color: #333;
}
#fcSuffFilterTableBorder {
    padding: 0px!important;
    display: block;
}
#fcSuffFilterTableBorder label {
    text-wrap: wrap;
    vertical-align: top;
    font-size: 15px;
}
.slideInUp label {
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
/*auto*/

.auto-ins .form-group>label {
    margin-bottom: 5px;
    font-size: 16px;
}

.auto-ins .form-wrap select {
    border-radius: 5px !important;
    padding: 12px 8px;
}
.form-group>label {
    display: block;
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
    /* font-weight: 600; */
}
section#fcompart2 {
   /* padding: 2% 0;*/
}
.row.whole-sec {
    background: #f9f9f9;
    margin-bottom: 12px;
    padding: 1%;
    border: 1px solid #ddd;
    border-left: 3px solid #ddd;
    border-right: 3px solid #ddd;
}
.auto-ins .form-step {
    border: unset;
   
}
.addi-info {
    border: 1px solid #ececec;
}
.auto-ins .form-wrap {
    max-width: unset !important;
    width: 100% !important;
}
.mt-3.align-rightt {
    text-align: right;
}
.col-md-12.addi-info {
    background: #f9f9f9;
    padding: 10px;
	  margin-bottom: 7px;
}
.form-controls {
    padding: 11px 8px !important;
}



/*auto*/


button.button.btn-navigate-form-step.fButton {
    color: #000;
}
.TermForm table#fcSuffFilterTableBorder {
    padding: 0 !important;
}
.slideInUp .custome-checkboxbtn label {
    font-size: 15px !important;
    color: #333;
    font-weight: normal !important;
}
.advisor-form .custom-control.custom-checkbox.custom-control-inline {
    display: inline-flex;
    padding-right: 20px;
}
.checkboxbtn.col-md-12 {
    background: #d90504;
    color: #fff;
    padding: 3px 5px;
    border-radius: 6px;
    /* margin-top: 11px; */
    display: flex;
}

div#dependants-list {
    margin-bottom: 3%;
}
.form-group.action-det .checkboxbtn.col-md-12.col-sm-6.col-xs-12 {
    background: unset;
}
label.align-center {
  /*  font-weight: 600;*/
}
.coverage-total-amt h2 {
    color: #333333 !important;
    font-weight: 300 !important;
    font-size: 28px;
}
.coverage-total-amt h3 {
    font-weight: 300 !important;
}
html body .BgSuper .Redbg .coverage-total-amt span {
    color: #333;
    font-weight: 500;
}
 .linktodiv a {
    color: #fe0000;
    font-weight: bold;
    font-size: 18px;
}
.card.shadow-lg.border-0.rounded-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

.shadow-lg h3 {
    font-size: 24px !important;
    min-height: 64px;
}

.card-body {
    text-align: center;
}
  .rpbdy1 {
    margin: 5% 0 3% 0;
}
.headingtab h2 {
    margin-bottom: 0 !important;
    font-size: 28px !important;
    color: #f10000;
}
  .rpbdy11 {
    margin-top: 5%;
}
.rpbdy1 ul li i {
    width: 12%;
}
  .form-wrap.Setheigh {
    height: auto;
}
h1 {
    text-align: center;
}
.rpbdy1 ul li {
    background: #495677;
    text-align: left;
    padding: 0 20px;
    margin: 0 13px 20px 0;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    float: left;
    width: 100%;
}
.rpbdy1 ul li:hover {
    background: #d90504;
}
.rpbdy1 ul li a {
    line-height: 45px;
    color: #ffffff;
}
.BgSuper.advior-portal.dashboardd .form-wrap {
    background: #fff;
    width: 100%;
    max-width: unset;
    padding: 0 31px;
    margin: unset;
}
.abt-page .form-wrap.Setheigh {
    padding: 20px 20px 0px 20px;
    background-color: #D8EEFE;
    border-radius: 15px 15px 15px 15px;
}
	
.ftopbar {
    display: none !important;
}
.buttons a {
    background-color: #004A7F;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 20px;
    padding: 13px 21px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    /* animation: glowing 1500ms infinite; */
}
.ifarme-career iframe {
    height: 1850px !important;
}
section.banner-sec {
    margin-bottom: 3%;
    margin-top: 1%;
}
.navbar-nav>li>a {
    border-bottom: none;
    margin: 0 0.1rem;
    padding: 0.5rem 0.8rem 0.5rem;
    font-size: 18px;
}
div#emailinquery {
    padding-top: 50px !important;
    margin-top: 0 !important;
}
.parent-pageid-1315 .col-md-8.p-None {
    width: 100%;
  
}
.accordion-flush button.accordion-button {
    border: 1px solid #0000002b;
    border-bottom: unset !important;
    font-size: 22px;
}
.accordion-flush .accordion-body p {
    text-align: left;
}
.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
     border: 1px solid #0000002b;
 border-bottom:1px solid #0000002b !important;
}

label.error {
    color: red !important;
}
#visitorModalAll .modal-body {
    text-align: center;
}
input#email-ratessub-student {
    margin-top: 3%;
}
.col-md-3.client-logo img {
    width: 50%;
}

.col-md-3.client-logo {
    display: inline-block;
}



.col-md-3.client-logo label {
    width: 100%;
}
.frame-update iframe {
    height: 1100px !important;
    /* overflow-y: auto !important; */
}
.testimonials-slider {
    margin-top: 3%;
}
input.card-number {
    background: #d1effd;
}
.card-name {
    background: #d1effd;
}
#dependants-list label {
    /*font-weight: 600;*/
}
.age-error {
    color: #f10000;
    font-size: 25px;
}
.add-cont .container {
    max-width: 1400px !important;
}
.checkboxbtn.col-md-6 {
    position: absolute;
    right: -6em;
    /* bottom: 5%; */
    margin-top: -3%;
}
section.Tabscontact {
    padding: 0 !important;
}
input#send-new-enquiry {
    color: #fff;
}
#headingSix button.accordion-button {
    background: red;
    color: #fff !important;
}
.usp {
    margin-top: 5%;
}

.single-post h1.entry-title {
    background: #d8eefe;
    padding: 31px;
}

.single-post .post-thumbnail {
    margin: 0 auto;
    width: 90%;
    text-align: center;
}

.single-post .entry-content {
    margin: 0 auto;
    width: 60%;
    text-align: justify;
}

footer.entry-footer {
    display: none;
}

nav.navigation.post-navigation {
    display: none;
}
a.accordion-button.home {
    color: #333333 !important;
}
.entry-meta {
    margin: 0 auto;
    width: 40%;
    margin-bottom: 6px;
}
#blog-newslett p {
    font-size: 14px;
    line-height: 23px;
}
 .custom-checkbox {
            display: inline-block;
            margin-right: 10px;
        }

        .custom-checkbox input[type="radio"] {
            display: none;
        }

          .custom-checkbox label {
            display: block;
            padding: 5px;
            border: 1px solid #d90504;
            cursor: pointer;
            text-align: center;
            border-radius: 10px;
            width: 90px;
            margin: 0px 6px 0 0px;
        }


         .custom-checkbox input[type="radio"] + label {
            background-color: #fff; /* Default background color */
            line-height: 28px;
        }

        
        .custom-checkbox input[type="radio"] {
            position: absolute;
            opacity: 0;
            cursor: pointer;
        }
 .custom-checkbox input[type="radio"] + label:before {
            content: '';
            display: inline-block;
            width: 15px;
            height: 15px;
            border: 1px solid #d90504;
            /* vertical-align: middle; */
            margin-right: 14px;
            border-radius: 100px;
            top: 1px;
            position: relative;
        }

.custom-checkbox input[type="radio"]:checked + label:before {
    background-color: #f10000;
    border-color: #f10000;
}
      .custom-checkbox input[type="radio"]:checked + label {
    background-color: #d1effd;
    border-color: #d1effd;
}
.super-visa-quote .custom-checkbox label {
    display: block;
    padding: 5px;
    border: unset;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
   /* width: auto;*/
    margin: 0px 6px 0 0px;
border:1px solid #d90504;
}
div#add-medical {
    margin-top: 2%;
}
.type-change label {
    /* border: unset !important; */
    width: auto !important;
    margin: 0px 7px 8px 0 !important;
}
.super-visa-quote .custom-checkbox 
 .display-single label {
    border: unset !important;
}
.quteform .custom-control.custom-checkbox.custom-control-inline.input-medical label {
    width: auto;
    border: unset;
}
.quteform .custom-control.custom-checkbox.custom-control-inline.input-medical {
    width: auto !important;
}

.quteform .custom-control.custom-checkbox.custom-control-inline.input-medical .radiobtn.col-md-3.col-sm-6.col-xs-12 {
    border: unset !important;
    width: auto !important;
    display: flex;
}
input.btn-primary.btn-block.fButton.button.submit-btn {
    color: #fff;
}
button.button.submit-btn {
    color: #fff;
}
.quteform .custom-control.custom-checkbox.custom-control-inline.input-medical .radiobtn.col-md-3.col-sm-6.col-xs-12 {
    width: 100% !important;
}
.owl-dots {
    display: none;
}
.card-body ul {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
}
.usp.services-main span {
    width: 100%;
    margin-bottom: 5%;
}
input#send-new-enquiry {
    
    float: right;
}
.noti-ficationpara p {
    font-size: 14px;
    line-height: 23px;
}
li.blogli.active {
    color: #f10000;
}

li.blogli.active a{
 color: #f10000;
}
p.fButton-customcall a {
    color: #fff;
    background: var(--e-global-color-a1b257f);
    padding: 7px;
}
#fHerobanner-quotes h3 {
    font-size: 23px;
    margin-bottom: 0;
font-family: 'Lato', sans-serif;
}

#fHerobanner-quotes h2 {
    font-size: 35px;
font-family: 'Lato', sans-serif;
}

div#fHerobanner-quotes {
    margin: 0;
    /* display: none; */
}
.low-pre img {
    width: 85px;
}

.qot-auto {
    margin-top: 3%;
}

.auto-ban-right {
    margin-top: 1%;
}
.Stickyphone img {
    width: 100% !important;
}
.testimonial .bg-review {
    max-width: 80% !important;
    
}
a.fButton.learn-btn {
    font-size: 20px;
}
.elementor-post__meta-data {
    display: none;
}
.popup-life .custom-checkbox label {
    width: 100px;
}
#popup-company .popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 0;
    z-index: 9999;
}

.custom-control.custom-checkboxs.custom-control-inline {
    display: inline-flex;
}
.custom-control.custom-checkboxs.custom-control-inline {
    display: inline-flex;
    padding-right: 2%;
}
.universal-form .wpcf7-select {
    border: 1px solid #9d9d9de3;
    padding: 5px 10px;
    border-radius: 5px;
    width: 100%;
}
.universal-form input.wpcf7-form-control.has-spinner.wpcf7-submit {
   
    margin: 12px auto !important;

}
.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    font-family: 'Lato' !important;
    text-transform: inherit !important;
}
section.elementor-section.elementor-top-section.elementor-element.elementor-element-8c1b2eb.Sidebarfix.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    display: none !important;
}
.elementor-section-height-min-height {
    margin-top: 0 !important;
}
.contest-cont p.elementor-image-box-description {
    font-size: 20px !important;
}
.contest-cont  img {
    width: 65px;
}
.contest-cont figure.elementor-image-box-img {
    width: 7% !important;
}
.fButton {
    cursor: pointer !important;
}
.quteform .action-det .custom-control.custom-checkbox.custom-control-inline.input-medical {
    width: 100% !important;
}
.parent-pageid-1315  .output-info-tabs .tab-btns {
   
    justify-content: center;
}
.fGalleryText.text-style.Heading3.text-para.ad-mg {
    text-align: center;
}
.popup .custom-checkbox label {

    width: 100px;
   
}
.popup .form-wrap .fButton {
    padding: 15px 15px;
    
}
.page-id-4860 h1.entry-title {
    display: none;
}
.page-id-2210 .popup {
   
    transform: translate(-50%, -86em) !important;
    
}
.toggle-box-content {
    text-align: justify;
}

.form-wrap.Setheigh.auto-ban-right.universal-form {
    background: #d1effe;
}
.mobile_toggle {
    /* background: #d1effe9e; */
    padding: 0;
    margin-top: -23px;
}	
.ftheme-carouselogoss .owl-prev {
    margin-right: 1rem;
    position: absolute;
    top: 43%;
    color: #fff;
    background-color: transparent;
left:10px;
}
.ftheme-carouselogoss .owl-next{
    margin-right: 1rem;
    position: absolute;
    top: 43%;
    color: #fff;
right:0;
    background-color: transparent;
}
.hide-class {
    display: none;
}
.left-banner .owl-stage-outer {
    margin-top: 0%;
}
.single-post li span {
    text-align: justify;
}
/*search css*/
.search-results article.page.type-page.status-publish {
    width: 30%;
    float: left;
    margin: 5%;
    display: none;
}

.search-results article.post.type-post.status-publish {
    width: 27%;
    float: left;
    margin: 3%;
}

.search-results footer#ffooter {
    float: left;
    width: 100%;
}
.search-results article.post.type-post.status-publish img {
    width: 300px;
    height: 300px;
}
.search-results .entry-meta {
    margin: 0 auto;
    width: 40%;
    margin-bottom: 6px;
    display: none;
}
.search-results h2.entry-title {
    font-size: 17px;
}
/*search css*/