/* GOOGLE FONTS
-------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* GLOBAL STYLES
-------------------------------------------------- */

#registrationForm {
    width: 300px;
    margin: 20px auto 10px;
}
#registrationForm input {
    width: 100%;
    margin-bottom: 15px;
    padding: 5px;
}
#registrationForm p {
    font-size: 18px;
    text-align: center;
    margin: 10px auto;
    color: #f07502 !important;
}

/* Base Colors
-------------------------------------------------- */

.blue-txt {
    color: #0064dd !important;
    font-weight:600;
}
.blue2-txt {
    color: #117DFF !important;
    font-weight:600;
}

.orange-txt {
    color: #F07504 !important;
    font-weight:600;
}
.red-txt {
    color: red !important;
    font-weight:600;
}
.green-txt {
    color: #00b600 !important;
}
.active a {
    color: #F07504 !important;
}
.active a:hover {
    font-weight: 500 !important;
    text-decoration: underline #F07504;
}

.current {
    border-bottom: 1px solid #F07504;
    /* text-decoration: underline #F07504; */
}

body { color: #111; font-family: 'Poppins', sans-serif; }

p {
    font-size: 18px;
}

h3 {
    font-size: 36px !important;
}

.btn-primary {
    display: block;
    margin:20px auto;
    width: 185px;
    background: #fff;
    border: 2px solid #f07504;
    border-radius: 35px;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 15px !important;
    color: #f07504 !important;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.13);
}
.btn-primary:hover {
    background: #f07504 !important;
    border: 2px solid #f07504 !important;
    color: #fff !important;
    box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.15);
}

/*Exit pop
-------------------------------------------------- */

.exit-popup-modal {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: none;
    border-radius: 0;
    background-color: rgba(0,0,0,.7);
    text-align: left;
 }
 .exit-popup-wrapper {
    position: relative;
    top: 10%;
    bottom: 10%;
    display: block;
    width: 100%;
    max-width: 875px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    background-color: #f6f9ff;
}
.exit-popup-close {
    display: block;
    background-color: #f07504;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -7px;
    right: 0px;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    z-index: 111;
}

.consent {
    margin-top: -5px !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    line-height: 1.2 !important;
}


/* PopUp Styles */

#exit-pop h3 {
    color: #F07504;
    font-size: 42px;
    font-weight: 600;
    margin: 15px auto;
}
#exit-pop p {
    text-align: center;
    color: #111;
    line-height: 22px;
    margin-bottom: 0px;
}
#exit-pop .consent {
    margin-bottom: 0px;
}

#exit-pop .cta-button {
    display: block;
    width:200px;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #f07504;
    border-radius: 35px;
    font-size: 18px;
    color: #f07504 !important;
  }
  #exit-pop .btn:hover { 
    background: #F07504;
    border: 2px solid #F07504;
    color: #fff !important;
}

.popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(20, 20, 20, .8);
    z-index: 98;
}
.popup-content {
    /* overflow: auto; */
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-width: 615px;
/*    max-height: 85%;*/
    border-radius: 15px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 50%);
    z-index: 99;
}
.email-consent {
    position: relative;
    top: 1px;
}
.popup-content i {
    position: absolute;
    top: 0;
    right: 0;
    color: #827f7f !important;
    background:none !important;
    border-radius: 0 !important;
    padding: 10px !important;
    font-size: 22px;
    font-weight: 400;
}

.popup-content i:hover {
    color: #827f7f;
    background: #fff;
    cursor: pointer;
    border: none !important;
}

#small-size-order .pricing-table1 .pricing-option {
    margin-left: 100px !important;
    margin-top: 25px;
    position: relative;
    width: 260px;
    height: 255px;
    background: white;
    float: left;
    padding: 2%;
    text-align: center;
    transition: all .3s ease-in-out;
    border: 1px solid #ccc;
    border-radius: 20px;
    text-decoration: none;
}

/* PopUp Styles End */

.alert p {
    font-size:14px;
    margin-bottom: 0;
    font-weight: 300;
}
.acceptcookies {
    max-width:100px !important;
    padding: 1px 15px !important;
    color: #007bff !important;
    border-color: #007bff !important;
    font-weight: 300;
}
.acceptcookies:hover {
    background: #007bff !important;
    border-color: #007bff !important;
}





/* HEADER
-------------------------------------------------- */

#header-social {
    background-color: #117dff;
}

#header-social ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;  
}

#header-social li {
  float: right;
/*  border-left:1px solid #f07504;*/
}

#header-social  li a {
  display: block;  
  text-align: center;
  padding: 5px 10px;  
  margin-bottom:-5px;
  color: #fff;
}

.header {
    box-shadow: 0 1px 7px rgb(0 0 0 / 5%);
    z-index: 1;
}

.header .navbar-collapse .navbar-nav .contact-item .nav-link {
    background: #fff;
    border: 2px solid #f07504;
    border-radius: 35px;
    font-size: 16px;
    font-weight: 600;
    padding: 0 15px !important;
    color: #f07504 !important;
}

.header .navbar-collapse .navbar-nav .contact-item .nav-link:hover { background: #F07504; border: 2px solid #F07504; color: #fff !important; }


.header { background-color: #fff; }
.header .navbar-collapse .navbar-nav .nav-item { margin-left: 15px; margin-right: 15px; }
.header .navbar-collapse .navbar-nav .nav-item .nav-link { color: #121314; font-size: 16px; font-weight: 400; line-height: 40px; padding: 0; }
.header .navbar-collapse .navbar-nav .nav-item .nav-link:hover { color: #F07504; }
.header .navbar-collapse .navbar-nav .tel-item .nav-link { background: url(../img/tel-orange-icon.png) no-repeat 0 15px; color: #364855; font-size: 15px; padding-left: 35px; }

.contact-item .cta-button {
    display: block;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #f07504;
    border-radius: 35px;
    font-size: 16px;
    color: #f07504 !important;
  }

  .contact-item .btn:hover {
    background: #F07504;
    border: 2px solid #F07504;
    color: #fff !important;
}


@keyframes slide-menu { 
    from {
        transform:scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

.navbar-brand img {
    max-width: 170px;
}




/* Hero image */
.dp-brake {
    display: block;
}
.mb-brake {
    display: none;
}

#hero-copy-div {
    top: 10vH;
}

#circle-div {    
/*    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/hero-circle.png) top center no-repeat;*/
    background-size: contain;
}
#hero-img {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/home-banner-bg.jpg) top center no-repeat;
    background-size: cover;
    height: 700px;
    /*background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/hero-circle.png) top center no-repeat;
    border-radius: 50%;
    background-size: contain;*/
/*    height: 85vh;*/
  /* width: 100vw; */
}
#hero-img h1 {
    position: relative;
    color: #0064dd;
    font-size: 54px;
    font-weight: 500;
    line-height: 72px;
    margin-bottom: 40px;
}
#hero-img p {
    color: #111;
    position: relative;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 10% 40px 0;
    /* text-shadow: 1px 0px 2px rgb(0 0 0 / 80%); */
}
/*#hero-img .btn { background: #117DFF; border: 2px solid #117DFF; border-radius: 35px; font-size: 16px; font-weight: 600; line-height: 54px; padding: 0 38.22px 0 38.22px; text-shadow: none; }*/
#hero-img .btn:hover { background: #fff; border: 2px solid #F07504; color: #F07504 !important; box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15); }

#hero-img .btn {
    background: #F07504;
    border: 2px solid #F07504;
    color: #fff;
    border-radius: 35px;
    font-size: 20px;
    font-weight: 500;
    line-height: 46px;
    padding: 0 30px;
    text-shadow: none;
    width: 250px;
    margin-left: 0;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.13);
}






/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel { }
/* Since positioning the image, we need to help out the caption */
.carousel-caption { bottom: 3rem; text-align: left; z-index: 10; }

/* Declare heights because of positioning of img element */
.carousel-item { background-repeat: no-repeat; background-position: center; background-size: cover; min-height: 644px; }




/*Forms
-------------------------------------------------- */

#bottom-iframe {
    position: relative;
    z-index: 1;
    height: 90px;
    width: 305px;
    display: block;
    margin: 0px auto 10px;
}


/*Calculator Slider
-------------------------------------------------- */

  .calculator-sec h3 {
    color: #0064DD;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 20px 0;
    text-align: center;
}

  #calculator {
    display: block;
    margin:30px auto;
    max-width:450px;
    border:1px solid #ddd;
    border-radius:20px;
/*    background-color: #f07504;*/
    background-color: #fff;
    padding: 20px;
    /* border: 3px solid #fb8f2c; */
    box-shadow: 0px 2px 10px rgb(0 0 0 / 25%);
  }
  #calculator h4 {
      color: #111;
      font-size: 20px;
      font-weight: 500;
      line-height: 1.5;
  }
  #calculator h5 {
    color: #f07504;
    font-size: 40px;
    font-weight:600;
    margin-top:10px;
  }
  #calculator h5 span {
    font-size: 50px;
  }
  #calculator p {
    font-size:16px;
    line-height: 1.3;
  }


  input[type=range].slider {
    -webkit-appearance: none;
    width: 100%;
    margin: 5px 0;
  }
  input[type=range].slider:focus {
    outline: none;
  }

  input[type=range].slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 6.7px;
    cursor: pointer;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: #ccc;
    border-radius: 2.1px;
    border: 0px solid #010101;
  }
  input[type=range].slider::-webkit-slider-thumb {
    box-shadow: 1.7px 1.7px 1.6px #730000, 0px 0px 1.7px #8d0000;
    border: 0px solid #ff0000;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: rgba(240, 117, 4, 0.95);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -10px;
  }
  input[type=range].slider:focus::-webkit-slider-runnable-track {
    background: #ccc;
  }



/* BODY SECTION START
-------------------------------------------------- */

/* Home Banner Bottom Section
------------------------- */
#banner-bottom-sec { margin-bottom: 60px; }
#banner-top img {
    width: 100px;
    margin: 0px auto 15px;
/*    border: 1px solid #FB8F2C;*/
    border-radius: 50%;
    box-shadow: 2px 5px 5px rgb(0 0 0 / 25%);
}
.banner-top { list-style: none; margin-bottom: 60px; margin-top: -60px; padding: 0; background-color:#fff; border:1px solid #F07504; }

#banner-top {
    max-width:975px;
    margin: -40px auto 0px;
    text-align: center;
    background-color: #0064DD;
    padding: 20px;
    /* border: 3px solid #fb8f2c; */
    box-shadow: 0px 2px 10px rgb(0 0 0 / 25%);
}

#banner-top .d-flex {    
    border-radius: 20px;
    box-sizing: border-box;
    margin: 10px;
    width: 265px;
}


/*#banner-top div:last-child { border-right: none; }*/
#banner-top h3 {
    color: #fff;
    font-weight: 600;
    line-height: 36px;
    margin: 0px 0 15px 0;
}

#banner-top p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    padding: 0 10px;
}



/* As Seen On 
---------------------*/
  #as-seen-on {
      background-color: #F3F6FA;
      /* background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(243,246,250,1) 100%); */
      padding-bottom: 1px;      
  }
  #as-seen-on h3 {
/*      color: #0064DD;*/
      font-weight: 500;
      line-height: 1.3;
      margin: 0 auto 20px;
      text-align: center;
      border-bottom: 3px solid #0064DD;
      padding-bottom: 3px;
      font-size: 24px !important;
      max-width: 180px;
  }
  #as-seen-on img {
      margin-bottom: 20px;
  }
/*--------------------*/



/* Home Why Choose Us Section
------------------------- */
#why-us-sec {
    margin-bottom:80px;
}
#why-us-sec img {
    max-width:100%;
    margin-bottom: 30px;
/*    border-radius: 84% 16% 83% 17% / 19% 89% 11% 81% ;*/
}
#why-us-sec h3 {
    color: #0064DD;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 20px 0;
    text-align: center;
}

.benefits-list ul {
    list-style: none;
    padding-left: 15px;
}
.benefits-list li {
    margin-bottom:15px;
    font-size:20px;
}

#why-us-sec a {
    margin-top:20px;
    background: none;
    border: 2px solid #F07504;
    border-radius: 35px;
    color: #F07504;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    padding: 0 35px;
}
#why-us-sec a:hover {
    color: #fff;
    background-color: #F07504;
}

.bios-desciption {
    padding: 10px;
    margin-bottom: 20px;
}

.bios-desciption p {
    font-size: 18px;
    text-align: left;
}
.bios-desciption .card {
    padding:0 !important;
    border: none;
}





/* 6 reasons Section
------------------------- */

 .new-reasons {
      margin:15px auto 100px;
  }
  .new-reasons img {
    width:100%;
  }
  .new-reasons .text-sec {
/*    padding: 15px;*/
  }
  .new-reasons .text-sec h4 {
    color: #0064dd;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    margin: 0 0 10px 0;
}

.read-more-link {
    background: url(../img/read-more-bg.png) no-repeat right top 7px;
    color: #0064dd;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding-right: 16px;
}


.six-reasons-sec { margin-bottom: 70px;}
.six-reasons-sec h3 { color: #0064DD; font-weight: 500; line-height: 1.3; margin: 0 0 20px 0; text-align: center; }
.six-reasons-sec .btn {
    background: none;
    border: 2px solid #F07504;
    border-radius: 35px;
    color: #F07504;
    /* float: right; */
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    /* margin: -98px 0 40px 0; */
    padding: 0 35px;
}

.six-reasons-sec .btn:hover { background-color: #0064DD; border-color: #0064DD; color: #fff; }



.six-reasons-sec .home-reasons-list { list-style: none; padding: 0; }

.six-reasons-sec .home-reasons-list li .card { background: #fff; box-shadow: 0px 2px 10px rgb(0 0 0 / 10%); border: none !important; margin-bottom:30px;transition: all .3s ease-in-out; }
.six-reasons-sec .home-reasons-list li .card:hover {    
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}
.six-reasons-sec .home-reasons-list li:hover .card { border: 1px solid transparent; box-shadow: 10px 10px 24px -4px rgba(0, 0, 0, 0.15); }
.six-reasons-sec .home-reasons-list li .card .img-sec { max-height: 219px; overflow: hidden; }
.six-reasons-sec .home-reasons-list li .card .img-sec img { height: auto; width: 100%; }
.six-reasons-sec .home-reasons-list li .card .text-sec { padding: 20px; min-height: 400px }
.six-reasons-sec .home-reasons-list li .card .text-sec h4 {
    color: #0064dd;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    margin: 0 0 10px 0;
}
.six-reasons-sec .home-reasons-list li .card .text-sec p {
    color: #111;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 15px 0;
}
.six-reasons-sec .home-reasons-list li .card .text-sec .read-more-link {
    background: url(../img/read-more-bg.png) no-repeat right top 7px;
    color: #f07504;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding-right: 16px;
}

.float-right-lg {
    float: right;
}

#why-us .new-reasons img {
    max-width:500px;
/*    border-radius: 84% 16% 83% 17% / 19% 89% 11% 81% ;*/
    border-radius: 84% 16% 83% 17% / 10% 89% 5% 90% ; 
}

.shape-image {
   border-radius: 84% 16% 83% 17% / 10% 89% 5% 90% ; 
}    


/* Home Blue Section
------------------------- */
.home-blue-sec { background: #F3F6FA; overflow-x: hidden; padding-bottom: 60px; padding-top: 60px; text-align: center; }

.home-blue-sec h3 { 
    color: #0064DD;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 20px 0;
    text-align: center;
}

.home-blue-sec p {
    /*color: #111;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    margin: 10px auto;
    text-align: center;*/
}
.option-card-div {
/*    border: 1px solid #0064dd;*/
    box-shadow: 0px 5px 16px -4px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    max-width: 200px;
    height: 150px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;    
    transition: all .3s ease-in-out;
}

.option-card-div:hover {
        box-shadow: 0px 2px 15px rgb(0 0 0 / 20%);
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
}

.option-card-div .btn {
    background: #117DFF;
    border: 2px solid #117DFF;
    border-radius: 35px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 5p 15px;
    text-shadow: none;
}

.option-card-div p {
    color: #111;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    margin: 10px auto;
    text-align: left;
}
.option-card-div h5 {
    color: #0064dd;
}
.option-card-div img {
    margin:5px auto;
    max-width:50px;
}


.option-card-div .btn:hover { background-color: #fff; border-color: #117DFF; color: #117DFF; } 


.card .btn { background: none; border: 2px solid #F07504; border-radius: 35px; color: #F07504; font-size: 16px; font-weight: 600; line-height: 54px; padding: 0 35.68px 0 35.68px; }
.card .btn:hover { background-color: #fff; border-color: #fff; color: #117DFF; }
.home-blue-sec .home-service-carousel { margin-bottom: 40px; }
.home-blue-sec .home-service-carousel .item .card { 
    background: #fff; border: none; border-radius: 20px; 
    display: block; min-height: 380px; padding: 30px; text-align: left; }
.home-blue-sec .home-service-carousel .item .card:hover { background: #117DFF; box-shadow: 10px 10px 24px -4px rgba(0, 0, 0, 0.15); }


.home-blue-sec .home-service-carousel .item .card:hover p { color: #fff; }
.home-blue-sec .home-service-carousel .item .card .img-sec { margin-bottom: 25px; }
.home-blue-sec .home-service-carousel .item .card:hover .img-sec img { filter: brightness(0) invert(1); } 
.home-blue-sec .home-service-carousel .item .card .text-sec { margin-bottom: 25px; text-align: left; }
/*.home-blue-sec .home-service-carousel .item .card .text-sec h5 { 
    color: #0064DD; font-size: 18px; font-weight: 500; line-height: 30px; margin: 0; 
    min-height:65px;
}*/
.home-blue-sec .home-service-carousel .item .card:hover .text-sec h5 { color: #fff; }

.btn-dimond {
    background: #117DFF;
    border: 2px solid #117DFF;
    border-radius: 35px;
    font-size: 16px;
    font-weight: 500;
    line-height: 54px;
    padding: 0 38.22px 0 38.22px;
    text-shadow: none;
}
.home-blue-sec .btn {
    background: none;
    border: 2px solid #F07504;
    border-radius: 35px;
    color: #F07504;
    /* float: right; */
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    /* margin: -98px 0 40px 0; */
    padding: 0 35px;
}
.home-blue-sec .btn:hover {
    background: #F07504;
    color: #fff;
}


/*1-2-3 Steps
------------------------- */
.box {
    /* background-color: #fb8f2c; */
    border: 3px solid #fb8f2c;
    color: #fff;
    padding: 20px;
    position: relative;    
    max-width: 333px;
    margin: 0 auto 50px;
}
.box.arrow-right:after {
    content: " ";
    position: absolute;
    right: -30px;
    top: 30%;
    border-top: 75px solid transparent;
    border-right: none;
    border-left: 30px solid #fb8f2c;
    border-bottom: 75px solid transparent;
}
.box img {
    max-width: 110px;
    border: 2px solid #fb8f2c;
    border-radius: 50%;
    margin-bottom: 15px;
}
.box.arrow-bottom:after {
  content: " ";
  position: absolute;
  right: 30px;
  bottom: -15px;
  border-top: 15px solid black;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: none;
}

.home-procced-list {
    margin-top:80px;
}
.home-procced-list li img {
    max-width: 120px;
}
.home-procced-list a {    
    color: #F07504;
    font-weight: 500;
    text-decoration: underline;    
}

.home-procced-list a:hover {
    font-weight: 600;
}



/* Home Procced Section
------------------------- */
.home-procced-sec { margin: 120px auto; }
.home-procced-sec h4 {
    text-align: center;
}
.home-procced-sec h3 { color: #0064DD; font-weight: 500; line-height: 1.3; margin: 0 0 20px 0; text-align: center; }
.home-procced-sec p { color: #000; font-size: 20px; font-weight: 400; line-height: 34px; margin: 0 0 50px 0; text-align: center; }
.home-procced-sec .home-procced-list { list-style: none; padding: 0; }
.home-procced-sec .home-procced-list li { text-align: center; }

/*.home-procced-sec .home-procced-list li:nth-child(2) { margin-top: 50px; }*/

.home-procced-sec .home-procced-list li h5 { color: #0064dd; font-size: 28px; font-weight: 500; line-height: 34px; margin: 10px auto;}
.home-procced-sec .home-procced-list li p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 5px 0 5px;
    text-align: left;
}

/* Home Faqs Section
------------------------- */
.home-faq-sec { padding-bottom: 60px; padding-top: 60px; }
.home-faq-sec h3{ color: #0064DD; font-size: 46px; font-weight: 500; line-height: 56px; margin: 0 0 20px 0; text-align: center; }

.home-faq-sec .accordion .card {border: none; border-radius: 15px; padding: 30px; margin-bootom:20px; }
.home-faq-sec .accordion .collapsed { background: none; margin-bottom: 0; padding-top: 20px; }
.home-faq-sec .accordion .card .card-header { background: none; border: none; border-radius: 0; padding: 0; }
.home-faq-sec .accordion .card .card-header .btn { transition: all .2s ease-in-out; color: #1b1b1b; background: url(../img/acordion-up-arrow-icon.png) no-repeat left 0px top 5px; border: none; border-radius: 0; font-size: 20px; font-weight: 500; line-height: 26px; padding-left: 40px; text-align: left; width: 100%; }

.home-faq-sec .accordion .collapsed .card-header .btn { background: url(../img/accordion-arrow-icon.png) no-repeat left 0px top 5px; color: #1B1B1B; }
.home-faq-sec .accordion .card .card-header .btn:hover { 
/*    box-shadow: 0px 2px 15px rgb(0 0 0 / 20%);*/
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

.home-faq-sec .accordion .card .card-header .btn:focus { text-decoration: none; }
.home-faq-sec .accordion .card .collapse { }
.home-faq-sec .accordion .card .card-body { font-size: 18px; font-weight: 400; line-height: 26px; padding-left: 40px; }



/* Home Blog Section
------------------------- */
.home-blog-sec { margin-bottom: 70px; margin-top: 60px; }
.home-blog-sec h3 { color: #0064DD; font-weight: 500; line-height: 1.3; margin: 0 0 20px 0; text-align: center; }
.home-blog-sec .btn { background: none; border: 2px solid #F07504; border-radius: 35px; color: #F07504; float: right; font-size: 16px; font-weight: 600; line-height: 54px; margin: -98px 0 40px 0; padding: 0 48.82px 0 48.82px; }
.home-blog-sec .btn:hover { background-color: #0064DD; border-color: #0064DD; color: #fff; }
.home-blog-sec .home-blog-list { 
    list-style: none; 
    padding: 0;
    margin-top:40px; 
}
.home-blog-sec .home-blog-list li .card { background: #fff; border: none; box-shadow: 0px 5px 16px -4px rgba(0, 0, 0, 0.15); border-radius: 20px;margin-bottom:30px; transition: all 80ms ease; }
.home-blog-sec .home-blog-list li:hover .card { transform: translateY(-0.8rem); }
.home-blog-sec .home-blog-list li .card .img-sec { max-height: 200px; overflow: hidden; }
.home-blog-sec .home-blog-list li .card .img-sec img { border-radius: 20px 20px 0 0; height: auto; width: 100%; }
.home-blog-sec .home-blog-list li .card .text-sec { 
    padding: 30px; 
    min-height: 185px;
}
.home-blog-sec .home-blog-list li .card .text-sec h4 { color: #555; background-color: #fff;font-size: 20px; font-weight: 500; line-height: 1.3; margin: 0 0 10px 0; }
.home-blog-sec .home-blog-list li .card .text-sec p { color: #444; font-size: 14px; font-weight: 400; line-height: 26px; margin: 0 0 15px 0; }
.home-blog-sec .home-blog-list li .card .text-sec .read-more-link { background: url(../img/read-more-bg.png) no-repeat right top 7px; color: #F07504; display: inline-block; font-size: 16px; font-weight: 600; padding-right: 17px; }





/*BLOG pages
-------------------------------------------------- */
.blog-main {
    margin-bottom:60px;    
}
.blog-main p {
    font-size: 16px;
}
.blog-main h2 {
    margin-top:60px;
    color: #0064DD;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
}
.blog-main .home-blog-sec {
    border-left:1px solid #e4e4e4;
}
.blog-main .home-blog-sec .home-blog-list li .card .img-sec {
    max-height: 130px;
    overflow: hidden;
}
.blog-main .home-blog-sec h4 {
    color: #fff;
    background-color: #117dff;
    padding: 5px;
}
.blog-main .text-sec {
    padding: 20px !important;
    /* min-height: 180px; */
}

.img-right {
    float: right;
    max-width:300px;
    margin-left:20px;
    margin-bottom:25px;
}
.img-left {
    float: left;
    max-width:300px;
    margin-right:20px;
    margin-bottom:25px;
}



/*FTC page
-------------------------------------------------- */
#ftc .main-img {
    float: right;
    margin: 10px;
}

#ftc .main-img img {
    display: block;
    max-width: 535px;
    margin: 0 auto;
}
#ftc .main-img p {
    font-style: italic;
    margin-top: 5px;
    font-size: 14px;
}

#ftc h3 {
    color: #0064DD;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 20px 0;
    text-align: center;
}

#ftc .dropdown-menu{
    transform: translate3d(5px, 35px, 0px)!important;
}
/*#ftc .home-procced-list li img {
    border-radius: 50%;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 25%);
}*/

#ftc .home-procced-list li img {
    border-radius: 50%;
    box-shadow: 0px 0px 20px rgb(183 209 247 / 40%);
    }

#ftc .cta-button {
    display: block;
    background: #F07504;
    border: 2px solid #F07504;
    color: #fff;
    border-radius: 35px;
    font-size: 20px;
    font-weight: 500;
    line-height: 46px;
    padding: 0 30px;
    text-shadow: none;
    width: 250px;
    margin: 20px auto 40px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.13);
}

#ftc .cta-button:hover {
    background: #fff;
    border: 2px solid #F07504;
    color: #F07504 !important;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
}

.header-list li {
    margin-bottom: 10px;
}
.fa-check {
    color: #f07504 !important;
    font-size: 24px;
}

.header-list {
    list-style: none;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 25%);
    max-width: 610px;
    margin: 40px auto;
    padding: 30px;
    font-size: 18px;
}

.estimate-div,.benefits-div h3 {
    color: #0064DD;
    font-size: 46px;
    font-weight: 500;
    line-height: 30px;
    margin: 0 0 20px 0;
    text-align: center;
}

.estimate-div h3 {
    color: #fb8f2c !important;
    font-weight: 700 !important;
    line-height: 1.3;
    position: relative;
    z-index: 1;
}

.estimate-div {
    display: block;
    max-width:500px;
    margin:0 auto;
}
.estimate-div ul {
    list-style: none;
    padding-left: 0;
}
.estimate-div li {
    font-size:20px;
    margin-bottom: 20px;
    color: #fff;
}

.estimate-div .fa {
    color: #00b600;
    font-size: 24px;
}

.estimate-div .dropdown {
    display: block;
    max-width:400px;
    margin:0 auto;
}
.btn-secondary.dropdown-toggle {
    color: #0064DD;
    background-color: #fff;
    border-color: #0064DD;
}
.show>.btn-secondary.dropdown-toggle {
    color: #0064DD;
    background-color: #fff;
    border-color: #0064DD;
}
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 135 255 / 50%);
}
.dropdown-menu {
    border: 1px solid rgb(2 125 255 / 15%);
}
.dropdown .btn {
    display: block;
    margin: 15px auto;
}
.dropdown-menu.show {
    left: 25% !important;
}

.dropdown .btn-primary {
    width:125px;
    background: #fff;
    border: 2px solid #f07504;
    border-radius: 35px;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 15px !important;
    color: #f07504 !important;
}
.dropdown .btn-primary:hover {
    background: #f07504;
    color: #fff !important;
}

.list-dds li {
    margin-bottom:15px;
}

.privacy-list li {
    margin-bottom:20px;
}
#copy-destination {
    color: #fff;
}



/* Privacy page
-------------------------------------------------- */

#privacy-div h5 {
    font-weight: 700;
    margin-top:30px;
}

#privacy-div li {
    font-size:18px;
}
#privacy-div strong {
    font-weight: 600 !important;
}
.table-content {
    padding-left: 5px;
    margin-top:20px;
    list-style: none;
}
.table-content li {
    margin-bottom:10px;
}
.table-list {
    list-style: none;
}
.addess-policy {
    list-style: none;
}
.dont-break-out {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; 
}


/* What-to-expect page
-------------------------------------------------- */
#what-to-expect h3 {
    color: #0064DD;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 20px 0;
    text-align: center;
}

#what-to-expect a {
    display: block;
    margin: 20px auto;
    width: 165px;
    background: none;
    border: 2px solid #F07504;
    border-radius: 35px;
    color: #F07504;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    padding: 0 35px;
} 
#what-to-expect .home-procced-sec {
    margin:30px auto;
}
.blue-bg {
    background: #F3F6FA;
    padding-bottom: 60px;
    padding-top: 60px;
}
.blue-deep-bg {
    background: #0064DD;
    padding-bottom: 30px;
    padding-top: 30px;
}

#what-to-expect .home-procced-list img {
    border-radius: 50%;
    box-shadow: 2px 5px 5px rgb(0 0 0 / 25%);
}
#what-to-expect .home-procced-list li h5 {
    color: #0064dd;
    font-size: 24px;
}

#what-to-expect ul li {
    font-size: 18px;
}

#what-to-expect .btn {
    background: none;
    border: 2px solid #F07504;
    border-radius: 35px;
    color: #F07504;
    /* float: right; */
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    /* margin: -98px 0 40px 0; */
    padding: 0 35px;
}
#what-to-expect .btn:hover { background-color: #0064DD; border-color: #0064DD; color: #fff; }



#faq-div {
     background: #fff; 
     padding-bottom: 60px; 
     padding-top: 0px; 
}

/* HELP
-------------------------------------------------- */
.banner-grey {
    /* background: url(../img/home-help-bg.jpg) no-repeat 0 0; */
    background-size: cover;
    padding: 10px;
    position: relative;
    background-color: #f6f6f6;
}

.banner-blue {
    /* background: url(../img/home-help-bg.jpg) no-repeat 0 0; */
    background-size: cover;
    padding: 20px 10px;
    position: relative;
    background-color: #0064dd;
}
.banner-blue:after { background-color: #00142C; content: ""; height: 100%; left: 0; opacity: 0.1; position: absolute; top: 0; width: 100%; z-index: 0; }
.banner-blue h3 { color: #fb8f2c; font-weight: 700; line-height: 1.3; position: relative; z-index: 1; }
.banner-blue p { color: #fff; font-size: 20px; font-weight: 400; line-height: 24px; margin: 0; position: relative; z-index: 1; }
.banner-blue .btn { background: #fff; border: none; border-radius: 70px; color: #F07504; font-size: 20px; font-weight: 600; margin-top: 15px; padding: 0 52.27px 0 52.27px; line-height: 80px; position: relative; z-index: 1; }
.banner-blue .btn:hover { background-color: #0064DD; border-color: #0064DD; color: #fff; }

.banner-header {
    color: #fff;
    margin-bottom: 0px;
}


.bg-blue-new {
    background-color: #0064dd;
}
.bg-blue-new h3 {
    color: #fb8f2c;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    z-index: 1;
}
.bg-blue-new p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    position: relative;
    z-index: 1;
}

.hubspot-form {
  display: block;
  /* width:300px; */
  margin:0px auto 5px;
}


.flex-content-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}



/* FOOTER
-------------------------------------------------- */
.logo-sec img {
        display: block;
        max-width: 170px;
        margin: 0 auto 20px;
    }
.logo-small {
    max-width:170px;
    margin: 0 auto;
}
footer { 
/*    background: #232E3C; */
    background: #f5f5f7; 
    padding-bottom: 10px; 
}
footer h5 {
    font-size: 16px;
    font-weight: 300;
    padding: 10px 0;
    line-height: 22px;
}
footer h4 {
    padding-top: 15px;
    color: #0064dd;
    font-weight: 400;
    font-size: 20px;
}
footer p {
    font-size: 14px;
    font-weight:300;
}
footer p a { 
    color: #111 !important; 
 }
.adreess-div .fa {
    margin-right: 10px;
    font-size: 18px;
    color: #0064dd;
}

footer .top-footer { border-bottom: 1px solid #4F5865; float: left; margin-bottom: 40px; padding-bottom: 35px; padding-top: 44px; width: 100%; }
footer .footer-menu { float: left; list-style: none; margin-top: 15px; padding: 0; }
footer .footer-menu li { float: left; margin: 0; }
footer .footer-menu li a { 
    color: #111; 
    text-decoration: underline;
    display: block; 
    font-size: 16px; 
    font-weight: 400; 
    line-height: 35px; 
}
footer .footer-social { 
    list-style: none; 
    margin: 0; 
    padding: 0;
    display: flex;
    justify-content: center; 
}

footer .footer-social li { float: left; margin-left: 18px; }
footer .footer-social li a { background: #f07504; border-radius: 100%; color: #fff; display: block; font-size: 20px; line-height: 30px; text-align: center; width: 30px; }
footer .bottom-footer .text-sec p { color: #111; font-size: 14px; font-weight: 300; line-height: 24px; margin: 0 0 20px 0; }

.bottom-footer {
    border-top: 1px solid #777;
    padding: 15px 0 5px;
    margin-top:10px;
}



.scrollToTop {
    background: url(../img/back-to-top-icon.png) no-repeat 0px 0;
    bottom: 140px;
    display: none;
    height: 50px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-indent: -999em;
    position: fixed;
    right: 38px;
    width: 50px;
    border: 1px solid #f07504;
    border-radius: 50%;
    z-index: 9;
}
.scrollToTop:hover { text-decoration:none; } 

.card-header .btn {
    white-space: normal;
}


/* Social proof
-------------------------------------------------- */
  @import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600");
.custom-social-proof {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999999999999 !important;
  font-family: "Open Sans", sans-serif;
}
.custom-social-proof .custom-notification {
  width: 320px;
  border: 0;
  text-align: left;
  z-index: 99999;
  box-sizing: border-box;
  font-weight: 400;
  border-radius: 6px;
  box-shadow: 2px 2px 10px 2px rgba(11, 10, 10, 0.2);
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
.custom-social-proof .custom-notification .custom-notification-container {
  display: flex !important;
  align-items: center;
  height: 70px;
}
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-image-wrapper img {
/*  max-height: 75px;*/
  width: 65px;
  overflow: hidden;
  border-radius: 6px 0 0 6px;
  object-fit: cover;
}
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper {
  margin: 0;
  height: 100%;
  color: gray;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0 6px 6px 0;
  flex: 1;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content {
  font-family: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px;
  line-height: 16px;
}
.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content small {
  margin-top: 3px !important;
  display: block !important;
  font-size: 12px !important;
  opacity: 0.8;
}
.custom-social-proof .custom-notification .custom-close {
  position: absolute;
  top: 8px;
  right: 8px;
  height: 12px;
  width: 12px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  transform: rotate(45deg);
  z-index:111;
}
.custom-social-proof .custom-notification .custom-close::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: gray;
  position: absolute;
  left: 0;
  top: 5px;
}
.custom-social-proof .custom-notification .custom-close::after {
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  background-color: gray;
  position: absolute;
  left: 5px;
  top: 0;
}
.custom-social-proof .custom-notification:hover .custom-close {
  opacity: 0.5;
}



/* Owl-carousel
-------------------------------------------------- */

#owl-carousel1 .img-sec img {
    border-radius: 20px 20px 0 0;
}

#owl-carousel1 .owl-item .item .card .row {
    margin-left: 0;
    margin-right: 0;
}

#owl-carousel1 .text-sec {
    padding: 20px;
    min-height: 185px;
}
#owl-carousel1 .text-sec h4 {
    min-height: 60px;
}

#owl-carousel1 .card {
    background: #fff;
    border: none;
    box-shadow: 0px 5px 16px -4px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    margin-bottom: 30px;
    transition: all 80ms ease;
}

.owl-next, .owl-prev {
    font-size:60px !important;
    font-weight:600 !important;
    line-height: 40px !important;
    width: 20px !important;
}
.owl-next span {
    outline-color: #fff !important;
}
.owl-prev span {
    outline-color: #fff !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #FFF !important;
    color: #F07504 !important;
    text-decoration: none;
}

/* Style the navigation arrows */
.owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 50px;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
/*  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);*/
  transition: all 0.3s ease-in-out;
}

.owl-prev:hover,
.owl-next:hover {
  background-color: #333;
  color: #fff;
}

.owl-prev {
  left: -40px;
}

.owl-next {
  right: -40px;
}
.owl-item {
    transition: all .3s ease-in-out;
}
.owl-item:hover {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

/*Cookies*/
.cookiealert .acceptcookies {
     margin: 10px auto !important; 
    vertical-align: baseline;
}























/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 1222px) {
   
    #header-social {
        padding: 0px;
        border-bottom: 1px solid #f07504;
    }

    #header-social ul {
        margin-right: 35px;
    }

    .navbar {
        padding:0;
    }
    /* .navbar-nav {
        background-color: #117DFF ;
        align-items: center;
    } */
   
    .navbar-brand img {
        max-width: 120px;
        margin: 5px 15px;
    }
    .navbar-toggler {
        margin: 5px 15px;
    }
    
    .home-choose-us-list {
        flex-direction: column;
    }
    .home-blue-sec .home-service-carousel {
        margin-left: 0;
    }
    .owl-carousel .owl-item img {
        width: 50px;
        margin: 0 auto;
    }
    .home-blue-sec h3 {
        line-height: 1.3;
        margin: 20px auto;
    }
    .home-choose-us-sec h3 {
        line-height: 1.3;
        margin: 20px auto;
    }
    .home-choose-us-sec h4 {
        font-size: 26px;
        line-height: 36px;
    }
    .home-procced-sec { 
        margin: 60px auto 60px; 
    }
    .home-procced-sec h3 {
        line-height: 1.3;
        margin: 20px auto;
    }
    .home-faq-sec h3 {
        line-height: 1.3;
        margin: 20px auto;
    }
    .img-sec img {
        display: block;
        margin: 0 auto;
    }
    .scrollToTop {
        bottom: 15px;       
        right: 15px;
    }
    .home-procced-sec .home-procced-list li p {              
        text-align: center;
    }
    .home-procced-sec .home-procced-list li h4 {
        
        margin: 20px 0 10px 0;
        text-align: left;
    }
    
    .home-faq-sec .accordion .card {
        padding: 15px;
    }
    .home-faq-sec .accordion .card .card-header .btn {
        font-size:18px;
        font-weight:600;
    }
    .home-faq-sec .accordion .collapsed {        
        margin-bottom: 15px;
    }

}









/* Medium screens 
-------------------------------------------------- */
@media (max-width: 768px) {
    .active a {
        color: #fff !important;
    }
    .float-right-lg {
        float: none;
    }

    .logo-small {    
        margin: 10px auto;
    }
    .mbl-t2 {
        margin-top: 20px;
    }
    #hero-img .container {
        padding:0;
    }
   .dp-brake {
       display: none;
   }
   .mb-brake {
       display: block;
   }
    #header-social ul {
        margin-right: -15px;
        margin-left: -15px;
    }
    #header-social li:first-child {
        background: #f07504;
        margin: 0 !important;        
        width: 100%;
        padding-bottom:3px;
    }
    .navbar-collapse {
        background-color: #117DFF ; 
        padding:30px;       
    }
    .nav-item {
        margin-bottom:15px;
    }
    .nav-link {
        color:#fff !important;
        text-align: center;
    }

    .header .navbar-collapse .navbar-nav .contact-item .nav-link {
        max-width: 120px;
        margin: 0 auto;
    }

    #hero-copy-div {
        top: 20vH;
        background-color: rgb(255 255 255 / 69%);
    }
    #hero-img {
        background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/bg-400x855.jpg) top center no-repeat;
        background-size: cover;
/*        height: 95vh;*/
        height: 800px;
    }    
    #hero-img h1 {
        font-size: 42px;
        line-height: 54px;
        margin: 10px 0 20px 0;
        text-align: center;
    }
    #hero-img p {        
        margin: 25px auto;
        text-align: center;
        background-color: #fff;
    }
    #hero-img .btn {
        display:block;
        margin:0 auto;
    }
    .banner-top {
        margin: 0 15px;
    }
    #banner-top {
        margin:0 auto;
    }
    .home-procced-sec .home-procced-list li {
        margin-top: 80px;
    }
    .box.arrow-right:after {
        content: " ";
        position: absolute;
        right: 17%;
        top: auto;
        bottom: -30px;
        border-top: 30px solid #fb8f2c;
        border-right: 110px solid transparent;
        border-left: 110px solid transparent;
        border-bottom: none;
    }
    .home-procced-list {
         margin-top: 0px; 
    }

    .home-procced-list img {
        display: block;
        margin: 5px auto;
    }
    .option-card-div {
        width: 100%;    
        padding: 10px 5px;
        margin-right: 10px;
        margin-bottom:20px;
    }
   
    .home-blue-sec .home-service-carousel { 
        margin-left: 20px; 
    }
    .home-blue-sec h3 {
        color: #0064DD;
        font-weight: 600;
        line-height: 1.3;
        margin: 40px auto;
        text-align: center;
    }
    .home-blog-sec .btn { 
        float: none; 
        margin: 20px auto !important;
        display: block;
        max-width: 50%;
    }
    .home-faq-sec .accordion .card .card-body {
        padding-left: 15px;
    }
    #accordion .card .btn {
        padding: 0 5px 0 35px;
    }
    .six-reasons-sec .home-reasons-list li .card .text-sec {
        padding: 20px;
        min-height: 200px;
    }

    .home-reasons-list .col-sm-6 {
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
    }
    
    #banner-top .col-md-1 {
        margin-bottom:40px;
    }
    .six-reasons-sec .home-reasons-list li .card { box-shadow: none; margin-bottom:30px;transition: all .3s ease-in-out; }
    
    footer .footer-menu li {
        margin: 0 10px 0 0;
    }
    footer .footer-menu li a {
        text-align: center;
    }
    #bottom-iframe {       
        height: 90px;
        margin-top: 0;
    }
    .new-reasons {
         margin:15px auto 60px;
     }
     .home-blue-sec {         
         padding-top: 30px;
     }
     
     .home-blue-sec .btn {
         line-height: 40px;
         height: 54px;
     }
     #why-us {
        margin: 40px auto !important;
     }
     #why-us .btn {
         padding: 0 35px;
         display: block;
         max-width: 200px;
         margin: 0 auto;
     }
     #why-us-sec a {         
         display: block;
         margin: 30px auto;
         max-width: 165px;
     }
     #why-us-sec {
         margin-bottom: 0px;
     }

     footer .top-footer {         
         display: flex;
         flex-direction: column;
         align-items: center;
     }
     footer .footer-social, .footer-menu {
        display: flex;
        justify-content: center;

    }
    footer .footer-social {
        margin-top:20px;
    }
    footer .logo-small {
        display: block;
    }
    footer .footer-social { float: none;}
    .blog-main .home-blog-sec {
        border-left: none;
    }
    .img-right, .img-left {
        display: block;
        float: none;
        max-width:100%;
        margin: 20px auto;
    }
    .privacy-list {
        padding-left: 20px;
    }
    .home-blog-sec .owl-carousel {
        height: 460px;
    }
    .home-blog-sec .owl-carousel h4 {
        font-size:20px;
    }    
    .home-blog-sec .owl-carousel .owl-item img {
        width: 100%;
    }
    .home-blog-sec .owl-carousel .owl-item {
/*        width:250px;*/
        height: 300px;
        margin-left:10px;
    }
    .owl-item .text-sec {
        padding: 20px;
        min-height: 282px !important;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .mb-w100 {
        width:100%;
    }
    #ftc .main-img img {
        max-width:100%;
    }
    .estimate-div {
        padding: 10px;
    }
    
    .estimate-div li {
        margin-bottom: 20px;
        line-height: 1.4;
        text-align: left;
        margin-left: 10px;
    }
    #ftc .blue-deep-bg {
        padding-top:0 !important;
        padding-bottom:0 !important;
    }

}






/* Small screens */
@media (max-width: 576px) {
    /* Bump up size of content */
    
    
  }
