body{
    margin: 0;
    padding: 0;
    font-family:"Poppins", sans-serif;
}

required-field::before {
  content: "*";
  color: red;
  float: right;
}

/*section.second-bar {*/
/*    height: 101px;*/
/*}*/

.topbar{
    background-color: #212741;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: white;
    text-decoration: none;
    background-color: #d2ab68;
}


.top-address ul li {
    display: inline-block;
/*   padding-right: 90px;*/
padding-left: 10px;
}
.top-address ul {
    margin: 0;
}
.image-bar img {
    width: 85%;
}

.top-address a {
    color: white;
}
.social i {
    color: white;
    padding-left: 20px;
}
.top-list ul {
    position: absolute;
    right: 0;
}

.top-list ul li {
   display: inline-block;
    padding-left: 22px;
    padding-top: 32px;
}
.top-list ul li a {
   text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: black;
    padding: 0;
    text-transform: uppercase;
    font-size: 14px;
}
i.fa.fa-envelope {
    padding-right: 5px;
}
/*.second-bar {
    padding: 10px;
}*/
nav.navbar.navbar-expand-lg {
   
    padding: 0;
}
.parent{
    background: #d2ab68;
}


button {
    width: 100px;
    height: 50px;
    border: none;
    border-radius: 20px;
}

button a{
    color: white;
    text-decoration:none;
}

.choose-content {
    background-color: transparent;
    border: 1px solid #d2ab68;
    box-shadow: none;
    position: relative;
    text-align: center;
   
    margin-bottom: 30px;
    transition: all .5s;
    z-index: 1;
}
.choose-content:hover{
    background-color: #d2ab68;
    color: white;
}
.choose-content:hover h3{
   
    color: white;
}
.choose-content p {
    padding: 0 15px;
}
.choose-content span {
/*    background-color: #fff;*/
    border-radius: 50%;
    border: none;
    width: 50px;
    height: 50px;
    
    font-size: 50px;
    color: #12b48b;
    display: inline-block;
    margin-bottom: 35px;
    text-align: center;
}
.choose-content img {
    width: 100%;

}
.choose-content h3 {
    color: #d2ab68;
}
.choose p {
    padding: 10px 188px;
}
.choose.py-4.px-4 h2 {
    color: #bb985a;
}
.about-us{
    /*background-color: #f8f9fa;*/
    height: 100%;
    overflow: hidden;
}
.about-content h2 {
    font-size: 40px;
    margin-bottom: 20px;
    position: relative;
    display: block;
    color:#d2ab68;
}
.about-list {
    margin-top: 15px;
}
.about-list ul {
    overflow: hidden;
    list-style: none;
}
.about-list ul li {
    color: #a38148;
    font-size: 16px;
    font-weight: 600;
    font-family: Open Sans,sans-serif;
    position: relative;
    padding-left: 30px;
    margin-top: 10px;
    width: 50%;
    float: left;
    padding-right: 15px;
}
.about-list ul li i {
    font-size: 21px;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 0;
}

.about-image img{
    width: 100%;
}
.flaticon-checked:before {
    content: "\f10f";
}


.vision-image img{
    width: 100%;
}

.vision-list ul {
    overflow: hidden;
    list-style: none;
}
.vision-list ul li {
    color: #a38148;
    font-size: 16px;
    font-weight: 600;
    font-family: Open Sans,sans-serif;
    position: relative;
    padding-left: 30px;
    margin-top: 10px;
    width: 50%;
    float: left;
    padding-right: 15px;
}
.vision-list ul li i {
    font-size: 21px;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 0;
}
.vision-content h2 {
    font-size: 40px;
    margin-bottom: 20px;
    position: relative;
    display: block;
    color:#d2ab68;
}
.bx-chevrons-right:before {
    content: "\ea55";
}

.panther-area.py-5 h2 {
    color: #a38148;
}

a.dropdown-item.test.dropdown {
    padding: 4px 13px;
}
.our-services{
    background-color: #f9fbfe;
}
.single-choose {
   
    border: 1px dotted #d2ab68;
    box-shadow: none;
    position: relative;
    /* padding: 30px 4px 30px 50px; */
    /* margin-bottom: 30px; */
    transition: all .5s;
    z-index: 1;
    text-align: center;
    padding: 30px 0;
}
.single-choose:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.single-choose:hover{
    background-color: #d2ab68;
    color: white;
    transform: scale(1.1);
}
.single-choose:hover h3{
   
    color: white;
}


/*.single-choose span {*/
/*    border: none;*/

/*    font-size: 50px;*/
/*    color: #12b48b;*/
   
/*    margin-bottom: 20px;*/
/*    text-align: center;*/
/*}*/


    .single-choose img {
    width: 15%;
    position: absolute;
    left: 7px;
    top: 25px;

}

.flaticon-hand:before {
    content: "\f124";
}
.single-choose h3 {
    color: #d2ab68;
    font-size: 22px;
    padding-left: 23px;
}
.single-choose a {
   transform: scaleX(0);
    color: black;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
}
.single-choose:hover a{
   color: white;
}

/*.single-choose img {*/
/*    width: 55%;*/
/*}*/
.owl-dots {display: none;}
.panther-area {
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #f7f7f7;
}
.owl-theme .owl-nav [class*=owl-]:hover {
     background: #f7f7f7; 
     color: black; 
    text-decoration: none;
}
.fa-angle-right:before {
    content: "\f105";
    font-size: 16px;
}

.testimonial-title {
    text-align: center;
    position: relative;
    margin: 50px 0px;
}
.testimonial-title h1 {
    font-weight: 700;
}

.single-client {
    background-color: #87652c;
   
    display: inline-block;
    text-align: center;
    padding: 0 30px 30px;
    border-radius: 18px;
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    margin-bottom: 30px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
   
  
}



.section-title button{
    width: 100px;
    height: 100px;
    background-color: #a38148;
    color: white;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    /* -webkit-backface-visibility: hidden; */
    backface-visibility: hidden;
}
.swiper-slide {
    flex-shrink: 0;
    /* width: 100%; */
    height: 100%;
    position: relative;
    transition-property: transform;
}


.single-client img {
    border-radius: 50%;
    margin-bottom: -30px!important;
    position: relative;
    top: -50px;
    width: 120px;
    height: 120px;
}

.single-client h3 {
    
    margin-bottom: 5px;
    color: #fff;
    /*color: #202124;*/
}
.testimonial-area .single-client span {
    color: #31abfc;
}
.single-client span {
    margin-bottom: 10px;
    display: block;
    color: #fff;
}

.testimonial-area .single-client .quotes {
    opacity: .1;
}
.single-client .quotes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #373784;
    font-size: 90px;
    z-index: -1;
    opacity: .3;
}
 .testimonial-area .testimonial-wrap .swiper-button-prev {
    top: 10%;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev{
    left: 10px;
    right: auto;
}
 .swiper-button-prev {
position: absolute;
top: 50%;
width: calc(var(--swiper-navigation-size)/ 44 * 27);
height: var(--swiper-navigation-size);
margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
z-index: 10;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.testimonial-area .testimonial-wrap .swiper-button-next:after, .testimonial-area .testimonial-wrap .swiper-button-prev:after {
    font-size: 30px;
    color: #31abfc;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: normal;
    line-height: 1;
}

.our-title {
    max-width: 660px;
    position: relative;
    margin-bottom: 30px;
}
.our-title h2 {
    font-size: 40px;
    font-weight: 700;
    color:#d3b076;
}
.testimonial-title h2 {
    color: #ad894b;
}
.single-client p {
    color: white;
        /*padding: 0 18px;*/
}
.testimonial-area .single-client span {
    color: #ffcc32;
}

.choose span {
    font-size: 23px;
    font-weight: 700;
}
.vision-content span {
    font-size: 23px;
    font-weight: 700;
}
.our-title  span {
    font-size: 23px;
    font-weight: 700;
}
.testimonial-title  span {
    font-size: 23px;
    font-weight: 700;
}
section.services-two-area {
    background-color: ghostwhite;
}
.services-icon img {
    width: 70%;
}

.parentDiv button {
    background-color: white;
    color: #5e4925;
    border: none;
    font-weight: 500;
    height:42px;
}
.more {
    color: white!important;
  
}
.dots {
    color: white!important;
    display: inline-block;
}
span.more {
    display: none;
}
/*==================home-end===================*/
/*====================about-start=================*/
.single-about-image2 img {
    width: 100%;
}
.about-area {
    position: relative;
    z-index: 1;
}
.single-about-image {
    position: relative;
    z-index: 1;
}
.about-shape {
    position: absolute;
    left: -127px;
    top: -5px;
    z-index: -1;
}
.single-about-image .about-shape-1 {
    position: absolute;
    top: 253px;
    
    transform: translateY(-50%);
    left: -28px;
    z-index: -1;
    
    animation: rotateme 25s linear infinite;
}
.about-shape-1 img {
    width: 100%;
}
.section-title.left-title {
    text-align: left;
}
.section-title .top-title {
    color: red;
    font-size: 20px;
    font-weight: 400;
    font-family: var(--fontFamily);
    display: inline-block;
    margin-bottom: 20px;
    line-height: 10px;
}
.section-title.left-title h2 {
    margin-bottom: 15px;
        font-weight: 700;
}
.section-title.left-title p {
    line-height: 26px;
}
.single-about-content ul {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    margin-bottom: 30px;
}

.single-about-content ul li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}
.single-about-content ul li img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
   
}
.call-experts{
        position: relative;
         margin-left: 0;
}
 .phone-call {
   
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    background: rgba(44,178,179,.1);
    position: absolute;
    left: 0;
    top: 2%;
    
}
.single-about-content .about-btn .call-experts span {
    display: block;
    font-weight: 500;
}
.call-experts a {
   
    font-weight: 500;
    color: #100f0f;
    
}
.about-area .about-shape3 {
    position: absolute;
    bottom: 150px;
    right: 195px;
    z-index: -1;
}

.about-title {
    text-align: justify;
}
.about-content {
    padding: 26px 22px;
}
.about-why {
    background-color: #f0ffff24;
    padding: 35px 1px;
}
.about-why-content h1 {
    font-weight: 600;
    font-family: serif;
}
.mission {
    width: 336px;
    background-color: #9f7133;
    height: 200px;
    display: inline-block;
    margin: 34px 0;
    padding: 25px 20px;
    text-align: center;
    margin-left: 2px;
    color: white;
}
.mission:hover {
    background-color: white;
    border: 1px solid brown;
    color: #9f7133;
}
.mission h1 {
    font-size: 25px;
  
    font-weight: 700;
}
.about-side {
    background-color: white;
    text-align: center;
    box-shadow: 0px 5px 6px 1px #a9a4a47d;
    border: none;
}
.about-image img {
    width: 100%;
    /* margin-left: 44px; */
    margin: 0 40px;
}
/*====================about-end====================*/

/*====================Contact-start====================*/

/*.page-title-area {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*   padding:100px 0;*/
/*    text-align: center;*/
/*    background-color: #d2ab68;*/
/*    z-index: 1;*/
/*}*/
/*.page-title-area:after, .page-title-area:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    width: 50%;*/
/*    height: 100%;*/
/*    background-color:#9d561a38;*/
/*    z-index: -1;*/
/*}*/
/*.page-title-area a {*/
/*    color: black;*/
/*}*/


/*.page-title-area .page-title-content h2 {*/
/*    margin-bottom: 15px;*/
/*    color: #fff;*/
/*    font-size: 40px;*/
/*    font-weight: 700;*/
/*}*/
/*.page-title-area .page-title-content ul {*/
/*    padding-left: 0;*/
/*    list-style-type: none;*/
/*    margin-top: 10px;*/
/*    margin-bottom: 0;*/
/*}*/
/*.page-title-area .page-title-content ul li {*/
/*    display: inline-block;*/
/*    position: relative;*/
/*    font-size: 15px;*/
/*    font-weight: 500;*/
/*    padding-right: 10px;*/
/*    padding-left: 10px;*/
/*    color: #fff;*/
/*}*/


.page-title-area img {
    width: 100%;
    margin-top: 10px;
    height: 350px;
}
.page-title-content {
    position: absolute;
    top: 42%;
    left: 35%;
    /*border-left-style: outset;*/
    right: 20%;
}
.page-title-content h2 {
    font-size: 50px;
    font-weight: 700;
}


.contact-wrap {
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    padding: 40px;
    text-align: center;
}
.section-title {
    max-width: 660px;
    margin: 0 auto 60px;
    text-align: center;
    position: relative;
        margin-bottom: 30px;
}
.contact-area .section-title h2 {
    font-size: 30px;
}
.contact-area .contact-wrap .form-group {
    margin-bottom: 30px;
}
.form-control {
    height: 50px;
    color: #262566;
    border: 1px solid #e8e8e8;
    background-color: #f9f9f9;
    border-radius: 4px;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
}
.form-control {
    display: block;
    
    font-weight: 400;
    line-height: 1.5;
    
    background-clip: padding-box;
    
    appearance: none;
    
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.quick-contact{

    background-color: #fff;
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    padding: 35px;
   
}
.default-btn {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    
    width: 25%;
    border-radius: 4px;
    text-align: center;
    
    background-color:#af7c25;
}
.section-title h2 {
    color: #bd8a4a;
    font-weight: 700;
}
.quick-contact h3 {
    font-weight: 700;
    color: #bd8a4a;
    font-family: sans-serif;
}
.quick-contact ul li {
   background-color: #bd8a4a;
    margin: 10px 0;
    width: 100%;
    height: 125px;
    padding: 10px 22px;
    display: inline-block;
    color: white;
    font-weight: 700;
    font-size: 20px;
}
.quick-contact ul {
   
    margin: 0;
    padding: 0;
    width: 100%;
}
.quick-contact ul li span {
    display: block;
    font-weight: 400;
    font-size: 15px;
    margin-left: 15px;
}
.quick-contact ul li a {
    display: block;
    font-weight: 400;
    font-size: 15px;
    margin-left: 15px;
    color: white;
}
/*====================contact-end====================*/

/*======================claims===============================*/

.claim-titel {
    text-align: center;
    box-shadow: 0 0 6px 0px #e1d4d4;
    height: 200px;
        transition: 0.5s;
}
.claim-titel img {
    padding: 9px 15px;
    width: 35%;
    /*background-color: #d2ab68;*/
    /*border-radius: 50%;*/
}

.claim-titel h2 {
    font-size: 16px;
    padding: 9px 33px;
}
.claim-image img {
    width: 100%;
}
.claim-content button {
    width: 35%;
    background-color: darkgoldenrod;
    border: none;
}
.claim-content button:hover {
    background-color: white;
    color: #835f06;
    border: 1px solid darkgoldenrod;
}
.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #d2ab68;
    border-color: #d2ab68;
    box-shadow: 0 0 0 0.2rem rgb(210 171 104 / 54%);
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d2ab68;
    border-color: #d2ab68;
}
.btn-danger {
    color: white;
    background-color: darkgoldenrod;
    border-color: darkgoldenrod;
}
.btn-danger:hover {
    color: darkgoldenrod;
    background-color: white;
    border-color: darkgoldenrod;
}

.claim-content2 span {
    top: -32px;
    font-size: 300px;
    position: absolute;
    color: #d2ab6829;
    z-index: -9;
    left: 114px;
    font-weight: 600;
}

.claim-content2 h2 {
  
    margin-bottom: 20px;
    position: relative;
    display: block;
    color: #d2ab68;
    font-weight: 700;
}

.claim-titel:hover {
    background-color: #d2ab68;
    color: white;
    transform: scale(1.1);
}
/*========================claims end========================*/

/*============================POSp==================*/

 .blog {
        margin: 52px 0;
    }

    .blog h1 {
        font-size: 45px;
    }

    

    #block-7 {
        margin: 0;
    }

    button#myBtn {
        width: 130px;
        margin-left: 105px;
        font-size: 18px;
    }
    button.accordion {
    font-size: 20px;
    font-weight: 600;
    background-color: #bd8a4a;
    color: white;
    border: none;
        padding-left: 25px;
        height: 65px;
}
button.accordion.active {
    font-size: 21px;
    font-weight: 600;
    border: none;
    background-color: #d2ab68;
}

.accordion button {
    font-size: 17px;
    font-weight: 600;
   
    border: none;
}

.accordion {

    width: 100%;
    border: 1px solid #00000021;
/*    padding: 16px 13px;*/
    border-radius: 4px;
/*    color: white;*/
    font-size: 18px;
    font-weight: 600;
    background-color: #98df0e4d;
    margin-bottom: 20px;
    text-align: initial;
    transition: 0.4s;
    word-break: break-word;

}


.panel p {
    word-break: break-word;
}

.panel {
    padding: 0 9px;
    display: none;
    overflow: hidden;
}

.unique {
    color: white;
    padding-bottom: 25px;
    background-position: top;
    background-color: #44a048;
}

.unique:before {
    color: black;
}

.faq {
    margin: 24px 0;
}
.wise {
    margin-top: 10px;
}
.faq p {
    font-size: 17px;
    font-weight: 500;
    text-align: justify;
}
.faq li {
    list-style: none;
    padding-bottom: 15px;
}

.pos-box {
    margin: 12px 0px;
    height: 383px;
    padding: 20px 16px;
   
    background-color: white;
    color: #915e1d;
    border: 1px solid brown;
    border-radius: 0 40px 0 40px;
}

.pos-box:hover {
    background-color: #bd8a4a;
   color: white;
    
}
.pos-box img {
    width: 25%;
    margin-left: 74px;
}
.pos-box p {
   
    text-align: center;
}
.pos-box h5 {
    text-align: center;
    margin-top: 13px;
}
section.posp h2 {
    color: #cb8832;
    font-family: math;
    font-weight: 700;
}

.panel2 ul li {
    list-style: disc;
}
.panel2{
    padding: 0 9px;
    display: none;
    overflow: hidden;
}


/*=========================posp end=============================*/
/*======================general insurance=================*/

.service-content{
     background-color: #fff;
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    padding: 35px;
}
.service-content p {
    margin-top: 25px;
}
.service-content h3 {
    color: #9e4c1d;
    font-weight: 700;
    font-family: monospace;
    font-size: 36px;
}
.services-type{
    background-color: #9E4C1D;
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    padding: 35px;
    color: white;
}
.services-type ul li {
    display: inline-block;
    /* background-color: antiquewhite; */
    margin: 5px 0;
    width: 100%;
    
}
.services-type ul {
    padding: 0;
}
.services-type a {
    color: white;
    text-decoration:none;
}
.fa-arrow-right:before {
    content: "\f061";
    font-size: 14px;
    margin: 0 20px;
}
.services-type span {
    padding-left: 51px;
}
.services-type h3 {
    text-align: center;
   color: white;
    font-weight: 700;
    font-family: monospace;
    padding: 5px 0;
}
.btn{
    width:100%;
}
.btn button {
    width: 120px!important;
    margin-top: 32px;
}
.panel2 h4 {
    color: saddlebrown;
    font-weight: 700;
}
.panel h4 {
    color: saddlebrown;
    font-weight: 700;
}

/*=====================general insuramce end===================*/

/*.sec-title .title {*/
/*    position: relative;*/
/*    display: block;*/
/*    font-size: 22px;*/
/*    line-height: 24px;*/
/*    color: #c40a0b;*/
/*    font-weight: 500;*/
/*    margin-bottom: 15px;*/
/*}*/
.sec-title h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 1.28em;
    color: #1e202c;
    font-weight: 600;
    padding-bottom: 18px;
}
.image {
    transition: 2s;
    max-width: 100%;
    padding: 0;
    width: 100%;
    float: left;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #626463;
    text-align: center;
    margin-bottom: 2rem;
}

.news-block .lower-content h3 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #222222;
    font-weight: 500;
    margin-bottom: 17px;
}
.image img {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    
    height: 100px;
}





.panel {
  
  display: none;
  background-color: white;
  overflow: hidden;
}
/*=========================liability===================*/
.public {
    margin-bottom: 50px;
}
.service-content img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    margin-bottom: 20px;
}

/*----------------footer----------------------*/
.footer-top-area {
    background-image: url(/images/footer-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    background-attachment: fixed;
    z-index: 1;
}
.footer-top-area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #080f2b;
    z-index: -1;
    opacity: .9;
}
.single-widget {
    margin-bottom: 30px;
    color: white;
    padding-top: 50px;
}
.single-widget ul li {
    color: white;
    margin-bottom: 8px;
    font-size: 15px;
}
.single-widget ul li a {
    color: white;
    transition: all .5s;
}

.single-widget ul {
    list-style: none;
    padding: 0;
}

.single-widget h3 {
  
    font-size: 22px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #48475a;
}
.single-widget h3:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 80px;
    height: 2px;
    background-color: white;
}

.single-widget .social-area {
    margin-top: 20px;
}
.single-widget .social-area ul {
    line-height: 1;
}
.single-widget .social-area ul li {
    display: inline-block;
}
.single-widget .social-area ul li a {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    line-height: 32px;
    background-color: #31abfc;
    border-radius: 4px;
    text-align: center;
}


.single-widget .social-area ul li a i {
    color: white;
    transition: all .5s;
    margin-right: 0;
}
.single-widget ul li a i {
    display: inline-block;
   
    font-size: 14px;
}



.single-widget.contact ul li {
    position: relative;
    padding-left: 30px;
}

.single-widget.contact ul li i {
    position: absolute;
    left: 0;
    top: 0;
    
    font-size: 15px;
}
.single-widget.contact ul li span {
    display: block;
    font-weight: 600;
    color:white;
}
.single-widget.contact ul li a {
    position: relative;
    color: white;
}
.form-control, .form-select {
    height: 50px;
    color: #262566;
    border: 1px solid #e8e8e8;
    background-color: #f9f9f9;
    border-radius: 4px;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
}
.single-widget .default-btn {
    display: block;
    width: 100%;
    margin-top: 20px;
    background-color: #d2ab68;
}
.social-area a {
    color: white;
    padding-left: 18px;
}
.single-widget p {
    margin-top: 16px;
}
/*-----------------------------footer end----------------*/

.services-img img {
   
    width: 100%;
    margin: 10px 0;
    border-radius: 0 50px 0 50px;
}
.services-img-1 img {
   
    width: 100%;
    margin: 10px 0;
    border-radius: 50px 0px 50px 0px;
}

.single-services-two-content {
    padding-left: 150px;
    position: relative;
}
.services-btn {
    width: 225px;
    height: 225px;
    left: -100px;
    background-color: #f5f5f5;
    border: 6px solid var(--whiteColor);
    border-radius: 100%;
    text-align: center;
    position: absolute; 
    top: 52%;   
    transform: translateY(-50%);
    border: 10px solid white;
}
.single-services-two-content .services-btn .default-btn {
  transform: translateY(-50%);
    padding: 11px 26px;
    position: absolute;
    width: 75%;
    top: 104px;
    left: 15px;
    text-decoration: none;
}
.default-btn.btn-style-2 {
    border-radius: 50px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}
/*.default-btn {*/
/*    padding: 13px 28px;*/
/*    font-size: 18px;*/
/*}*/

.single-services-two-content .services-shape3 {
    position: absolute;
    top: 50%;
     max-width: 210px;
    transform: translateY(-50%);
    left: 2px;
    /*z-index: -1;*/
}
.single-services-two-content .services-card-two {
    margin-bottom: 15px;
    left: -80px;
    position: relative;
   
    z-index: 10;
}
.single-services-two-content .services-card-two .services-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    right: 0;
    left: 0;
    background-color: #2cb2b3;
    bottom: 0;
    z-index: -1;
    border-radius: 100%;
    
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
}
.single-services-two-content .services-card-two h3 {
    overflow: hidden;
}
.single-services-two-content .services-card-two h3 a {
    background: rgba(186,83,192,.1);
    border-radius: 100px;
    padding: 28px 43px 28px 99px;
    display: inline-block;
    font-size: 24px;
    color: var(--headingColor);
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-decoration: none;
}
.single-services-two-content .services-card-two h3 a::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 100%;
    right: -10px;
    background-color: #2cb2b3;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 100px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
}
.single-services-two-content .services-card-two.card2 {
    left: 14px;
    margin-bottom: 15px;
    position: relative;
    z-index: 10;
} 
.single-services-two-content .services-card-two.card2 .services-icon {
    background: #f8eef9;
}
.single-services-two-content .services-card-two .services-icon {
    width: 89px;
    height: 89px;
    line-height: 74px;
    background: #f8eef9;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    left: -6px;
    top: 45%;
   
    transform: translateY(-50%);
    
    z-index: 2;
    overflow: hidden;
       border: 7px solid white;
    transition: var(--transition);
}
.single-services-two-content .services-card-two .services-icon img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.single-services-two-content .services-card-two h3 {
    overflow: hidden;

    font-weight: 700;
}
.single-services-two-content .services-card-two.card2 h3 a {
    background: rgba(165,187,0,.1);
}
.single-services-two-content .services-card-two.card3 .services-icon {
    background: #eaf8f8;
}      

.single-services-two-content .services-card-two.card3 {
    left: 41px;
    top: 2px;
}
/*.single-services-two-content .services-card-two.card3 .services-icon img {*/
    
/*    filter: invert(32%) sepia(93%) saturate(1391%) hue-rotate(155deg) brightness(100%) contrast(101%);*/
/*}*/
.single-services-two-content .services-card-two.card4 {
    left: 5px;
}
.single-services-two-content .services-card-two.card4 .services-icon {
    background: #feefea;
}
.single-services-two-content .services-card-two.card4 h3 a {
    background: rgba(247,96,49,.1);
}
.single-services-two-content .services-card-two.card5 {
    left: -80px;
        margin-bottom: 0;
}
.services-btn p {
    color: #a38148;
    font-size: 32px;
    font-weight: 700;
    top: 80px;
    position: absolute;
    left: 38px;
}
.services-card-two.d-flex.align-items-center a:hover {
    color: #ab7f35;
}

/*========================whatsapp link===================*/

.whatsapp_float {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 30px;
    right: 27px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 39px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp i {
    left: 9px;
    position: absolute;
    top: 6px;
}

/* for mobile */
@media screen and (max-width: 767px) {
  .whatsapp-icon {
      margin-top: 10px;
  }

  .whatsapp_float {
      width: 40px;
      height: 40px;
      bottom: 20px;
      right: 10px;
      font-size: 22px;
  }
}


#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
z-index: 100;
display: none;
}
 .popup-onload {
    text-align: center;
    margin: 0 270px;
    position: fixed;
    z-index: 101;
    display: none;
}
a.close {
    position: absolute;
    right: 25px;
    top: 16px;
}
.day {
    width: 100%;
    min-height: 150px;
    /* background: black; */
    position: relative;
    z-index: 103;
    padding: 0 4px;
    border-radius: 5px;
    /* box-shadow: 0 2px 5px #000; */
    padding-top: 4px;
    /* margin: 38px 70px; */
}
.day img {
    width: 100%;
}

/*------------------------travel------------------------*/

.services-image img {
    width: 100%;
    text-align: center;
}
.travel-content {
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    padding: 34px;
}
.travel-content h3 {
    color: #9e4c1d;
}
button.mybtn {
    font-size: 18px;
    font-weight: 600;
    color: white;
    width: 13%;
    border-radius: 10px;
    background-color: saddlebrown;
    box-shadow: 0 0 3px 0 saddlebrown;
}
button.mybtn:hover {
    background-color: white;
    color: saddlebrown;
    border: 1px solid saddlebrown;
}

/*------------------------Marien------------------------*/
.marien-image img {
    width: 100%;
    text-align: center;
    margin-top: 100px;
}

/*===========================life-insurance------------------*/
.services-type ul li a:hover {
    color: white;
    text-decoration: none;
    font-weight: 600;
}

.btn-danger:hover{

color: #fff;
    background-color: saddlebrown!important;
}
.btn-danger{
    color: #fff;
    background-color: saddlebrown!important;
    border-color: none!important;
}


/*------------------mobile---------------------*/



@media (min-width: 320px) and (max-width: 844px){
  .navbar-toggler.navbar-dark.bg-dark {
    position: absolute;
    top: -63px;
    right: 0;
 } 
 
 .popup-onload{
     margin: 0 20px;
 }

.services-btn p{
   
    top: -4px;
    position: absolute;
    left: 17px;
}
.services-img img{
    width: 87%;
    margin: 10px 25px;
    
}
.services-img-1 img {
    width: 87%;
    margin: 10px 26px;
    
}

div#navbarCollapse {
    background-color: white;
}
.top-list ul li {
    padding: 0!important;
    display: block;
}
.top-list ul {
    text-align:center;
    position: inherit;
    padding:0;
}

 .services-btn {
    width: 163px;
    height: 54px;
    border: 5px solid white;
    top: 41px;
    left: 108px;
    border-radius:inherit;
}
.services-btn a{
    top:0;
    left:20px;
    font-size:30px;
}
.single-services-two-content{
    padding:0;
}
.single-services-two-content .services-card-two{
   left: 17px;
    top: 90px;
}
.single-services-two-content .services-card-two.card3 {
    left: 17px;
    top: 63px;
}
.single-services-two-content .services-card-two.card4 {
    left: 18px;
    top: 50px;
}
.single-services-two-content .services-card-two.card5 {
    left: 16px;
  
    top: 37px;
}

.single-services-two-content .services-card-two.card2{
    left: 16px;
   
    top: 76px;
}
.single-services-two-content .services-shape3{
    display:none;
}
 .single-client{
     width:100%;
 }
 .about-image img {
     margin:0;
 }
 section.about-us{
     flex-direction: column-reverse;  
 }

.top-list ul li {
    padding:0!important;
        border-bottom: 1px solid white;
}
.dropdown-menu {
   
    left: 75px!important;
    
}
.top-list ul li a{
    font-size:16px;
}
.top-list {
    background-color: burlywood;
}
.choose p {
     padding:0!important;
}
.page-title-area img {
    height:auto;
}
.top-address ul {
    margin: 0;
    padding: 0;
}
/*................................about..........................*/

.about-image {
    display: none;
}
.single-about-image img {
    width: 100%;
}
.single-about-image .about-shape-1 {
    position: absolute;
    top: 189px;
    transform: translateY(-50%);
    left: -13px;
    right: -11px;
    z-index: -1;
    animation: rotateme 25s linear infinite;
}
.section-title .top-title {
    
    margin-top: 35px;
}
.about-content{
    padding:0;
}
/*...................claim.......................*/
.claim-content-para p {
    padding: 0 20px;
}
.claim-content2 span{
        left: 26px;
}
button.btn.btn-danger {
    width: 55%;
}


/*..................travel.....................*/
button.mybtn {
   
    width: 35%;
    
}
/*.....................posp...........*/
section.posp h2{
    font-size: 18px;
}
.pos-box img{
    margin-left: 122px;
}

.default-btn{
    width: 70%;
}

/*.whatsapp i{*/
/*    left: 7px;*/
/*    position: absolute;*/
/*    top: -6px;*/
/*    font-size: 33px;*/
/*}*/
}

@media only screen and (min-width: 1200px) and (max-width: 1399px){
.single-about-image {
    padding: 24px 0;
    left: 0;
    text-align: center;
}

.single-about-image .about-shape-1 {
    top: 50%;
    left: -10px;
    right: -10px;
    -webkit-animation: none;
    animation: none;
}
.single-about-content {
    padding-left: 30px;
}
.single-about-content .section-title {
    margin-bottom: 20px;
}
.section-title .top-title {
    font-size: 18px;
}
.single-about-content ul li {
    font-size: 14px;
}

.single-about-content .about-btn .call-experts {
    padding-left: 65px;
}
.phone-call {
    width: 50px;
    height: 50px;
    line-height: 46px;
}
.phone-call img {
    max-width: 25px;
}
.call-experts a {
    font-size: 16px;
}
.about-shape3 {
    display: none;
}
/*.....................claim....................*/
.claim-content2 span{
     left: 18px!important;
 }
 .claim-content-para p {
    padding: 0 18px;
}
.claim-content button {
    width: 63%;}
    
    
/*...................travel.....................    */
button.mybtn{
    width: 35%!important;
    
}








}


/*------------------tablet--------------------------------*/

@media (min-width: 814px) and (max-width: 1368px){
/*    .claim-titel img {*/
/*    padding: 9px 15px;*/
/*    width: 16%;*/
    /* background-color: #d2ab68; */
    /* border-radius: 50%; */
/*}*/

.pos-box {
    margin: 12px 0px;
    height: 383px;
    padding: 20px 16px;
    background-color: white;
    color: #915e1d;
    border: 1px solid brown;
    border-radius: 0 40px 0 40px;
    text-align: center;
}

.pos-box img {
    margin: auto;
}

.navbar-toggler.navbar-dark.bg-dark {
    position: absolute;
    top: 23px;
    right: 0px;
    }
    .popup-onload {
    text-align: center;
    /*margin: 0 227px;*/
    position: fixed;
    z-index: 101;
    
}
/*.single-about-image .about-shape-1 {*/
/*    position: absolute;*/
/*    top: 323px;*/
/*    transform: translateY(-50%);*/
/*    left: -13px;*/
/*    right: -11px;*/
/*    z-index: -1;*/
/*    animation: rotateme 25s linear infinite;*/
/*}*/

}


@media (min-width: 576px) and (max-width: 991px) {
    .whatsapp i {
    left: 10px;
    position: absolute;
    top: 1px;
}
    .whatsapp_float {
    box-shadow: 1px 1px 9px #999;
    }
    
    .navbar-toggler.navbar-dark.bg-dark {
    position: absolute;
    top: 22px;
    right: 0;
}

.claim-titel img {
    padding: 9px 15px;
    width: 22%;
    /* background-color: #d2ab68; */
    /* border-radius: 50%; */
}

.btn-danger {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    
}
}



@media (min-width: 845px) and (max-width: 1200px){
    .top-list ul {
    position: absolute;
    /* right: 0px; */
    padding: 0px;
    text-align: left;
}

.top-list ul li {
    display: inline-block;
    padding-left: 9px;
    padding-top: 32px;
}
}