/* font style*/
@import url('https://fonts.googleapis.com/css?family=Poppins:100,400,300,200,500,700,600,800,900');
@import url('https://fonts.googleapis.com/css?family=Inter:100,400,300,200,500,700,600,800,900');
@import url('https://fonts.googleapis.com/css?family=Varela+Round:100,400,300,200,500,700,600,800,900');
@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap:100,400,300,200,500,700,600,800,900');
@import url('https://fonts.googleapis.com/css?family=Dosis&display=swap:100,400,300,200,500,700,600,800,900');



::-webkit-scrollbar-track
{
	border-radius: 0px;
	background-color: transparent;
}
::-webkit-scrollbar
{
	width:6px;
	background-color: transparent;
}

::-webkit-scrollbar-thumb
{
	border-radius: 0px;
	background: #7edb99;
    cursor: pointer;
}
::-moz-scrollbar-track
{
	border-radius: 0px;
	background: #7edb99;
}
::-moz-scrollbar
{
	width: 6px;
	background: #7edb99;
}
::-moz-scrollbar-thumb
{
	border-radius: 0px;
	background: #7edb99;
    cursor: pointer;
}
::-o-scrollbar-track
{
	border-radius: 0px;
	background: #7edb99;
}
::-o-scrollbar
{
	width: 6px;
	background: #7edb99;
}
::-o-scrollbar-thumb
{
	border-radius: 0px;
	background: #7edb99;
    cursor: pointer;
}

body{
    width:100%;
    padding: 0px;
    margin: auto;
    height: auto;
    line-height:24px;
    color: #777777;
    background: #FFF;
    font-family: 'Poppins', sans-serif;
    overflow-x:hidden;
}

@media only screen and (max-width:1024px){
    body{
       background: #FFF;
    }
}




a, a:hover , a:focus, a:active{
    text-decoration: none;
    border: none;
}   
.img{
   width: 100%!important;
}
.img-border{
    border-radius: 8px;
}

.logo{
   width: 90%!important;
}

/**/

.nav-bar-style{
    padding:.8%;
background-color: #FFF;
    box-shadow: 2px 4px 35px 0px rgba(207,207,207,0.42);
-webkit-box-shadow: 2px 4px 35px 0px rgba(207,207,207,0.42);
-moz-box-shadow: 2px 4px 35px 0px rgba(207,207,207,0.42);

}


.dropdown-menu{
    padding: 2%;
    margin-top: 8%!important;
    border:none;
    border-radius: 6px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
-webkit-box-shadow: 0px 0px 25px -16px rgba(0,0,0,0.49);
-moz-box-shadow: 0px 0px 25px -16px rgba(0,0,0,0.49);
box-shadow: 0px 0px 25px -16px rgba(0,0,0,0.49);
}

@media only screen and (max-width:1024px){
    .dropdown-menu{
    padding: 0%;
        margin-top: 0%!important;
    
    }}




.dropdown-menu{
    transition:all ease-in-out .3s;
}
.dropdown-item:hover{
    color: #7edb99;
    background: none;
    margin-left: 2%;
    transition:all ease-in-out .3s;
}

.icon-style{
    padding-left: 2%;
    transition:all linear .5s;
}
.icon-style:hover> img{
    transform: rotate(180deg);
    transition:all ease .5s;
 
}

 
    
    
    
@media all and (min-width:1300px) {
	.navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
	.navbar .nav-item:hover .nav-link{ color: #3b3b3b;  }
	.navbar .dropdown-menu.fade-down{ top:180%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
	.navbar .dropdown-menu.fade-up{ top:180%;  }
	.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}


.nav-link{
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #3b3b3b!imnportant;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #3b3b3b;
}

.navbar-light .navbar-nav .nav-link {
    color: #3b3b3b;
}
.navbar-light .navbar-nav .nav-link:hover {
    color:#7edb99;
}
.navbar-light .navbar-nav .nav-link:focus {
    color:#7edb99;
}
.navbar-light .navbar-nav .nav-link:active {
    color:#7edb99;
}


.nav-item .active{
     color:#19be82!important;
}


.margin-call-btn{
    margin-left: 5%;
}
@media only screen and (max-width:823px){
   .margin-call-btn{
    margin-left: 0%;
    padding-bottom: 2%;
    padding-top: 2%;
    }} 

@media only screen and (max-width:414px){
   .margin-call-btn{
    margin-left: 0%;
    padding-bottom: 5%;
    padding-top: 5%;
    }} 

.call-btn{
/*    background: #1dc889;*/

background: #1ddc97; 
background: -moz-linear-gradient(left,  #1ddc97 0%, #14d08c 100%); 
background: -webkit-linear-gradient(left,  #1ddc97 0%,#14d08c 100%);
background: linear-gradient(to right,  #1ddc97 0%,#14d08c 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ddc97', endColorstr='#14d08c',GradientType=1 );

transition:all ease-in-out .3s;
    border-radius: 24px;
    text-align: center;
    color: #FFF!important;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;

}

.call-btn:hover{

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#27cd79+0,14d08c+100 */
background: #27cd79; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #27cd79 0%, #14d08c 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  #27cd79 0%,#14d08c 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  #27cd79 0%,#14d08c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27cd79', endColorstr='#14d08c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


transition:all ease-in-out .3s;
}







.service-bg{
    background: url(../image/service-bg.PNG);
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    opacity: .9;
}

.takaful-service{
    padding-top: 5%;
    padding-bottom: 5%;
}
@media only screen and (max-width:480px){
   .takaful-service{
    padding-top: 10%;
    padding-bottom: 5%;
} 
}

.takaful-service h6{
    color: #1eb27d!important;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
.takaful-service h3{
    color: #050504!important;
    font-size: 26px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.takaful-service p{
    color: #3b3b3b!important;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}




.service-bttn {
    margin-top: -12px!important;
    color: #6e6e6e!important;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;  
    top: -8px!important;
    position: relative;
    
}

.heading-4{
    padding-top: 7%;
    padding-bottom: 0px;
    color: #050504;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    transition:all ease-in-out .3s;
}

@media only screen and (max-width:653px){
    .heading-4{
        font-size: 14px;
    }
}


.takaful-box{
    padding: 10% 1%;
    background: #FFF;
    border-radius: 10px;
    border:1px solid #d6f6df;
    transition:all ease-in-out .3s;
}

.takaful-box:hover{
    border:1px solid #7edb99;
    transition:all ease-in-out .3s;
box-shadow: 2px 4px 35px 0px rgba(207,207,207,0.42);
-webkit-box-shadow: 2px 4px 35px 0px rgba(207,207,207,0.42);
-moz-box-shadow: 2px 4px 35px 0px rgba(207,207,207,0.42);
}

.takaful-box:hover .heading-4{
    color: #1dc889!important;
    transition:all ease-in-out .3s;
}

.right-arrow{
    margin-left: -5%;
    visibility: hidden;
    transition:all ease-in-out .3s;
}
.takaful-box:hover .right-arrow{
    margin-left: 0%;
    visibility: visible;
    transition:all ease-in-out .3s;
}

.takaful-box:hover .service-bttn {
    color: #050504!important;
    
}




.takaful-about{
    background: #eef3f6;
}

.hide-sm{
    display: ;
}
.visible-sm{
    display: none;
}


.para-margin{
    margin-top: -2%;
}

.about-padding{
    padding-top: 3%;
}


@media only screen and (max-width:1024px){
.about-padding{
    padding-top: 0%;
}
}

@media only screen and (max-width:823px){
   .para-margin{
    display: none;
}
 
}


@media only screen and (max-width:736px){
    .about-padding{
    padding-top: 0%;
}
    .para-margin{
    display: none;
}

    .hide-sm{
        display: none;
    }
    .visible-sm{
        display: block;
    }
    
}


@media only screen and (max-width:568px){
.about-padding{
    padding-top: 3%;
}
    .para-margin{
    display: block;
}

    .hide-sm{
        display: block;
    }
    .visible-sm{
        display: none;
    }
    
}

@media only screen and (max-width:360px){
.about-padding{
    padding-top: 6%;
}
}







.takaful-about h6{
    color: #1eb27d!important;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
.takaful-about h3{
    color: #050504!important;
    font-size: 26px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.takaful-about p{
    color: #3b3b3b!important;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 2%;
}
.img-rounded{
    border-radius: 10px;
}

.about-bttn {
    color: #1eb27d;
    font-size: 13px;
    border-radius: 8px;
    padding: 2% 5%;
    border:2px solid #1eb27d;
    font-family: 'Poppins', sans-serif; 
    transition:all ease-in-out .3s;
}
.about-bttn:hover{
    transition:all ease-in-out .3s;
    border:2px solid #1eb27d;
    background: #1eb27d;
    color:#FFF;
    
}


.takaful-testimonials h6{
    color: #1eb27d!important;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
.takaful-testimonials h3{
    color: #050504!important;
    font-size: 26px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.takaful-testimonials p{
    color: #3b3b3b!important;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
/*    padding-bottom: 2%;*/
    line-height: 24px;
}

.insure-clients-item{
    background: #FFF!important;
    padding:10%!important;
    border-radius: 8px;
}

@media only screen and (max-width:823px){
    .insure-clients-item{
        border: 1px solid #f8f8f8;
        padding:7%!important;
    }
}

@media only screen and (max-width:653px){
    .insure-clients-item{
        border: 1px solid #f8f8f8;
        padding:10%!important;
    }
}

@media only screen and (max-width:540px){
    .insure-clients-item{
        border: 1px solid #f8f8f8;
        padding:5%!important;
    }
}


.insure-clients-item p{
   color: #3b3b3b!important;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 2%; 
    padding-bottom: 2%; 
}

.testimonials{
    background: url(../image/testimonial-bg.png);
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
    padding-top: 3%!important;
    padding-bottom: 3%!important;
}


.testimonial-bg{
     background: #eef3f6;
    height: 230px;
    margin-top: -15%;
}

@media only screen and (max-width:1024px){
   .testimonial-bg{
    margin-top: -22%;
}}

@media only screen and (max-width:823px){
   .testimonial-bg{
    margin-top: -28%;
}}

@media only screen and (max-width:768px){
   .testimonial-bg{
    margin-top: -30%;
}}

@media only screen and (max-width:736px){
   .testimonial-bg{
    margin-top: -33%;
}}

@media only screen and (max-width:667px){
   .testimonial-bg{
    margin-top: -36%;
}}

@media only screen and (max-width:640px){
   .testimonial-bg{
    margin-top: -40%;
}}

@media only screen and (max-width:414px){
   .testimonial-bg{
    margin-top: -58%;
}}

@media only screen and (max-width:375px){
   .testimonial-bg{
    margin-top: -65%;
}}

@media only screen and (max-width:320px){
   .testimonial-bg{
    margin-top: -75%;
}}

@media only screen and (max-width:280px){
   .testimonial-bg{
    margin-top: -80%;
}}

owl-carousel{
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}






.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    display: none;
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}

.owl-theme .owl-dots .owl-dot span {         
    width: 10px!important;
    height: 10px!important;
    border-radius: 25px;
    margin: 5px 4px;
    margin-top: 10px!important;
    background: #1ddc97!important;
    border: 2px solid #1ddc97;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background:  transparent!important;
    border: 2px solid #1ddc97;
    
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    display: none;
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}

.owl-carousel .owl-item img {

}

.owl-carousel .owl-item img {
    display: block;
     width: 100%; 
}

.footer-bg{
    background: url(../image/footer-bg.jpg);
    background-position:right;
    background-size: cover;
    background-attachment: scroll;
    margin-top: -0.5%;
}

.footer-heading{
    letter-spacing: -0.5px;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    font-size: 18px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.quick-links li{
    font-size: 13.5px;
    color: #FFF!important;
    font-weight: 400!important;
    line-height: 26px;
    border-bottom: 0px dashed #313132;
}

li span a, li span a:hover {
    color: #FFF;
}


.copyright{
    background: #057850;
}
.copyright p{
    font-size: 13.5px;
    font-weight: 400!important;
    height: 35px;
}

@media only screen and (max-width:480px){
   .copyright p{
    font-size: 12px;
       height: 41px;
   line-height:20px;
}
 
}


/*about*/
.banner h3{
    font-size: 26px; 
}


.about-page-banner{
    background: url(../image/auto-bg.jpg);
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
/*    background: #19be82; */
    padding: 6% 2%; color: #FFF;
}


@media only screen and (max-width:768px){
    .about-page-banner{
    padding: 9% 2%;
}
}
@media only screen and (max-width:480px){
    .about-page-banner{
    padding: 12% 2%;
}
}


.medical-page-banner{
    background: url(../image/medical-bg.jpg);
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
/*    background: #19be82; */
    padding: 6% 2%; color: #FFF;
}


@media only screen and (max-width:768px){
    .medical-page-banner{
    padding: 9% 2%;
}
}
@media only screen and (max-width:480px){
    .medical-page-banner{
    padding: 12% 2%;
}
}

.business-page-banner{
    background: url(../image/business-bg.jpg);
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
/*    background: #19be82; */
    padding: 6% 2%; color: #FFF;
}


@media only screen and (max-width:768px){
    .business-page-banner{
    padding: 9% 2%;
}
}
@media only screen and (max-width:480px){
    .business-page-banner{
    padding: 12% 2%;
}
}

.contact-page-banner{
    background: url(../image/contact-bg.jpg);
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
/*    background: #19be82; */
    padding: 6% 2%; color: #FFF;
}


@media only screen and (max-width:768px){
    .contact-page-banner{
    padding: 9% 2%;
}
}
@media only screen and (max-width:480px){
    .contact-page-banner{
    padding: 12% 2%;
}
}


.quote-page-banner{
    background: url(../image/quotes-bg.jpg);
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
/*    background: #19be82; */
    padding: 6% 2%; color: #FFF;
}


@media only screen and (max-width:768px){
    .quote-page-banner{
    padding: 9% 2%;
}
}
@media only screen and (max-width:480px){
    .quote-page-banner{
    padding: 12% 2%;
}
}



.claims-page-banner{
    background: url(../image/claim-bg.JPG);
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
/*    background: #19be82; */
    padding: 6% 2%; color: #FFF;
}


@media only screen and (max-width:768px){
    .claims-page-banner{
    padding: 9% 2%;
}
}
@media only screen and (max-width:480px){
    .claims-page-banner{
    padding: 12% 2%;
}
}










.about h1{
    color: #050504!important;
    font-size: 26px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.about h5{
   font-size: 14px; color:#3b3b3b; font-weight: 400;
    line-height: 22px;
}
/*contact*/

.contact li{
    font-size: 14px;
    color: #3b3b3b!important;
    font-weight: 400!important;
    line-height: 23px;
    border-bottom: 0px dashed #313132;
}



.form-group {
  position: relative;
}

label {
 font-family: 'Poppins', sans-serif;
  font-size: 14px;
  position: absolute;
  top:-0.2rem;
  left 1rem;
  transition: all .1s ease-in-out;
  cursor: text;
}

:focus + label {
  color: #7edb99;
  top: -.9rem;
  background: white;
    font-size: 12px;
}

:active + label {
  color: #7edb99;
  top: -.9rem;
  background: white;
    font-size: 12px;
}




.form-control-no-border:focus{
    border-color:#FFF!important;
    outline:0!important;
    -webkit-box-shadow:none!important;
    box-shadow:none!important;
    border: 1px solid #7edb99!important; 
}


.form-control {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 45px;
    padding: .375rem 0rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
     background:none!important; 
    background-clip: padding-box;

    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media only screen and (max-width:486px){
    .form-control{
        padding: .0rem 0rem;
    }
}





.form-group {
    position: relative;
    padding: 10px 0;
    width: 300px;
    max-width: 100%;
}

.form-group input {
    border: none;
    border: 1px solid #a4acaa;
    color: #333;
    display: block;
    font-size: 13px;
    padding: 5px 10px;
    width: 100%;
}

.form-group label {
    color: #6c6c6c;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 16px;
    pointer-events: none;
    transform: translateY(15px);
     transition: all 0.2s ease-in-out;
}

.form-group input:valid,
.form-group input:focus {
    outline: none;
}

.form-group input:valid + label,
.form-group input:focus + label {
    color: #333;
    font-size: 13px;
    transform: translateY(-19px);
}


.form-group {
    position: relative;
    padding: 10px 0;
    width: 300px;
    max-width: 100%;
}

.form-group input {
    border: none;
    border: 1px solid #a4acaa;
    color: #333;
    display: block;
    font-size: 13px;
    padding: 5px 10px;
    width: 100%;
}

.form-group label {
    color: #6c6c6c;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    top: 10;
    left: 16px;
    pointer-events: none;
    transform: translateY(15px);
     transition: all 0.2s ease-in-out;
}

.form-group input:valid,
.form-group input:focus {
    outline: none;
}

.form-group input:valid + label,
.form-group input:focus + label {
    color: #1eb27d;
    font-size: 13px;
    transform: translateY(-7px);
    background:#eef4f6;
    padding-left: 8px!important;
    padding-right: 5px!important;
}


/**/

.form-group input {
    border: none;
    border: 1px solid #a4acaa;
    color: #333;
    display: block;
    font-size: 13px;
    padding: 5px 10px;
    width: 100%;
}

.form-group .form {
    color: #6c6c6c;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    top: 10;
    left: 16px;
    pointer-events: none;
    transform: translateY(15px);
     transition: all 0.2s ease-in-out;
}

.form-group input:valid,
.form-group input:focus {
    outline: none;
}

.form-group input:valid + .form,
.form-group input:focus + .form {
    color: #1eb27d;
    font-size: 13px;
    transform: translateY(-7px);
    background:#FFF;
    padding-left: 5px!important;
    padding-right: 5px!important;
}













.form-group textarea {
    border: none;
    border: 1px solid #9e9e9e;
    color: #333;
    display: block;
    font-size: 13px;
    padding: 5px 10px;
    width: 100%;
}
.form-group textarea:valid,
.form-group textarea:focus {
    outline: none;
}

.form-group textarea:valid + label,
.form-group textarea:focus + label {
    color: #1eb27d;
    font-size: 13px;
    transform: translateY(-4px);
    background:#FFF;
    padding-left: 6px!important;
    padding-right: 6px!important;
}


option {
    left: 5%;
    color: #333;
    font-size: 13px;
}

.form-group select {
    border: none;
    border: 1px solid #a4acaa;
    color: #333;
    display: block;
    font-size: 13px;
    padding: 5px 10px;
    width: 100%;
}

.form-group option {
    color: #6c6c6c;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 16px;
    pointer-events: none;
    transform: translateY(15px);
     transition: all 0.2s ease-in-out;
}

.form-group select:valid,
.form-group select:focus {
    outline: none;
}

.form-group select:valid + label,
.form-group select:focus + label {
    color: #1eb27d;
    font-size: 13px;
    transform: translateY(-8px);
    background: #eef4f6;
    padding-left: 5px!important;
    padding-right: 5px!important;
}

iframe{
    width: 100%;
}

.send-bttn {
    margin-left: 1%;
    color: #1eb27d;
    font-size: 13px;
    border-radius: 8px;
    padding: 1.5% 5%;
    border:2px solid #1eb27d;
    font-family: 'Poppins', sans-serif; 
    transition:all ease-in-out .3s;
}
.send-bttn:hover{
    transition:all ease-in-out .3s;
    border:2px solid #1eb27d;
    background: #1eb27d;
    color:#FFF;
    
}

/*auto*/

.auto-takaful{
    background: #eef4f6;
    padding-top: 5%;
    padding-bottom: 5%;
}

@media only screen and (max-width:480px){
   .auto-takaful{
    padding-top: 10%;
    padding-bottom: 5%;
}
 
}

.qoute-div{
    margin-top: 1.5%;
}
.qoute-bttn {
    position: relative;
   top: -8px;
    margin-left: 1%;
    color: #FFF;
    font-size: 13px;
    border-radius: 8px;
    padding:5% 24%;
    background:#1eb27d;
    border:2px solid #1eb27d;
    font-family: 'Poppins', sans-serif; 
    transition:all ease-in-out .3s;
}
.qoute-bttn:hover{
    transition:all ease-in-out .3s;
    border:2px solid #178c62;
    background: #178c62;
    color:#FFF;
    
}

.qoute-bttn:focus{
    border:2px solid #1eb27d;
   padding:5% 24%; 
}



@media only screen and (max-width:1024px){
    .qoute-bttn{
        padding:7% 19%;
    }
}


@media only screen and (max-width:823px){
    .qoute-bttn {
     top: -11px;
    padding: 5.5% 18%;}
    
}
@media only screen and (max-width:736px){
    .qoute-bttn {
        padding: 7% 18%; top: -8px;}
    .qoute-bttn:focus{
    border:2px solid #1eb27d;
   padding: 7% 18%; 
}
    
}
@media only screen and (max-width:720px){
    .qoute-bttn {
        top: -8px;}
    
}

@media only screen and (max-width:667px){
    .qoute-bttn {
        top: -8px;}
    
}

@media only screen and (max-width:640px){
    .qoute-bttn {
    padding: 7% 18%;
    top: -8px;
    position: relative;
}
}
@media only screen and (max-width:568px){
    .qoute-bttn{
        padding: 2.5% 18%;
    top: -8px;
    margin-left: 0px;
    }
}



@media only screen and (max-width:414px){
    .qoute-bttn {
        padding: 4% 18%;}
    
}
@media only screen and (max-width:360px){
    .qoute-bttn {
        padding: 5% 33%;}
}
@media only screen and (max-width:320px){
    .qoute-bttn {
        padding: 5% 10%;}
}


.sub-heading{
    padding-bottom: 1%;
      color: #050504!important;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.sub-ul li{
    color: #3b3b3b!important;
    font-size: 14px;
    display: block;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}


.auto-light-head {
    color: #050504!important;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

@media only screen and (max-width:826px){
    .auto-light-head{
        font-size: 20px;
    }
}

/*card*/

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 1px solid transparent;
    border-radius: .25rem;
    padding: 0.5% 0.3%;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid transparent;
}

.card-border{
    border:1px solid #14d18d;
}

.card-header h5 a{
    color: #050504!important;
    font-size:18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.card-body p{
    color: #3b3b3b!important;
    font-size: 14px;
    display: block;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}



.faq-section .mb-0 > a {
  display: block;
  position: relative;
}

.faq-section .mb-0 > a:after {
  content: "\f067";
 font-size: 12px;
    color: #14d18d;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  font-weight: 600;
}

.faq-section .mb-0 > a[aria-expanded="true"]:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}


.datepicker-orient-top{
    margin-top: 7px!important;
    left: 409px;
    display: block;
}

.datepicker {
    padding: 2%!important;
    border-radius: 4px;
    direction: ltr;
    color: #3b3b3b!important;
font-size: 14px;
  font-family: 'Poppins', sans-serif;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    color: #FFF!important;
    background-color: #14d18d!important;
    border-color: #14d18d!important;
    border-radius: 34px;
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    color: #ffffff;
    background-color: #b26d1ea6!important;
    border-color: #b26d1ea6!important;
    border-radius: 34px;
}


/**/

.client-voice{
    text-align: justify;
}

.quick-margin{}
@media only screen and (max-width:540px){
    .quick-margin{
        margin-top: -4%;
    }
}
@media only screen and (max-width:414px){
    .quick-margin{
        margin-top: -5%;
    }
}
@media only screen and (max-width:375px){
    .quick-margin{
        margin-top: -6%;
    }
}

@media only screen and (max-width:320px){
    .quick-margin{
        margin-top: -7%;
    }
}



@media only screen and (max-width:280px){
    .quick-margin{
        margin-top: -9%;
    }
}

.under-line {
    width: 5%;
    height: 1px;
    background: #19be82;
    margin-top: 2%;
    margin-bottom: 2%;
}
@media only screen and (max-width:360px){
    .under-line {
    width: 10%;
}
}


.hide-details{
    
}

.visible-details{
    display: none;
}

@media only screen and (max-width:823px){
   .hide-details{
    display: none;
}

.visible-details{
    border-top: 1px solid #f7f7f7;
    display:block;
    margin-top: -5%;
    margin-bottom: -5%;
} 
}


.hide-sm-formimg{}

@media only screen and (max-width:823px){
    .hide-sm-formimg{
        display: none;
    }
}

.para-margin{
    margin-top: -1%;
}


/*2*/
.qoute-bttn-unique {
    position: relative;
/*   top: -8px;*/
    margin-left: 1%;
    color: #FFF;
    font-size: 13px;
    border-radius: 8px;
    padding:5% 24%;
    background:#1eb27d;
    border:2px solid #1eb27d;
    font-family: 'Poppins', sans-serif; 
    transition:all ease-in-out .3s;
}
.qoute-bttn-unique:hover{
    transition:all ease-in-out .3s;
    border:2px solid #178c62;
    background: #178c62;
    color:#FFF;
    
}

@media only screen and (max-width:1024px){
    .qoute-bttn-unique{
        padding:7% 19%;
    }
}


@media only screen and (max-width:823px){
    .qoute-bttn-unique {
/*     top: -11px;*/
    padding: 5.5% 18%;}
    
}
@media only screen and (max-width:736px){
    .qoute-bttn-unique {
        padding: 7% 18%; top: -8px;}
    
}
@media only screen and (max-width:720px){
    .qoute-bttn-unique {
/*        top: -8px;*/
    }
    
}

@media only screen and (max-width:667px){
    .qoute-bttn-unique {
/*        top: -8px;*/
    }
    
}

@media only screen and (max-width:640px){
    .qoute-bttn-unique {
    padding: 7% 18%;
/*    top: -8px;*/
    position: relative;
}
}
@media only screen and (max-width:568px){
    .qoute-bttn-unique{
        padding: 2.5% 18%;
/*    top: -8px;*/
    margin-left: 0px;
    }
}



@media only screen and (max-width:414px){
    .qoute-bttn-unique {
        padding: 4% 18%;
    }
    
}
@media only screen and (max-width:360px){
    .qoute-bttn-unique {
        padding: 5% 33%;
    }
}
@media only screen and (max-width:320px){
    .qoute-bttn-unique {
        padding: 5% 10%;
    }
}


.contact-hide{}

@media only screen and (max-width:1024px){
    .contact-hide{
        display: none;
    }
}

.contact-padding{
    padding-top: 3%;
}


/*qoutes css 20-60-2021*/


.about-bg{
    background: #FFF; width: 100%; background-position: center; background-attachment: fixed;
}

.scroller {
  text-align:center;
  cursor:pointer;
  display:none;
  padding:7px;
  padding-top:13px;
  white-space:no-wrap;
  vertical-align:middle;
  background-color:transparent!important;
}
.float-left{
    margin-left: -8%;
}
.float-right{
    margin-right: -8%;
}

.wrapper {
    position:relative;
    margin:0 auto;
    overflow:hidden;
	padding:5px;
  	height:50px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color:#1eb27d;
    border-radius:8px;
}

.nav-pills .nav-link {
    border-radius: .25rem;
    color: #1eb27d;
}


@media only screen and (max-width:360px){
    .tab-content{
        margin-left: -3%;
    }
}

.tab-pane p{
   font-size: 14px;
    font-weight: 400;
color: #080c0e; 
}
.table td,
.table th {
    font-family: "poppins";
    font-size: 15px;
    font-weight: 400;
   -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}




.table-responsive-stack tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}


.table-responsive-stack td,
.table-responsive-stack th {
   display:block;
    font-family: "poppins";
    font-size: 15px;
    font-weight: 400;
   -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.table-responsive-stack .table-responsive-stack-thead {
   font-weight: bold;
}


.body-border{
       border-radius: 10px!important; border: 1px solid #f3f3f3;
    }

.thead-style-left{
    background: #410099; color: #FFF; 
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0px;
}
.thead-style-right{
    background:#6940a0; color: #FFF; 
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
}
.phone-sm-hide{
        display:none!important;
    }


@media only screen and (max-width:768px){
    .phone-sm-hide{
        display:block!important;
    }
}

.desktop-md-visible{
    display:block!important;
}  

@media only screen and (max-width:768px){
    .desktop-md-visible{
        display: none!important;
    }
}










@media screen and (max-width: 768px) {
   .table-responsive-stack tr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border: 1px solid #f3f3f3;
    display: block;
    margin-top: 5%;
    border-radius: 10px;
      
   }
   /*  IE9 FIX   */
   .table-responsive-stack td {
      float: left\9;
      width:100%;
       
   }
    .table-responsive-stack .table-responsive-stack-thead{
        font-weight: 600;
        font-size: 14px;
    }
    
    .body-border{
        border: none!important;
    }
    
    .phone-sm-hide{
        display: block!important;
    }
    
   
    
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
     border-top: none!important; 
}

.table td, .table th {
    font-family: "poppins";
    font-size: 15px;
    font-weight: 400;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.table thead th {
    vertical-align: bottom;
    border-bottom:none!important; 
}

.desktop-md-visible{
    display: none;
}

.tab-pane p{
   font-size: 14px;
    font-weight: 400;
color: #080c0e; 
}

.list-group{
    border-color: none!important;
}
.badge{
    font-size: 14px;
    font-weight: 400;
}

.list-group-item {
    font-size: 13px;
    position: relative;
    display: block;
    padding: 0.8rem 1.25rem;
    margin-bottom: -1px;
    background: transparent;
    border: none;
    font-weight: 500;
    line-height: 15px;
    color: #00af6e; 


    /* font-size: 14px;
    position: relative;
    display: block;
    padding: 0.8rem .25rem!important;
    margin-bottom: -1px;
    background: transparent;
    border: none;
    color: #080c0e; 
     border-top: 1px solid #dee2e6!important;
     border-bottom: 1px solid #dee2e6!important; */
}

.list-inline-item{
    font-size: 14px;
    position: relative;
    margin-bottom: -1px;
    background: transparent;
    border: none;
    color: #080c0e;
}




.border-no-table{
    border-top:  none!important;
    border-bottom:  none!important;
}


.list-group-item:first-child {
    border-top-left-radius:0px!important;
     border-top-right-radius:0px!important;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius:0px!important;
    border-bottom-left-radius:0px!important;
}

.price-head{
    font-size: 24px!important;
    font-weight: 600;
    
}

.theme-color{
    color: #3b3b3b;
}
.light-color{
   color: #333; 
}

.price-tab li{
  font-size: 14px;  
}
.list-unstyled >li {
    font-size: 14px;
/*    color: #080c0e;*/
}
.price-tab{
    padding: 8% 3%!important;
    margin-bottom: 0px;
/*    border: 1px solid #f8f6f6!important;*/
}

.theme-lighter-shade{
    background: #00af6e12;
}
.compare-btn:hover> .btn-arrow-style{
    visibility: visible;
    margin-left: 0%;
    transition:all ease-in-out .3s;
}


.package-box-padding{
    padding: .5% 2%;
}

@media only screen and (max-width:823px){
   .package-box-padding{
    padding: 2% 4%;
    } 
.badge{
    font-size: 12.5px;
}

.list-group-item {
    font-size: 13px;
}
}

@media only screen and (max-width:540px){

.badge{
    font-size: 14px;
}

.list-group-item {
    font-size: 14px;
}



}



@media only screen and (max-width:486px){
   .package-box-padding{
    padding: 2% 2%;
} 
}


.check-box-align{
     margin-left: -3%;
}
@media only screen and (max-width:480px){
    .check-box-align{
      margin-left: -9%;
}
}

.visible-dp{
    border: 1px solid #dee2e6; margin-top: -1%; border-top: none!important
}
@media only screen and (max-width:640px){
    .visible-dp{
        display:none;
    }
}

.hide-sm-point{display:none;}
@media only screen and (max-width:640px){
    .hide-sm-point{
        display:;
    }
}

.border-no-table{
    border-top:  none!important;
    border-bottom:  none!important;
}

.custom-control-input{
    position: absolute!important;
    margin-left: -3%!important;
    background: #410099!important;
    cursor: pointer;
}
.custom-control-label{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #24272c;
    font-size: 13px;
    padding-left: 5%;
}


.custom-control-label::before {
    display: none!important;
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}

/* radio */
input[type="radio"] {
cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0;
  padding: 0;
  opacity: 1;
  appearance: none;
  border: 1px solid #410099;
  border-radius: 3px;
  background: #fff!important;
  position: relative;
margin-right: 8px;
}

input[type="radio"]:checked {
  border: 1px solid #410099;
  background: #410099!important;
}

input[type="radio"]:checked:before, input[type="radio"]:checked:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #fff;
}
  
input[type="radio"]:checked:before {
  width: 4.5px;
  top: 8px;
  left: 2px;
  transform: rotate(44deg);
}

input[type="radio"]:checked:after {
  width: 10px;
  top: 6px;
  left: 3.5px;
  transform: rotate(-55deg);
}

input[type="radio"]:focus {
  outline: none;
}


.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E);
    display: none;
}


.agree {
 font-family: 'Poppins', sans-serif;
  font-size: 14px;
  position: relative!important;
  top: 0rem!important;
  left: 0rem!important;
  transition: all .1s ease-in-out;
  cursor: pointer;
    
}

:focus + .agree {
  color: #3b3b3b!important;
  top: 0rem!important;
  background: white;
    font-size: 14px;
}

:active + .agree {
    color: #3b3b3b!important;
  top: 0rem!important;
  background: white;
    font-size: 14px;
}


input[type="checkbox"] {
  height: 15px;
  width: 15px;
  margin: 0;
  padding: 0;
  opacity: 1;
  appearance: none;
  border: 1px solid #1eb27d;
  border-radius: 25px;
  background: #fff;
  position: relative;
margin-right: 8px;
}

input[type="checkbox"]:checked {
  border: 1px solid #1eb27d;
  background: #1eb27d;
}

input[type="checkbox"]:checked:before, input[type="checkbox"]:checked:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #fff;
}
  
input[type="checkbox"]:checked:before {
    width: 4.5px;
    top: 8px;
    left: 2px;
    transform: rotate(44deg);
}

input[type="checkbox"]:checked:after {
    width: 8px;
    top: 6px;
    left: 3.5px;
    transform: rotate(-55deg);
}

input[type="checkbox"]:focus {
  outline: none;
}
/* .client-logo{
    width: 250px!important;
    border-radius: 4px; margin-bottom: 10%!important;
} */




.complete-btn{
    width: 100%;
    text-align: center;
    margin-top: 4%;
    background:#1eb27d;
    border: 1px solid #1eb27d; 
    color: #FFF;
    padding: 6% 2%;
    font-family: 'Poppins', sans-serif; 
    font-size: 14px;
    border-radius: 6px;
    transition:all ease-in-out .3s;
}

.complete-btn:hover{
    background: #178c62;
    border: 1px solid #178c62; 
    color: #FFF;
    transition:all ease-in-out .3s;
}
.complete-btn:hover> .btn-arrow-style{
    visibility: visible;
    margin-left: 0%;
    transition:all ease-in-out .3s;
}


@media (max-width: 991px) {
  .responsive > thead th {
    display: block;
  }
  .responsive > tbody td,
  .responsive > tbody th {
    display: block;
  }
  .responsive > tbody > tr:nth-child(even) td,
  .responsive > tbody > tr:nth-child(even) th {
    background-color: #eee;
  }
  [row-header] {
    position: relative;
    width: 100%;
/*    vertical-align: middle;*/
  }
  [row-header]:before {
    content: none;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 100%;
/*    padding-right:30px;*/
  }
}



.thanks-page{
    margin-top: 10%;
    position: relative;
}

.takaful-header__title{
    padding-bottom: 1%;
      color: #050504!important;
    font-size: 46px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.main-content__checkmark{
    color: #1eb27d!important;
    margin-top:-2%;
    font-size: 40px!important;
    padding-bottom: 1%;
}


.error-content{
   margin-top:-2%; 
}
.thanks-para{color: #3b3b3b!important;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 0%;
    line-height: 24px;}


.takaful-error__title{
    padding-bottom: 1%;
      color: #050504!important;
    font-size: 106px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}


/**/

.dynamic-field {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 1%!important;
}

@media only screen and (max-width:480px){
    .thanks-page{
    margin-top: 20%;
    position: relative;
}
 .takaful-header__title{
    font-size: 40px;
}   
    
}

    
    .tab-btn_add{
        margin-top: -2%;
    color: #FFF;
    background: #178c62;
    border: none; 
    font-family: 'Poppins', sans-serif; 
    font-size: 14px;
    padding:2% 1%; 
    border-radius: 6px;
}
.ml-{
    margin-left: 1%;
}
.tab-btn_add:hover{
    color: #FFF;
    background: #12694a;
}
.tab-btn_add:focus{
    color: #FFF;
    background: #12694a!important;
}

@media only screen and (max-width:1366px){
    .tab-btn_add{
    border: none; 
    font-family: 'Poppins', sans-serif; 
    font-size: 14px;
    padding: 2% 1%;  
    border-radius: 6px;
}
}
@media only screen and (max-width:1024px){
    .tab-btn_add{
        width: 100%;
    border: none; 
    font-family: 'Poppins', sans-serif; 
    font-size: 14px;
    padding: 1% 2%; 
/*        margin-bottom: 6%;*/
    border-radius: 6px;
}
    .ml-{
    margin-left: 1%;
}
}
 
@media only screen and (max-width:823px){
    .tab-btn_add{
    padding: 2% 2%; 
}

}



@media only screen and (max-width:768px){
    .tab-btn_add{
    padding: 1.8% 2%; 
}

}


@media only screen and (max-width:664px){
    .tab-btn_add{
        width: 100%;
    border: none; 
    font-family: 'Poppins', sans-serif; 
    font-size: 14px;
    padding: 3% 2%; 
/*        margin-bottom: 6%;*/
    border-radius: 6px;
}
    .ml-{
    margin-left: 0%;
    margin-top: 1%;
}
    .mll{
        margin-left: 1%;
    }
}

@media only screen and (max-width:568px){
    .mll{
        margin-left: 0%;
        margin-top: 2%;
    }
}




.dynamic-field{
    padding:3%!important;
    border-radius: 8px;
    border: 1px solid #1eb27d82;
    margin-bottom: 3%!important;
}


.dep_details_head{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #24272c;
    font-size: 16px;
}



/*edited 21-06-2021*/

.qoute-bttn-large {
    text-align: center;
    position: relative;
   margin-top: 3px;
    color: #FFF;
    font-size: 13px;
    border-radius: 8px;
    padding:5% 4%;
    margin-left: 1%;
    background:#1eb27d;
    border:2px solid #1eb27d;
    font-family: 'Poppins', sans-serif; 
    transition:all ease-in-out .3s;
}
.qoute-bttn-large:hover{
    transition:all ease-in-out .3s;
    border:2px solid #178c62;
    background: #178c62;
    color:#FFF;
    
}

.qoute-bttn-large:focus{
    border:2px solid #1eb27d;
}


@media only screen and (max-width:640px){
    .qoute-bttn-large {
        padding:7% 4%;
    }
}
@media only screen and (max-width:568px){
    .qoute-bttn-large {
        padding:3% 4%;
        margin-left: 0%;
    }
}


@media only screen and (max-width:414px){
    .qoute-bttn-large {
        padding:3.3% 4%;
        margin-left: 0%;
    }
}


.form-control-no-border:focus{
    border-color:#FFF!important;
    outline:0!important;
    -webkit-box-shadow:none!important;
    box-shadow:none!important;
    border: 1px solid #7edb99!important; 
}


.custom-file {
    margin-top: 4%;
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.custom-file-input{
    order: 1px solid #a4acaa!important;
    color: #333;
    display: block;
    font-size: 13px;
    padding: 5px 5px;
    width: 100%;
}

.custom-file-label {
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
       font-family: 'Poppins', sans-serif;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 43px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height:2.2;
    color: #495057;
     background:none!important; 
    background-clip: padding-box; 
     border: 1px solid #a4acaa; 
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-left: -8%;
}

@media only screen and (max-width:736px){
    .custom-file {
        margin-top: 5%;}
    
    .custom-file-label{
    margin-left: -10%;
    }}

@media only screen and (max-width:568px){
    .custom-file {
        margin-top: 2%;}
    
    .custom-file-label{
    margin-left: -3%;
    }}



@media only screen and (max-width:414px){
    .custom-file {
        margin-top: 2%;}
    
    .custom-file-label{
    margin-left: -4%;
    }}

@media only screen and (max-width:360px){
    .custom-file {
        margin-top: 2%;}
    
    .custom-file-label{
    margin-left: -5%;
    }}

@media only screen and (max-width:280px){
    .custom-file {
        margin-top: 2%;}
    
    .custom-file-label{
    margin-left: -7%;
    }}







.custom-file-input:lang(en)~.custom-file-label::after {
    content: none;
} 

.custom-file-label {
 font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  top: 0rem;
  left: 0rem;
  transition: all .1s ease-in-out;
  cursor: text;
}

:focus + .custom-file-label {
  color: #495057;
      top: 0rem;
    font-size: 13.5px;
}

:active + .custom-file-label{
  color: #495057;
    font-size: 13.5px;
      top: 0rem;
}


/*edit 27-6-2021*/

.dropdown-item.active, .dropdown-item:active{
    color: #1cdb96;
    text-decoration: none;
    background-color: transparent
}
.takaful-inner h6{
    color: #1eb27d!important;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
.takaful-inner h3{
    color: #050504!important;
    font-size: 26px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.takaful-inner h4{
    color: #050504!important;
    font-size: 22px;
    margin-bottom: 2%;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.takaful-inner h1{
    color: #050504!important;
    font-size: 18px;
    margin-bottom: 2%;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}


.takaful-inner p{
    color: #3b3b3b!important;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 0%;
    line-height: 24px;
}

.card-sub-head{
    font-weight: 500;
    color: #1dc889;
    margin-bottom: 1%;
}
.card-body ul{
    margin-top: -1%;
    padding-left: 0px;
display: block;
    color: #3b3b3b!important;
    font-size: 14px;
    display: block;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.card-body ul li{
    display: block;
}

.sub-heading-style{
    padding-bottom: 0px;
      color: #050504!important;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}


.white-bg{
    padding-top: 3%!important;
    padding-bottom: 3%!important;
}



.form-head-style h1{
    color: #050504!important;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}


.form-head-style p{
    color: #3b3b3b!important;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 0%;
    line-height: 24px;
}

.under-line-form {
    width: 5%;
    height: 1px;
    background: #19be82;
    margin-top: 1%;
    margin-bottom: 1%;
}
@media only screen and (max-width:360px){
    .under-line-form {
    width: 10%;
}
}


.download-bttn {
    position: relative;
   top: -8px;
    margin-left: 1%;
    color: #FFF;
    font-size: 13px;
    border-radius: 8px;
    padding:5% 4%;
    background:#1eb27d;
    border:2px solid #1eb27d;
    font-family: 'Poppins', sans-serif; 
    transition:all ease-in-out .3s;
}
.download-bttn:hover{
    transition:all ease-in-out .3s;
    border:2px solid #178c62;
    background: #178c62;
    color:#FFF;
    
}


.motor-takaful-banner{
    background: url(../image/motor-takaful-insurance.jpg);
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
    padding: 6% 2%; color: #FFF;
}


@media only screen and (max-width:768px){
    .motor-takaful-banner{
    padding: 9% 2%;
}
}
@media only screen and (max-width:480px){
    .motor-takaful-banner{
    padding: 12% 2%;
}
}


.property-takaful-banner{
    background: url(../image/property-takaful.jpg);
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
    padding: 6% 2%; color: #FFF;
}


@media only screen and (max-width:768px){
    .property-takaful-banner{
    padding: 9% 2%;
}
}
@media only screen and (max-width:480px){
    .property-takaful-banner{
    padding: 12% 2%;
}
}


.engineering-takaful-banner{
    background: url(../image/engineering-takaful.jpg);
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
    padding: 6% 2%; color: #FFF;
}


@media only screen and (max-width:768px){
    .engineering-takaful-banner{
    padding: 9% 2%;
}
}
@media only screen and (max-width:480px){
    .engineering-takaful-banner{
    padding: 12% 2%;
}
}


.marine-takaful-banner{
    background: url(../image/marine-cargo-takaful.jpg);
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
    padding: 6% 2%; color: #FFF;
}


@media only screen and (max-width:768px){
    .marine-takaful-banner{
    padding: 9% 2%;
}
}
@media only screen and (max-width:480px){
    .marine-takaful-banner{
    padding: 12% 2%;
}
}


.general-takaful-banner{
    background: url(../image/general-takaful.jpg);
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
    padding: 6% 2%; color: #FFF;
}


@media only screen and (max-width:768px){
.general-takaful-banner{
    padding: 9% 2%;
}
}
@media only screen and (max-width:480px){
.general-takaful-banner{
    padding: 12% 2%;
}
}



.liability-takaful-banner{
    background: url(../image/liability-takaful.jpg);
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
    padding: 6% 2%; color: #FFF;
}


@media only screen and (max-width:768px){
.liability-takaful-banner{
    padding: 9% 2%;
}
}
@media only screen and (max-width:480px){
.liability-takaful-banner{
    padding: 12% 2%;
}
}


.group-family-takaful-banner{
    background: url(../image/group-family-takaful.jpg);
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
    padding: 6% 2%; color: #FFF;
}


@media only screen and (max-width:768px){
.group-family-takaful-banner{
    padding: 9% 2%;
}
}
@media only screen and (max-width:480px){
.group-family-takaful-banner{
    padding: 12% 2%;
}
}



.group-medical-takaful-banner{
    background: url(../image/group-medical-takaful.jpg);
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
    padding: 6% 2%; color: #FFF;
}


@media only screen and (max-width:768px){
.group-medical-takaful-banner{
    padding: 9% 2%;
}
}
@media only screen and (max-width:480px){
.group-medical-takaful-banner{
    padding: 12% 2%;
}
}


.claims-reimbursement-banner{
    background: url(../image/claims-reimbursement-procedure.jpg);
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
    padding: 6% 2%; color: #FFF;
}


@media only screen and (max-width:768px){
.claims-reimbursement-banner{
    padding: 9% 2%;
}
}
@media only screen and (max-width:480px){
.claims-reimbursement-banner{
    padding: 12% 2%;
}
}



input[type="radio"] {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0;
    padding: 0;
    opacity: 1;
    border-radius: 24px!important;
    appearance: none;
    border: 1px solid #1cdc97;
    border-radius: 3px;
    background: transparent!important;
    position: relative;
    margin-right: 8px;
}

input[type="radio"]:checked {
    border: 1px solid #1cdc97;
    background: #1cdc97!important;
}
input[type="radio"]:checked:after {
    width: 8px;
    top: 6px;
    left: 3.5px;
    transform: rotate(-45deg);
}

input[type="radio"]:checked:before {
    width: 4.2px;
    top: 7.2px;
    left: 2.0px;
    transform: rotate(44deg);
}

.overflow{
    color: #333!important;
}

.previously {
    margin-top: -26px;
    margin-left: -10px;
}
@media only screen and (max-width:480px){
  .radio-style {
    margin-top: -4%!important;
    margin-bottom: -6px!important;
} 
}



/* 4-4-2022 */

.client-logo{
    width:50%;
    border-radius: 4px; margin-bottom: 5%;
}


.visible-dp{
    border: 1px solid #dee2e6; margin-top: -1%; border-top: none!important;
}
@media only screen and (max-width:640px){
    .client-logo{
        width:80%;
    }
}

.quote-table-big{
    width: 25%;
}
.quote-table{
    width:20%;
}
.quote-table-small{
    width: 15%;
}

.quote-btn{
    width: 100%;
    text-align: center;
    margin-top: 4%;
    background: #00af6e;
    border: 1px solid #0bdb8f; 
    color: #FFF;
    padding: 6% 2%;
    font-family: 'Poppins', sans-serif; 
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    transition:all ease-in-out .3s;
}

.quote-btn span{
    display: block;
    font-weight: 400;
    font-size: 14px;
}



.qoute-header h1{
    font-family: 'Quicksand', sans-serif;
    font-size: 26px; color:#080c0e; font-weight: 600;
}

.listing {
    font-size: 13px;
    position: relative;
    display: block;
    padding: 0.2rem 1.25rem;
    margin-bottom: -10px;
    background: transparent;
    border: none;
    line-height: 26px;
    color: #080c0e;
    /* color: #410099; */
     /* border-top: 1px solid #dee2e6!important;
     border-bottom: 1px solid #dee2e6!important; */
}

.listig-head{
    color: #00af6e!important;
    font-weight: 500;
}

.quote-btn id{
    display: contents;
}

.tc{
    text-align: center;
}
.tc-apply{
    color: #8fa2b6; 
    font-size: 12px; 
    margin-top: -2%; 
    font-weight: 400;
}
.choose-style{
    margin-top: -6%; 
}

.company-name{
    color: #8fa2b6!important; 
    font-size: 13px!important;
}
.company-title{
    font-size: 14px!important;
}

.listing-margin{
    margin-top: 0.3rem;
}

.list-group-head {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 0.8rem 1.25rem 0rem;
    background: transparent;
    border: none;
    font-weight: 500;
    line-height: 26px;
    color: #00af6e;
}
.badge{
    margin-top: 6%;
    text-align: left;
    display: inline;
    padding:0px;
    font-size: 14px;
    font-weight: 400;
    color: #080c0e;
}

.addons{
    font-size: 13px; 
    line-height: 20px;
    margin-top: 0%;
    position: relative;
    cursor: pointer;
    color: #24272c;
}


.send-cover-btn{
    margin-top: 4%;
    margin-bottom: 5%;
    background: #00af6e;
    color: #FFF;
    border: none; 
    font-family: 'Poppins', sans-serif; 
    font-size: 14px;
    padding: 10% 6%; 
    border-radius: 50px;
}
.send-cover-btn:hover{
    color: #FFF;
    background: #009656;
}
.send-cover-btn:focus{
    color: #FFF;
    background: #009656!important;
}

.send-cover-btn:hover> .btn-arrow-style{
    visibility: visible;
    margin-left: 0%;
    transition:all ease-in-out .3s;
}
.under-line-center{
    width: 4%;
    height: 2px;
    margin-left: 48%;
    background: #1cdb96;
    margin-top: 1%;
    margin-bottom: 1%;
}



.listing-margin{
    margin-top: 0.3rem;
}

.quote-table-addons{
    width: 20%;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .quote-table-addons {
        width: 100%;
    }
    .badge {
        margin-top: 2%!important;
    }
    .btn-arrow-style {
        margin-left: -1%;
    }
    .send-cover-btn{
        padding: 4% 4%; 
    }
    .send-cover-btn{
        padding: 5% 5%; 
    }
    .quote-btn {
        padding: 4% 2%;
    }
    .tc-apply{
        margin-top: 0%; 
    }
    .choose-style {
        margin-top: -4%;
    }
    .quote-btn span{
        display: inline;
    }

    .tc{
        text-align: left;
    }
    .price-tab {
        padding:5% 5%!important;
    }
    .client-logo {
        width: 70%;
    }
    .quote-table-big{
        width: 100%;
    }
    .quote-table{
        width:100%;
    }
    .quote-table-small{
        width:100%;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .quote-table-addons {
        width: 100%;
    }

    .list-group-item {
        padding: 0.8rem 1.20rem;
    }
    .badge {
        margin-top: 2%!important;
    }
    .btn-arrow-style {
        margin-left: -1%;
    }
    .send-cover-btn{
        padding: 4% 4%; 
    }
    .price-tab {
        padding: 4% 4%!important;
    }

    .quote-btn {
        padding: 4% 2%;
    }
    .tc-apply{
        margin-top: 0%; 
    }
    .choose-style{
        margin-top: -2%; 
    }
    .quote-btn span{
        display: inline;
    }
    .tc{
        text-align: left;
    }
    .client-logo {
        width: 50%;
    }
    .quote-table-big{
        width: 100%;
    }
    .quote-table{
        width:100%;
    }
    .quote-table-small{
        width:100%;
    }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .badge {
        margin-top: 2%!important;
    }
    .btn-arrow-style {
        margin-left: -1%;
    }
    .send-cover-btn{
        padding: 3% 3%; 
    }
    .client-logo {
        margin-bottom: 2%;
    }
    .price-tab {
        padding: 3% 3%!important;
    }
    .client-logo {
        width: 25%;
    }
    .quote-btn {
        padding: 2% 2%;
    }
    .quote-btn span{
        display: inline;
    }
    .tc-apply{
        margin-top: 0%; 
    }
    .choose-style{
        margin-top: -1%; 
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .quote-table-addons {
        width: 20%;
    }
    .list-group-item {
        padding: 0.5rem 1.15rem;
        line-height: 21px;
    }
    .btn-arrow-style {
        margin-left: -8%;
    }
    .send-cover-btn{
        padding: 10% 6%; 
    }
    .client-logo {
        margin-bottom: 6%;
    }
    .client-logo {
        width: 50%;
    }
    .tc-apply{
        margin-top: -2%; 
    }
    .choose-style{
        margin-top: -6%; 
    }
    
    .quote-btn {
        padding: 6% 2%;
    }
    .quote-btn span{
        display: block;
    }
    .quote-table-big{
        width: 20%;
    }
    .quote-table{
        width:25%;
    }
    .quote-table-small{
        width: 20%;
    }
}

@media only screen and (width:540px){
    .client-logo {
        width: 50%!important;
    }
}

@media only screen and (width:1024px){
    .client-logo {
        width: 70%!important;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .quote-table-addons{
        width: 17%;
    }
    .list-group-item {
        padding: 0.4rem 1.15rem;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.3rem;
        padding-left: 0.3rem;
    }
    
    .client-logo {
        width: 58%;
    }
    .quote-table-big{
        width: 20%;
    }
    .quote-table{
        width:25%;
    }
    .quote-table-small{
        width: 22%;
    }
}
.premium-price{
    display: contents!important;
}

select {
    word-wrap: normal;
    width: 100%;
    background: #e7e1e1;
    border-radius: 8px;
    height: 36px;
    border: none;
    padding: 2% 4%;
    font-size: 14px;
    cursor: pointer;
}
select:focus{
    border: none;
}

.under-line-left {
    width: 4%;
    height: 2px;
    background: #1dc889;
    margin-top: 2%;
    margin-bottom: 2%;
}

@media only screen and (max-width: 533px) {
    .under-line-left {
        width: 12%;
    }
    .filter-styling{
        margin-top: 9%;
    }
    select {
        height: 45px;
    }
}

@media only screen and (width: 540px) {
    .under-line-left {
        width: 10%;
    }
    .filter-styling{
        margin-top: 6%;
    }
    select {
        height: 45px;
    }


}

@media only screen and (max-width: 768px) {
    .under-line-left {
        width: 11%;
    }
}