
@font-face {
    font-family: 'Helvetica', sans-serif;
    src: url('../fonts/Helvetica.ttf');
}
 body
{
    min-height: 100vh;
}

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Helvetica', sans-serif;
}
.row{
    margin-left: 0;
    margin-right: 0;
}

.container{
    .row{
        margin-left: -15px;
        margin-right: -15px;
    }
}
/* Header Css Start */
img.logo.img-fluid {
    width: 200px!important;
}
.navbar{
    background-color: #EEF9FE;
    padding: 15px;
}
.navbar-expand-lg .navbar-nav {
    margin-top: 22px;
}
.navbar-brand{
    margin-right: 30px;
}
a.nav-link.active{

}
a.nav-link{
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
}
li.nav-item {
    margin-right: 10px;
}
.dropdown-item {
    font-size: 14px;}
    a.dropdown-item {
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
    } 

    .getademo
    {
        background-color:#e6f4fa;
        font-family: Helvetica;
        font-size: 15px;
        font-weight: 500;
        line-height: 30px;
        letter-spacing: 0em;
        text-align: left;
        border-radius: 8px;
        border-right: 2.5px solid #EFA693;
        border-bottom: 2.5px solid #EFA693;
        border-left: 0px;
        border-top: 0px;
    }
    .getademo:hover{
        background-color:#EFA693;
        font-family: Helvetica;
        font-size: 15px;
        font-weight: 500;
        line-height: 30px;
        letter-spacing: 0em;
        text-align: left;
        border-radius: 8px;
        border-right: 2.5px solid #fff;
        border-bottom: 2.5px solid #fff;
        border-left: 0px;
        border-top: 0px; 
    }
    .bannerleftcontent a:hover{
color: #fff!important;
    }
 .custtombtn{
    background: linear-gradient(2.81deg, #001A70 1.23%, #276DCF 100.99%);
    font-family: Helvetica;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    border-radius: 8px;
    border-right: 2.5px solid #EFA693;
    border-bottom: 2.5px solid #EFA693;
    border-left: 0px;
    border-top: 0px;
    }
    button.btn.custtombtn{
        color: #fff;
    }
    header{
        min-height:95px;
        height: auto;
    }
/* Header Css End */
/* Home page banner Css Start */
.banner{
    background-image: url('../../images/BG-blue.png');
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    min-height: 370px;
    height: auto;
    border-top: 2px solid #EFA693;
    padding: 15px;
    display: flex;
    align-items: center;
}
.banner h2{
    font-family: 'Oswald', sans-serif!important;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0em;
    text-align: left;
    color:#fff;
    line-height: 44px;
    text-transform: uppercase;
}
/* .banner h1::first-letter {
    font-size: 34px;
    font-weight: normal;
  } */
.banner h2 span {
    font-family: 'Oswald', sans-serif!important;
    font-size: 36px;
    font-weight: normal!important;
    letter-spacing: 0em!important;
    text-align: left!important;
  }
  .banner h2.textblue{
    font-family: 'Oswald', sans-serif!important;
    color:#EFA693;
}
.thanks h1{
    font-family: 'Oswald', sans-serif!important;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 0em;
    text-align: left;
    color:#072A82;
    line-height: 44px;
    text-transform: uppercase;
}

.thanks h1 span {
    font-family: 'Oswald', sans-serif!important;
    font-size: 46px;
    color:#072A82;
    font-weight: normal!important;
    letter-spacing: 0em!important;
    text-align: left!important;
  }
.getintouchbox h5{
    color:#072A82;
    font-family: Helvetica;
font-size: 20px;
font-weight: 600;
letter-spacing: 0em;
text-align: left;

}
img.contacticon {
    text-align: left !important;
    margin-bottom: 12px;
}
.getintouchbox{
    background: #FDF5F3;
padding:30px 50px;
border-radius: 20px;
}
.getintouchleftbox{
    background: #EEF9FE;
padding:30px 50px;
border-radius: 20px;
}
.contactbanner{
    background-image: url('../../images/BG.png');
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    min-height: 160px;
    height: auto;
    border-top: 2px solid #EFA693;
    padding: 15px;
    display: flex;
    align-items: center;
}
input.contacttextbox{
border: 1.5px solid #EFA693;
outline: none;
border-radius: 4px;
padding:  5px 5px 5px 10px;
width: 100%;
height: 35px;
}
.form-select.contacttextbox{
    border: 1.5px solid #EFA693!important;
    outline: none;
    border-radius: 4px;
    padding: 5px 5px 5px 10px;
    min-height: 35px;
    height: auto;
    font-size: 14px;
    color: #7C7777!important;
}
::placeholder{
    font-size: 14px;
    color: #7C7777!important;
}
.form-select.contacttextbox::placeholder{
    font-size: 14px;
    color: #7C7777!important;
}
.form-select.contacttextbox:focus{
outline: none!important;
box-shadow: none!important;
}
textarea.contacttextbox{
    border: 1.5px solid #EFA693;
    outline: none;
    border-radius: 4px;
    padding:  5px 5px 5px 10px;
    width: 100%;
    min-height: 35px;
    height: auto;
}
.contactbanner h1{
    font-family: 'Oswald', sans-serif!important;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0em;
    text-align: left;
    color:#072A82;
    line-height: 36px;
    text-transform: uppercase;
}
.contactbanner h1 span{
    text-transform: uppercase;
    color:#072A82;
    font-size: 36px;
    font-family: 'Oswald', sans-serif!important;
}
.bannerleftcontent{
    margin-top: 40px;
}
.bannerleftcontent p{
    color: #fff;
}
.paddleft50{
    padding-left: 50px;
}
img.homebannerright {
    width: 320px;
}
img.solbannerright {
    width: 320px;
}
.solutioncontent{
    width: 80%;
}
.oursolution{
    background-image: url('../../images/oursolutionbg.png');
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    min-height: 250px;
    height: auto;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    margin: 20px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(209,209,209,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(209,209,209,1);
box-shadow: 0px 0px 5px 0px rgba(209,209,209,1);
}
.oursolution h1{
    color:#072A82;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.ourkeyfeature{
    background-image: url('../../images/oursolutionbg.png');
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    min-height: 320px;
    height: auto;
    padding: 15px;
    display: flex;
    align-items: center;
    margin: 20px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(209,209,209,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(209,209,209,1);
box-shadow: 0px 0px 5px 0px rgba(209,209,209,1);
}
.ourkeyfeature h2{
    color:#072A82;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
}
h2.cta{
    color:#072A82;
    font-size: 24px;
    font-weight: 700;
    text-align: left; 
}
.ourfeature{
    background-image: url('../../images/ourfeaturebg.png');
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    min-height: 320px;
    height: auto;
    padding: 15px;
    display: flex;
    align-items: center;
    margin: 20px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(209,209,209,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(209,209,209,1);
box-shadow: 0px 0px 5px 0px rgba(209,209,209,1);
}
.ourfeature h2{
    color:#072A82;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.softwaresupport{
    margin-top: 20px;
}
.softwaresupport h2{
    color:#072A82;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5rem;
}
.solutionbox{
    margin-top: 20px;
}
.solutionbox a{
    font-family: Helvetica;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    text-decoration: none; 
    color: #000;
}
.solutionbox p{
    font-family: Helvetica;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}
img.solutionicon {
    width: 60px;
    
}
.trusted{
    background-image: url('../../images/BG3.png');
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    /* min-height: 350px; */
    height: auto;
    padding: 10px;
    display: flex;
    align-items: center;
}
.card{
    margin-bottom: 0px;
}
p.card-text {
    margin-bottom: 10px;
}
img.circleicon {
    width: 60px;
    margin-bottom: 10px;
}
h1.text-peach{
    color: #EFA693!important;
}
.text-peach{
    color: #EFA693!important;
}
p.text-peach{
    color: #EFA693;
}
a.text-peach{
    color: #EFA693;
    text-decoration: none;
}
h6.text-white-footer{
    color: #fff;
    padding-left: 2rem;
 margin-bottom: 3.7px;
}
h3.trustedbyagency {
    font-size: 24px;
    line-height: 21px;
    font-weight: 700;
    color: #072A82;
    text-align: center;
    margin-top: 10px;
}
p.trustedbyagency{
    /* line-height: 20px; */
    text-align: center;
    margin-top: 12px;
}
h6.text-peach {
    color: #EFA693!important;
    padding-left: 2rem;
}
section.subscribe {
    background-color: #e6f4fa!important;
    padding: 20px 10px;
}
.subscribebox{
    font-size: 18px;
}
.subscribebox h2{
    font-size: 1.5rem;
    font-weight: bold;
    color: #0B1E5F;
}
.subscribebox h3{
    font-size: 1.2rem;
}
.subs {
    border-left: 2px solid #EFA693!important;
    padding-left: 35px;
}
.paddright{
    padding-right:35px;
}
footer{
display: flex;
align-items: center;
padding:20px;
position: sticky;
top: 100%;
overflow: hidden;
background: linear-gradient(180deg, #001A70 0%, #0B1E5F 100%);
}
.footerleftbox{
    /* background: linear-gradient(180deg, #EEF9FE 0%, #C9E2EC 100%); */
    /* box-shadow: 0px 0px 10px 0px #0000001A; */
    text-align: left;
padding: 20px 20px 20px 50px ;
height: 100%;
}
img.footersmallicon{
    width: 15px;
}
img.footersmalliconsoc{
    width: 20px;
}
footer a{
    text-decoration: none;
    color: #000000;
}
.footerrightbox{
    /* padding:20px; */
}
.footerrightbox ,.footerrightbox p a{
    color: #fff;
}
footer ul{
margin-bottom: 0;
}
footer ul li{
    list-style: none;
    color:#fff;
    font-weight: normal!important;
       font-size: 0.9rem;
}
footer ul li a{
    list-style: none;
    color:#fff;
    font-weight: normal!important;
    font-size: 0.9rem;
}
img.logo {
    width: 200px;
}
img.homecareicon {
    width: 10%;
    margin-bottom: 10px;
}
/* Slider Carousel css start */
.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }
  .owl-nav button.owl-prev {
    left: 0;
  }
  .owl-nav button.owl-next {
    right: 0;
  }
  .owl-carousel .owl-item img.circleicon {
    display: block;
    width: 20%!important;
    margin: 0 auto!important;
}
  .owl-dots {
    text-align: center;
    padding-top: 15px;
    margin-bottom: 20px;
  }
  .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
  }
  .owl-dots button.owl-dot.active {
    background-color: #EFA693;
  }
  .owl-dots button.owl-dot:focus {
    outline: none;
  }
  .owl-nav button {
      position: absolute;
      top: 40%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.38) !important;
  }
  h5.card-title {
    font-size: 16px;
    height: 30px;
    display: flex;
    font-weight: 700;
    align-items: center;
    color: #072A82;
    justify-content: center;
    margin-bottom: 0px;
}
  .owl-nav button:focus {
      outline: none;
  }
  .owl-carousel .owl-nav span{
    font-size: 40px;
    padding: 5px;
  }
/* Slider Carousel css End */
/* Home page banner Css End */

.peach{
    padding: 30px 0;
    background: #FDF5F3;
    display: flex;
    align-items: left;
}
.peach h2, .white h2{
    color: #072A82;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
}
.peach h3, .peach h4{
    color: #072A82;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
}
.white{
    padding: 30px 0;
    background: #fff;
    display: flex;
    align-items: center; 
}
.keyfeaturebox h2{
    color: #072A82;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.keyfeaturebox h6{
    color: #072A82;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}
img.sideimage {
    width: 80%;
}
img.keyicon {
    width: 80px;
}
.peachbackground{
    background: #EFA693;
}
.peachbackground p{
color: #fff;
}
img.featuresideimage {
    width: 50%;
}
.keyfeaturebox {
    background-image: url('../../images/evvkeyfeaturebg.png');
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    min-height: 450px;
    height: auto;
    padding: 30px 15px;
    margin: 20px;
    margin-top: 0px;
    display: flex;
    align-items: center;
    border-radius: 30px;
}
.ketfeturecontentbox{
  display: flex;
  align-items: center;
    /* float: right; */
}
.keyfeatureleftcontent{
    background-image: url('../../images/shapewithshadow.png');
    background-repeat: no-repeat;
    background-position: 100%;
    background-size:contain;
    height: 140px;
    z-index: 999;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.keyfeaturerightcontent{
    padding: 10px 10px 10px 80px;
    background: #FFFFFF;
    border-radius: 10px;
    min-height: 90px;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    margin-left: -50px;
    z-index: 0;
}
 img.contacticon {
    padding: 0px !important;
    width: 35px !important;
    text-align: center;
}
section.contactbanner.demo {
    min-height: 140px!important;
}
button.btn-close {
    font-size: 12px!important;
}
.modal-header{
    color: #072A82;
}
.modal-title{
    font-weight: bold;
}
.footerrightbox {
    margin-top: 10px;
    line-height: 1.5;
}
/* floatingcontact start */
.floatingcontact {
    position: fixed;
    top: 35%;
    right: -95px;
    /* background: linear-gradient(2.81deg, #001A70 1.23%, #276DCF 100.99%); */
    background-color: #EFA693;
    border-radius: 6px 0px 0px 6px;
    transition: all ease 0.3s;
    -webkit-box-shadow: 0 0 21px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 21px 2px rgba(0, 0, 0, .2);
    overflow: hidden;
    z-index: 1030;
}

.floatingcontact:hover {
    right: 0px;
}

.floatingcontact .fcontacttype {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.fcontacttype li:last-of-type {
    border-bottom-width: 0px;
}

.fcontacttype li a {
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    display: inline-block;
    font-weight: bold;
    float: left !important;
}
i.fa.fa-phone{
    margin-top: 8px;
}
i.fa.fa-calendar-o {
    margin-top: 5px;
}
i.fa.fa-commenting-o{
    margin-bottom: 8px;
}
.fcontacttype li a i {
    width: 25px;
    text-align: center;
    font-size: 20px;
    margin-right:0px
}
/* floatingcontact End */
/* IPAD RESPONSIVE CSS START  */
@media (min-width: 768px) and (max-width: 1024px){
    .subscribebox{
        font-size: 16px;
    }
    img.logo {
        width: 80%!important;
    }
    .subscribebox h2{
        font-size: 1.4rem;
        font-weight: bold;
    }
    .subscribebox h3{
        font-size: 1rem;
    }
    .subs {
        border-left: none!important;
        padding-left: 15px;
    }
    .paddright{
        padding-right:15px;
    }
    img.homebannerright {
        width: 100%!important;
    }
    .paddleft50{
        padding-left: 30px!important;
    }
    img.solutionicon {
        width: 40px;
    }
    .card{
        width: 100%!important;
    }
    .oursolution{
        background-position: center center!important;
    }
    .ourfeature{
        min-height: 230px!important;
    }
    .ourkeyfeature{
        min-height: auto!important;
        background-position: center center!important;
    }
    img.keyicon {
        width: 40px!important;;
        float: right!important;
    }
    .keyfeatureleftcontent{
        height: 75px!important;
    }
    .keyfeaturebox h6 {
        color: #072A82;
        font-size: 14px;
        font-weight: 700;
        text-align: left;
    }
    .keyfeaturerightcontent p{
        font-size: 14px!important;
    }
    img.solbannerright {
        width: 220px;
    }
    .banner{
/*        min-height: 200px!important;*/
        height: auto;
    }
    .bannerleftcontent {
        margin-top: 30px!important;
    }
    .solutioncontent{
        width: 100%;
    }
    img.featuresideimage {
        width: 80%!important;
    }
    .banner h1{
        font-size: 20px!important;
        line-height: 32px!important;
        
    }
    .solutionbox a{
        font-size: 14px!important;
    }
    .banner h1 span{
        font-size: 26px!important;
    }
       .banner h1,.banner2 h1{
        font-size: 20px!important;
        line-height: 32px!important;
        
    }
    .banner h1 span, .banner2 h1 span{
        font-size: 26px!important;
    }
    .solutionbox a{
        font-size: 14px!important;
    }
}
/* IPAD RESPONSIVE CSS END  */
/* PHONE RESPONSIVE CSS START  */
@media only screen and (max-width: 767px){
    .getintouchleftbox{
        margin-top: 10px;
    }
    h1.text-peach {
        color: #EFA693!important;
    }
    .thanks{
        margin-top: 20px!important;
    }
    img.logo {
        margin-bottom: 15px!important;
        width: 80%!important;
    }
    .subscribebox{
        font-size: 16px;
    }
    .subscribebox h2{
        font-size: 1.4rem;
        font-weight: bold;
    }
    .subscribebox h3{
        font-size: 1rem;
    }
    .subs {
        /* border-top: 2px solid #EFA693!important; */
        padding-left: 15px;
        border-left: none!important;
    }
    .softwaresupport{
        margin-top: 15px;
    }
    .softwaresupport h2{
        margin-bottom: 1rem;
    }
    .owl-dots{
        padding-top: 0px!important;
    }
    .getintouchbox{
        padding: 30px!important;
    }
    .paddleft50{
        padding-left: 0px!important;
    }
    img.homecareicon {
        width: 20%!important;
        margin-bottom: 0px!important;
    }
    .keyfeaturerightcontent p{
        font-size: 14px!important;
    }
    img.keyicon {
        width: 50px;
        float: right;
    }
    .keyfeatureleftcontent{
        height: 100px!important;
    }
    .ketfeturecontentbox{
        flex-direction: column!important;
    }
    .keyfeaturebox h6 {
        color: #072A82;
        font-size: 16px;
        font-weight: 700;
        text-align: left;
    }
    .keyfeaturerightcontent{
        margin-left: 0px!important;
        padding: 10px!important;
    }
    .margtop25{
        margin-top: 25px;
    }
    img.sideimage {
        width: 90%;
    }
    .solutioncontent {
        width: 100%;
    }
    .oursolution{
        background-position: top;
        padding-bottom: 25px;
        margin-bottom: 5px;
    }
    .oursolution h2{
        margin-top: 20px;
    }
    .ourkeyfeature{
        background-position: top;
        padding-bottom: 25px;
        margin-bottom: 5px;
    }
    .ourkeyfeature h2{
        margin-top: 20px;
    }
    .solutionbox {
        margin-top: 15px;
    }
    .ourfeature{
        margin-top: 0px;
    }
img.homebannerright {
    width: 100%;
    margin: 20px;
}
img.solutionicon {
    width: 35px;
}
.bannerleftcontent {
    margin-top: 20px;
}
.banner{
    display: block;
}
.card{
    width: 100%!important;
    margin-bottom: 10px;
}
.peach h2, .white h2 {
    color: #072A82;
    font-size: 18px!important;
    font-weight: 700;
    text-align: left;
}
.peach{
    padding: 20px 0!important;
}
img.solbannerright {
    width: 100%;
    margin: 20px!important;
}
.white {
    padding: 20px 0!important;
}

h6.text-peach,footer ul {
    padding-left: 0rem!important;
}
.py-5 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
}



    .contactbanner h1{
        font-family: 'Oswald', sans-serif;
        font-size: 22px!important;
        font-weight:normal!important;
    }
    .contactbanner h1 span{
        font-family: 'Oswald', sans-serif;
        font-size: 28px!important;
        font-weight:normal!important;
    }
    section.contactbanner.demo {
    min-height: 80px!important;
}



.banner, .banner2{
    min-height: 600px!important;
}
.banner h1,.banner2 h1,.banner3 h1{
    font-family: 'Oswald', sans-serif;
    font-size: 20px!important;
    font-weight:normal!important;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    line-height: 28px!important;}

.banner h1 span,.banner2 h1 span,.banner3 h1 span{
    font-family: 'Oswald', sans-serif;
    font-size: 26px!important;
    font-weight:normal!important;
    letter-spacing: 0em;
    text-align: left;}

   
.custom-box{
    height: auto!important;
}
.slick-track{
    height: auto!important;
}
.banner2 img.homebannerright{
    width: 80%!important;
}
/*.banner3{
    background-image: url('../../images/Banner3mobile.png')!important;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    min-height: 600px;
    height: auto;
    border-top: 2px solid #EFA693;
    padding: 15px;
    display: flex;
    align-items: center;
}*/
.footerrightbox.blank {
    margin-top: 0px;
}
.footerrightbox h6.text-peach.blank{
    display: none!important;
}














}
/* PHONE RESPONSIVE CSS END  */

.thanks {
    background-image: url(../../images/thanksbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-color: #EFA693; */
    border-radius: 10px;
    padding: 20px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 280px;
    height: auto;
    margin-top: 20px;
  }

  /* loader css start */
  #preloader {
    width: 100%;
    height: 100vh;
    z-index: 99999;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
}

.circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 5px solid rgba(18, 40, 103, 0.2);
    border-radius: 50%;
    border-top-color: #122867;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
    /* loader css end */

    h3.cta{
        font-size: 18px;
    }
    .requesttimebox{
  background-color: #fff;
  min-height: 500px;
  height: auto;
  margin: 10px 0 10px 15px;
  padding: 15px;
}
.requesttimebox label{
  color: #3A3B3B;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}
.requesttimebox .heading{
  color: #122867;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
.requesttimebox p,.requesttimebox span{
  color: #3A3B3B;
}
.selecttimebox{
  background-color: #122867;
  color: #fff;
  height: 40px;
  text-align: center;
  line-height: 40px;
  box-shadow: 0 15px 30px 0 rgba(0,0,0,.2);
  border-radius: 6px 6px 0 0;
}
.selecttimedetailsbox{
background-color: #FFF;
display: flex;
justify-content: center;
align-items: center;
padding: 10px;
box-shadow: 0 15px 30px 0 rgba(0,0,0,.2);
}
.select-time{
  width: 100px;
  height: 40px;
  border-radius: 5px;
  background-color: #ddd;
  text-align: center;
  line-height: 35px;
  color: #000;
  font-size: 14px;
  cursor: pointer;
  margin: 5px auto;
}
.select-time.active {
  background-color: #122867;
  color: #fff;
}

.homesolutionbox{
        background-image: url(../../images/homebgsol.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-color: #EFA693; */
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 272px;
    height: auto;
    margin: 20px auto;
}
.solbann{
    width: 70px;
}
.solbanhead{
    color: #fff;
}
.homesolutionbox ul li::marker{
    color: #EFA693;
    font-size: 22px;
}
.homesolutionbox ul li {
    color: #fff;
}
h2.solbanhead {
    font-size: 1.1rem;
    margin-top: 15px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

@media only screen and (max-width: 767px){
    h6.text-white-footer {
        padding-left: 0rem; 
}
}
.custom-slider {
    width: 100%;
    margin: auto;
}
.slick-prev {
    left: 30px;
    z-index: 9999;
}
.slick-prev {
    left: 30px;
    z-index: 9999;
}
.banner2{
    background-image: url('../../images/homepagebanner2.png');
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    min-height: 370px;
    height: auto;
    border-top: 2px solid #EFA693;
    padding: 15px;
    display: flex;
    align-items: center;
}
.banner2 h1{
    font-family: 'Oswald', sans-serif!important;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0em;
    text-align: left;
    color:#fff;
    line-height: 44px;
    text-transform: uppercase;
}
.banner2 h1 span {
    font-family: 'Oswald', sans-serif!important;
    font-size: 36px;
    font-weight: normal!important;
    letter-spacing: 0em!important;
    text-align: left!important;
  }
  .banner2 h1.textblue{
    font-family: 'Oswald', sans-serif!important;
    color:#EFA693;
}
/* homepage slider css start */
.custom-slider{
    width: 100%;
    margin: auto;
  }
  .custom-box{
    /* width: 200px; */
    height:370px;
    text-align:center;
    margin: 0px auto;
    font-size: 5em;
    /* padding: 50px; */
  }
  .slick-prev, .slick-next{
    position: absolute;
    line-height: 0;
    top: 45%;
    width: 25px;
    height: 25px;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    border-radius: 50px;
    background: #fff;
  }
  .slick-slider{
    user-select: none;
  }
  .slick-next{
    right: -30px;
  }
  .slick-prev{
    left: -30px;
  }
  .slick-next:before{
    content: '\003e';
   font-size: 1.2em;
    font-weight: 700;
       padding-left: 8.7px;
    color: #072A82;
     font-family: monospace;
  }
/*  .slick-prev:before{
    content: '\003c';
    font-size: 0.9em;
    font-weight:700;
    padding-left: 8px;
    color: #072A82;
  }*/

  .slick-prev:before {
    content: '\003c';
    font-size: 1.2em;
    font-weight: 700;
    padding-left: 6.3px;
    color: #072A82;
    font-family: monospace;
}
  .slick-prev {
    left: 30px;
    z-index: 9999;
}
.slick-next {
    right: 30px;
    z-index: 9999;
}


.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.8rem 0;
    list-style-type: none;
  }
  .slick-dots li {
    margin: 0 0.25rem;
  }
  .slick-dots button {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #EFA693;
    text-indent: -9999px;
  }
  .slick-dots li.slick-active button {
    background-color: #072A82;
  }

  /* homepage slider css End */

  a.nav-link.active {
   border: 2px solid #EFA693;
    border-radius: 0 10px;
    background-color: transparent;
}

h6.text-white-footer{
    font-size: 0.9rem;
}
.footerrightbox p{
    font-size: 0.9rem;
}
 h6.text-peach.con {
    padding-left: 10px;
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #EFA693;
}