@import url('https://fonts.googleapis.com/css2?family=Almarai&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

:root {
    --default_color: #FF5C01;
    --grey: #596071
}

body {
    margin: 0;
    padding: 0;
    overflow-x:hidden
}
.container-fluid {
    margin: 0 !important;
    padding: 0 !important;
}
.desktop_none{
    display: none;
}

.navbar-toggler:focus,
.navbar-light .navbar-toggler {
    border:none !important;
    box-shadow:none !important
}
a {
    text-decoration:none
}

a:hover {
    color:white
}


/* ↑↑↑ ########################## CONTENT-BOX-STYLE ######################### ↑↑↑ */



#NAVIGATION {
    padding: 15px 35px 15px 25px;
}
#HOME_PAGE {
    background-color: #FFECE2;
    /*padding: 70px 100px;*/
    padding: 100px 100px;
}
#SERVICES {
    padding: 90px 0;
    background-color: white;
}
#SERVICES_MORE {
    padding: 120px;
    background-color: #F6F6F6;
}
#ZIP_CODE {
    background-image: url(../assets/images/AdobeStock_4611.png);
    background-repeat: no-repeat;
    /* background-size: 100% 100%; */
    background-size: cover;
    padding: 100px;
    box-sizing: border-box;
}
#CONTACT {
    padding: 70px 100px;
}
#FAQ {
    padding: 130px 260px 60px 260px;
}
#FOOTER {
    background-color: #171515;
    padding: 80px 120px 30px;
    color: #b4b2b2;
}


/* ############################## NAVIGATION ############################## */
.nav-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 0 35px;
}
.nav-actions a {
    color: #212529;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    cursor: pointer;
}
.nav-actions a:hover {
    color: #FE5C01;
}


/* ############################## HOME_PAGE ############################## */
.home-page-item {
    display: flex;
    align-items: center;
    height:100%
}
.home-page-item .home-page-child {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: start;
    height:100%
}
    /* background-position: 50% 100%; */
}
.home-page-item .home-page-child:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
    background: url(../assets/images/graphic.png) no-repeat;
    background-size: 100%;
    background-position: 0px 170px;
}
.home-page-item .home-page-child img {
    max-width: 450px;
    width:100%
}
.home-page-child:nth-child(2) {
    position: relative;
}
#HOME_PAGE .home_left_item img {
    width: 28px;
    margin-left: 60px;
}
#HOME_PAGE .home_left_text h1 {
    font-size: 42px;
    white-space: nowrap;
    font-weight: bold;
    margin-bottom: 2px;
    margin-left: -3px;
}
#HOME_PAGE .home_left_text p {
    font-size: 19px;
    white-space: nowrap;
    /* margin-left: 5px; */
}

.home_left_item .arrow-link {
    font-size: 22px;
    font-weight: 400;
    width:fit-content;
    padding-bottom: 10px;
    margin-bottom:10px;
    display:block;
    position: relative;
    cursor: pointer;
    color:#212529
}
.home_left_item .arrow-link::after {
    content: "";
    position: absolute;
    width: 100%;
    display: block;
    height: 2px;
    bottom: 0;
    left: 0;
    transition: all 0.4s;   
    background-color: #FF6F1E;
}
.home_left_item .arrow-link:hover:after {
    width: 0;
}
.home_left_item .arrow-link:hover {
    color: #FF5C01;
}
.home-page-child-right-box {
    position: absolute;
    background-color: #ffffff;
    width: 55%;
    bottom: 60px;
    padding: 40px 30px;
    right: 40px;
    border-radius: 15px;
    text-align: center;
    font-size: 15px;
}
.home-page-child-right-box img {
    width: 70px !important;
    margin-top: -70px;
    float: left;
    margin-left: -47px;
}
.text_line {
    width: 70px;
    height: 1.5px;
    background-color: var(--default_color);
    margin: 25px auto auto auto;
}


/* ############################## SERVICES ############################## */
.services_cart {
    display: flex;
    width: 85%;
    margin: 0 auto;
    margin-top: 50px;
    gap: 0 20px;
    justify-content: center;
}
.services_cart_item {
    width: 100%;
    padding: 120px 30px 30px 30px;
    border-radius: 18px;
    box-shadow: 0 8px 12.5px 0 rgba(51, 51, 51, 0.16);
    position: relative;
}
.services_cart_item h4 {font-size: 19px;}
.services_cart_item img {
    position: absolute;
    top: 10%;
    width: 50px;
}
.services_cart_item p {
    margin: 20px 0 30px 0;
    color: #4E4E4E;
    font-size: 15px;
    line-height: 24px;
}
.services_cart_item:nth-child(1) img {width: 40px;}
.services_cart_item:nth-child(2) img {width: 40px;}
.services_cart_item span {
    color: var(--default_color);
    font-size: 12px;
    letter-spacing: 0.6px;
    font-weight: 500;
    font-family: 'Almarai', sans-serif;
    text-transform: uppercase;
}


/* ############################## SERVICES_MORE ############################## */
#SERVICES_MORE .services_more_box {
    display: flex;
    margin-top: 70px;
    justify-content: space-between;
    gap: 0 20px;
    height: 100vh;
    padding: 0 30px;
}
.services_more_box .services_more_box_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.services_more_box .services_more_box_item:nth-child(1) {width: 65%;}
.services_more_box .services_more_box_item:nth-child(2) {
    width: 35%;
    border-radius: 20px;
    overflow: hidden;
}
.services_more_box .services_more_box_item:nth-child(2) img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.services_more_box_child {
    display: flex;
    gap: 0 20px;
    height: 48%;
}
.services_more_box_child .services_more_box_child_item {
    width: 50%;
    padding: 20px 30px 20px 30px;
    background-color: #fff;
    box-shadow: 0 8px 12.5px 0 rgba(51,51,51,0.16 );
    border-radius: 20px;
}
.services_more_box_child .services_more_box_child_item h4 {font-size: 19px;}
.services_more_box_child .services_more_box_child_item span {
    color: var(--default_color);
    font-size: 12px;
    letter-spacing: 0.6px;
    font-weight: 500;
    font-family: 'Almarai', sans-serif;
    text-transform: uppercase;
}

.services_more_box_child_item img {
    width: 40px;
}
.services_more_box_child_item p {
    color: var(--grey);
    font-weight: 600;
    color: #4E4E4E;
    font-size: 15px;
    line-height: 24px;
}
.services_cart_item span:hover {
    text-decoration: underline;
    cursor: pointer;
}
.services_more_box_child .services_more_box_child_item span:hover {
    text-decoration: underline !important;
    cursor: pointer !important;
}
.services_more_box_child_footer span:hover {
    text-decoration: underline;
    cursor: pointer;
}
a.nav-link:hover {
    color: #ff5c01 !important;
}
.footer_action div div:hover {
    color: #ff5c01;
    cursor: pointer;
}
.services_more_box_item .services_more_box_child_footer {
    width: 100%;
    height: 48%;
    background-color: #fff;
    padding: 20px 30px 55px 30px;
    border-radius: 20px;
    box-shadow: 0 8px 12.5px 0 rgba(51,51,51,0.16 );
}
.services_more_box_child_footer span {
    color: var(--default_color);
    font-size: 12px;
    letter-spacing: 0.6px;
    font-weight: 500;
    font-family: 'Almarai', sans-serif;
    text-transform: uppercase;
}
.services_more_box_child_footer p {
    color: var(--grey);
    font-family: 'Inter', sans-serif;
    color: #4E4E4E;
    font-size: 15px;
    line-height: 24px;
}

.contact_first_block_two {
    height: 95vh;
    padding: 0 90px;
    background-color: #F6F6F6;
    display: flex;
    gap: 0 10%;
    margin-top: 60px;
}
.contact_first_block_two_child {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact_first_block_two_child h1 {
    font-weight: 500;
    margin-top: 10px;
    position: relative;
}
.contact_first_block_two_child p {
    margin: 50px 0;
    font-size: 20px;
    font-weight: 400;
    margin-top: 40px;
    font-size: 18px;
    color: var(--grey);
    line-height: 1.5em;
}

/* ############################## ZIP_CODE ############################## */
.zip_code_block {
    background-color: #fff;
    padding: 70px;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 20px;
    opacity: 0.9;
    width: 660px;
}
.zip_code_block span {
    font-size: 30px;
    font-weight: 600;
    position: relative;
}
.zip_code_block span::after, .contact_first_block_two_child h1::after {
    content: "";
    display: inline;
    position: absolute;
    bottom: -18px;
    left: 0;
    border: 1px solid var(--default_color);
    width: 70px;
    height: 1px;
}
.zip_code_block p {
    margin-top: 40px;
    font-size: 18px;
    color: var(--grey);
}
.zip_code_form {
    position: relative;
    width: 100%;
    margin-top: 30px;   
}
.zip_code_form input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 100px;
    padding: 10px 250px 10px 20px; 
    line-height: 1;
    box-sizing: border-box;
    outline: none;
    height: 60px;
}
.zip_code_form button {
    position: absolute;
    right: 3px; 
    top: 3px;
    bottom: 3px;
    outline: none;
    z-index: 2;
    white-space: nowrap;
}


/* ############################## CONTACT ############################## */
.contact_first_block {
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: self-start;
}
.contact_first_block_items {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 20px;
    align-items: baseline;
    position: relative;
}

.contact_first_block .contact_first_block_items:nth-child(1) {
    padding-right: 40px;
    padding-bottom: 70px;
}
.contact_first_block .contact_first_block_items:nth-child(2) {
    padding-left: 40px;
}
.contact_first_block_items img {
    position: absolute;
    right: 0;
    top: 30px;
}
.contact_first_block_items:nth-child(1) img {right: 50px;}
.contact_first_block_items:nth-child(2) img {right: -50px;}


/* ############################## FAQ ############################## */
.accordion {
    margin-top: 80px;
}
.accordion-item {
    border: none;
    border-bottom: 1px solid rgb(216, 216, 216);
    margin-bottom: 30px;
}
.accordion-button {
    font-size: 18px;
    font-weight: 600;
    color: var(--grey);
}
.accordion-body {
    color: #747474;
}
.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: #000;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button::after {
    background-image: url(../assets/icon/plus-lg.svg);
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../assets/icon/dash-lg.svg);
    
}

/* ############################## FOOTER ############################## */
#FOOTER img {
    width: 200px;
}
.footer_action div div {
    margin-bottom: 20px;
    font-weight: 400;
}
.footer_action div h5 {
    font-weight: 400;
}
.footer_bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}
.footer_bottom div span {
    padding-right: 35px;
}


/* ########################  DEFAULT STYLE  ######################## */
.logo {
    width: 15%;
    transform: translateY(-3px);
}
.default-btn {
    background-color: var(--default_color);
    color: #fff;
    border-radius: 1000px;
    border: none;
    padding: 4px;
    zoom: 0.9;
}
.default-btn:hover {
    background-color: #F84D1F;
}
.default_btn_text {
    background-color: var(--default_color);
    color: #fff;
    border-radius: 1000px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 50px 14px 50px;
    font-size: 12px;
    letter-spacing: 0.6px;
    font-weight: 500;
    font-family: 'Almarai', sans-serif;
    text-transform: uppercase;
}
.default_btn_text:hover {
    background-color: #F84D1F;
}
.default-btn b {margin-left: 15px; font-size: 13px; margin-right: 18px;}
.default-btn b a {
    color: #fff;
}
.default-btn b a:hover {color: white;}
.default-btn img {width: 45px;}
.header_text {
    text-align: center;
    font-weight: 500;
    color: #605E5E;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.home_big_text {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
}
.font-w {
    font-weight: 400 !important;
}
.Almarai {
    font-family: 'Almarai', sans-serif !important;
}
a.navbar-brand {
    width: fit-content !important;
    flex: 0 0 20%;
}

div#navbarSupportedContent {
    width: 100%;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.bi-header {
    background-color: #fff !important;
}

button.default-btn {
    width: fit-content;
}
.logo{
    width: 80%;
}
ul.navbar-nav.me-auto.mb-2.mb-lg-0.bi-nav.nav-actions {
    gap: 15px;
    margin-left: auto;
    margin-right: 20px !important;
}


/* ↑↑↑ ########################## Landing-page-2-STYLE ######################### ↑↑↑ */

/* ↑↑↑  Hero Area ↑↑↑ */
.hero-insurance {
    /* background: url(../assets/images/hero-2.jpg) top right no-repeat; */
    background-color:#f9f9f9 !important
}
.hero_area{
    background-color: #f9f9f9;
  
}
.hero_items{
    max-width: 550px;
    margin-bottom: 35px;
}
.hero_items ul{
    margin: 0;
    padding: 0;
}
.hero_items ul li{
    margin: 0;
    padding: 10px 0px;
    list-style-type: none;
    position: relative;
    padding-left: 40px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #747474;
    line-height: 30px;
}
.hero_items ul li i{
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -16px;
}
.hero_items ul li i img{
    width: 20px !important;
}
.hr_down{
    position: relative;
}
.hr_down{
    width: 70px;
    height: 2px !important;
    background-color: #ff5c01;
    margin: 30px 0px;
    opacity: 1;
}
.mt_30{
    margin-top: 30px;
}

/* ↑↑↑  Service Area ↑↑↑ */

#land_service_area{
    padding: 120px;
    font-family: 'Poppins', sans-serif;
    background-color: #fff !important;
}
.section_head p{
    font-size: 16px;
    margin-top: 30px !important;
}
#land_service_area .row{
    margin: 0px -10px;
}
#land_service_area .col-md-4{
    padding: 30px 10px 0px;
}
.service_items_area{
    padding-top: 30px;
}
.services_item{
    padding: 20px 30px 30px;
    background-color: #fff;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 25%);
    border-radius: 20px;
    position: relative;
}
.services_icon{
    position: absolute;
    top: 30px;
    right: 30px;
}
.services_icon img{
    width: 40px;
}
.services_item h4{
    max-width: 200px;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    margin: 0;
    padding: 0;
    line-height: 30px;
    min-height: 60px;
    display: flex;
    align-items: center;
}
.services_item p{
    /* max-width: 245px; */
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #4E4E4E;
    padding-top: 15px;
    padding-bottom: 10px;
}
.services_item a{
    color: var(--default_color);
    font-size: 12px;
    letter-spacing: 0.6px;
    font-weight: 500;
    font-family: 'Almarai', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}
.services_item a:hover{
    text-decoration: underline;
}


/* ↑↑↑  Service Details Area ↑↑↑ */

#SERVICE_DETAILS{
    background-color: #f2f3f5;
    padding: 120px;
    padding-top: 20px;
}
.service_details_item{
    padding-top: 100px;
}
.service_details_item p{
    margin-bottom: 0px;
}
.details_head{
    position: relative;
    min-height: 82px;
    padding-left: 120px;
    display: flex;
    align-items: center;
}
.details_icon{
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -56px;
}
.details_icon img{
    width: 85px;
    margin-top: 5px;
}
.details_head_content{
    font-family: 'Poppins', sans-serif;
}
.details_head_content h4{
    font-size: 20px;
}
.details_head_content p{
    font-size: 16px;
}

.service_details_links ul{
    margin: 0;
    padding: 0;
}
.service_details_links ul li{
    list-style-type: none;
    position: relative;
    margin-top: 15px;
}
.service_details_links ul li a{
    display: block;
    color: #212529;
    font-size: 18px;
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 10px;
    text-decoration: none;
    background: url(../assets/icon/arrow-right.svg) right 20px center no-repeat #fff;
    background-size: 20px;
    transition: 0.2s;
    padding-right: 35px;
}
.service_details_links ul li a:hover{
    background: url(../assets/icon/arrow-right-white.svg) right 20px center no-repeat #ff5c01;
    background-size: 20px;
    transition: 0.2s;
    color: #ffffff;
}

/* ↑↑↑  Testimonial Area ↑↑↑ */

#TESTIMONIAL_AREA{
    padding: 80px 120px;
    font-family: 'Poppins', sans-serif;
}
.testimonial_box{
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 25%);
    box-sizing: border-box;
}
.testimonial_box img{
    max-width: 100%;
}
.testimonial_contant{
    padding-left: 30px;
}
.testimonial_contant i{
    text-align: right;
    display: block;
}
.testimonial_contant i img{
    width: 50px;
}
.testimonial_contant p{
    font-size: 18px;
    padding-right: 30px;
    padding-top: 30px;
    margin-bottom: 10px;
}
.testimonial_contant h4{
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 10px;
}
.testimonial_contant h6{
    font-size: 12px;
    text-transform: uppercase;
}
.txt_specer{
    width: 30px;
    height: 2px !important;
    background-color: #ff5c01;
}


/* ↑↑↑ ########################## CONTANT-PAGE-STYLE ######################### ↑↑↑ */

/*  HERO AREA  */
.privacy-hero {
    padding-block:40px !important;
    min-height:auto !important

}
.inner_hero{
    background-color: #eef3f7;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px;

}

/*  Breadcrumb Area  */
.breadcrumb_area{
    padding: 50px 120px 0px;
}
.breadcrumb_area img{
    margin-right: 5px;
    position: relative;
    margin-top: -6px;
}
.breadcrumb-item {
    text-transform: uppercase;
    font-size: 14px;
}
.breadcrumb-item a{ 
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}
.breadcrumb-item a:hover{ 
    color: #ff5c01;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #000000;
    content: var(--bs-breadcrumb-divider, "﹥");
}

/*  HERO AREA  */

.content_area{
    padding: 80px 120px 120px;
}
.sec_contant{
    max-width: 720px;
}
.sec_contant h2{
    font-size: 42px;
    font-weight: 700;
}
.sec_contant p{
    font-size: 16px;
}
.sec_contant_2{
    max-width: 720px;
    padding-top: 50px;
}
.sec_contant_2 h3{
    font-size: 20px;
}
.sec_contant_2 p{
    padding-top: 20px;
    margin: 0;
}
.sec_listing{
    max-width: 720px;
}
.sec_listing ul{
    margin: 0;
    padding: 0;
}
.sec_listing ul li{
    list-style-type: none;
    position: relative;
    padding-left: 20px;
    margin-top: 20px;
    font-size: 16px;
    color: #596071 ;
}
.sec_listing ul li:before{
    content: "";
    position: absolute;
    top: 10px;
    left: 0px;
    background: #f84d1f;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.sec_listing ul li b{
    width: 100%;
    display: block;
}

/*  HERO AREA  */

.news_area{
    padding: 120px;
    background: #f9f9f9;
}
.news_area p{
    font-size: 18px;
}
.news_listing{
    padding-top: 5px;
    padding-bottom: 25px;
}
.news_listing ul{
    margin: 0;
    padding: 0;
}
.news_listing ul li{
    list-style-type: none;
    position: relative;
    padding-left: 20px;
    margin-top: 5px;
    font-size: 18px;
    color: #596071 ;
}
.news_listing ul li:before{
    content: "";
    position: absolute;
    top: 10px;
    left: 0px;
    background: #f84d1f;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.default_btn_1{
    background-color: var(--default_color);
    color: #fff;
    border-radius: 1000px;
    border: none;
    display: inline-block;
    justify-content: center;
    align-items: center;
    padding: 18px 40px;
    font-size: 12px;
    letter-spacing: 0.6px;
    font-weight: 500;
    font-family: 'Almarai', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}
.default_btn_1:hover{
    background-color: #F84D1F;
    color: #fff;
}
.mt_20{
    margin-top: 20px;
}
.news_img img{
    max-width: 100%;
}
.news_txt{
    padding-right: 70px;
}
.sec_listing_2{
    max-width: 810px;
    padding-top: 10px;
}
.sec_listing_2 ul{
    margin: 0;
    padding: 0;
}
.sec_listing_2 ul ol{
    counter-increment: ol;
    list-style-type: none;
    position: relative;
    padding-left: 35px;
    margin-top: 50px;
    font-size: 18px;
    color: #596071 ;

}
.sec_listing_2 > ul ol:before{
    content: counter(ol);
    color: #f84d1f;
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: bold;
}
/* .sec_listing_2 > ul ol:after{
    content: "";
    position: absolute;
    top: 17px;
    left: 12px;
    background: #f84d1f;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    z-index: 10;
} */
.sec_listing_2 ul ol b{
    width: 100%;
    display: block;
}
.sec_contant_3{
    max-width: 800px;
}
.sec_contant_3 h2{
    font-size: 42px;
    font-weight: 700;
}
.sec_contant_3 p{
    font-size: 16px;
}
.sec_contant_4 h2 {
    font-size: 42px;
    font-weight: 700;
}
.sec_contant_4 .news_txt{
    max-width: 840px;
}

/*  SEPS AREA  */

.steps_area{
    padding: 80px 120px;
}
.steps_area .col-md-6{
    display: flex;
    align-items: end;
}
.steps_listing{
    padding-top: 15px;
}
.steps_listing ul{
    margin: 0;
    padding: 0;
}
.steps_listing ul li{
    list-style-type: none;
    padding-top: 3px;
}
.steps_listing ul li a{
    font-size: 16px;
    color: #4475ee;
    text-decoration: underline;
}
.responsive_img img{
    max-width: 100%;
}
.pt_0{
    padding-top: 0px !important;
}







.bg-white2{
    background-color:#f9f9f9
}
.links a {
color:black
}
.links a:hover {
    color:#ff5c01
}


.inputs-style-2 :is(input,textarea){
    border: none;
    box-shadow: 0 0 11px 8px #eeeeee80;
    border-radius: 15px;
    padding: 15px 30px;
    width:100%;
    resize:none;
    font-size: 12px;
}
.inputs-style-2 :is(input,textarea):is(:focus,:focus-visible) {
    outline:1px solid #ff5c01 !important;
}
.inputs-style-2 textarea {
min-height:150px
}

.icon-width-25 {
    width:25px
}
.links2 a {
    color:#b4b2b2
} 
.links2 a:hover {
    color:#f45802
} 

.hero-contact {
    background:right/400px no-repeat url(../assets/images/contact_usa.png) #f9f9f9 !important;
}

#CONTACT img {
    width:100px;
    height:100px
}

.carousel-box {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45%;
}

.carousel-box img {
    max-width:430px;
    width:100%
}

.hero-insurance {
    /*background:right bottom/550px no-repeat url(../assets/images/bg-img12.png) #f9f9f9 !important;*/
    background:right bottom/410px no-repeat url(../assets/images/My_project.png) #f9f9f9 !important;
}