body {
    padding: 0;
    margin: 0;
     font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5{
    font-family: 'Poppins', sans-serif;
}
ul, ol {
    padding-left: 0;
    font-size: 14px;
    
}
ul li {
    list-style-type: none;
}
i {
    vertical-align: middle;
}
body a,
body a:hover {
    text-decoration: none;
}
p {
       font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #282828;
}
.inputtext {
    border-radius: 0px !important;
    height: 37px !important;
}
textarea.form-control {
    height: auto !important;
}
section {
    padding: 55px 0 55px;
    
}
.btn-add {
    padding: 4px 24px;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    border-radius: 35px;
    transition: 0.4s all;
    border: 1px solid #000;
}
.btn-read {
    padding: 15px 30px;
    font-weight: 600;
    border-radius: 10px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    background: #E31B1B;
    border: 1px solid #fff;
    transition: 0.4s all;
    margin-top: 50px;
}
.btn-read:hover{background-color: white;}
.btn-read i {
    color: #E31B1B;
}
.btn-read:hover {
    color: #E31B1B;
    text-decoration: none;
    background: #fff;
}
.btn-more{
    padding: 15px 30px;
    font-weight: 600;
    border-radius: 35px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    background: #E31B1B;
    border: 1px solid #fff;
    transition: 0.4s all;
}
.btn-more:hover{
    background-color: white;color: #E31B1B;
}
.btn-more span{
margin-right: 10px;
}
/*Heading Start-------------------------------------------------------------------*/

.heading h4,
.sub-heading h4 {
    font-size: 15px;  
    color: #e42727;
    font-weight: 600
}
.heading h1 span,
.sub-heading h2 span {
    font-weight: 800;
}
.heading h1,
.sub-heading h2 {
    color: #282828;
    font-size: 32px;
    line-height: 49px;
    font-weight: 300;
}
.heading, .sub-heading {
    margin: 0% 0 4% 0;
}
/* width */

::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
/* Handle */

::-webkit-scrollbar-thumb {
    background-color: #E31B1B;
}
/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: grey;
}
/*topbar Starts-------------------------------------------------------------------*/

.topbar {
     background: #282828;
   }
   .navbg{
    position: relative;

   }
   .navbg:after{
  background: url(../images/shadow-nav.png)no-repeat center;
    position: absolute;
    bottom: -33%;
    left: 0;
    right: 0;
    content: '';
    width: 904px;
    height: 50px;
    margin: 0 auto;
    z-index: 99;
    
   }
ul.social-icon {
    margin-bottom: 0;
    position: relative;
}
ul.social-icon li {
     display: inline-block;
    /*float: left;*/
    /* margin: 0 5px;*/
    /*    background: #0e53e1;*/
    width: 30px;
    height: 55px;
    line-height: 49px;
    text-align: center;
}
ul.social-icon li:nth-child(6), ul.social-icon li:last-child{
    width: auto;
    
}
ul.social-icon li:nth-child(6) a, ul.social-icon li:last-child a{
    background: #E31B1B;
    padding: 21px 50px;
    font-weight: 600;
}
ul.social-icon li:nth-child(6) a:hover, ul.social-icon li:last-child a:hover{
    background-color: #ffffff;
    color: #bf0000;
}
.b-name h4 span {
    color: #ed1c24;
}
.insta {
    background: #0078d7;
}
.linkedin {
    background: #0073b1;
}
.twiiter {
    background: #33ccff;
}
.fb {
    background: #385da9;
}
.phone {
    background: #ed3237;
}
.b-top-name {
    display: flex;
    align-items: flex-end;
}
.b-logo-top h2 {
    font-size: 28px;
    font-weight: 800;
    padding-left: 50px;
}
.b-logo-top h2 span {
    color: #ed3237;
}
.btn-gsm {
    padding: 6px 16px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border-radius: 35px;
    transition: 0.4s all;
    border: 1px solid #fff; 
    margin-top: 3px;
}
ul.top-contact li {
    display: inline-block;
    margin-right: 5px;
    transition: 0.6s all;
    line-height: 30px;
    margin-top: 9px;
    color: #fff;
    padding: 0 10px;
}
ul.top-contact li a {
    color: #fff;
    font-size: 14px;
}
ul.top-contact li svg {
    color: #fff;
    margin-right: 10px;
}
/*ul.top-contact li:hover {
    transform: translate(0px, 13px);
}*/
/*navbar Starts-------------------------------------------------------------------*/
/*.dropdown-menu {display: block;visibility: hidden;opacity:0;transform: translateY(50px);transition:.5s ease all;}
.dropdown-menu.show {display: block;visibility: visible;opacity:1;transform: translateY(0px);transition:.5s ease all;}
 */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

 .dropdown-item{
    color: #282828 !important;
    line-height: 22px;
    font-size: 12px !important;
    }
    .navbar-wrapper{
        position: absolute;
        width: 100%;
        top: 0px;
        z-index: 99;
        /*background: rgba(31,36,55,0.5);*/
    }

.navbg{
    background: #fff;
}
.dropdown-menu{
background-color: #fff;
}
.navbar-nav > li.active a .dropdown-menu a{
  color: #fff;
}
/*.dropdown-item:focus, .dropdown-item:hover {   
    background-color: transparent;
}
    @media (min-width: 992px){
        .dropdown-menu .dropdown-toggle:after {
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}
        .dropdown-menu .dropdown-menu{
            margin-left:0; margin-right: 0;
        }

        .dropdown-menu li{
            position: relative;
        }
        .nav-item .submenu{ 
            display: none;
            position: absolute;
            left:100%; top:-7px;
        }
        .nav-item .submenu-left{ 
            right:100%; left:auto;
        }

        .dropdown-menu > li:hover{ background-color: #f1f1f1 }
        .dropdown-menu > li:hover > .submenu{
            display: block;
        }
    }*/
.navbar {
    margin-bottom: 0;
    padding: 0;
}
.navbar-brand {
    padding: 0;
    height: auto;
}
.navbar-toggle .icon-bar {
    background: #e80000;
}
.navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
    background: rgba(31,36,55,0.9);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
}
.navbar-nav{
    margin-top: 10px;
}
.nav-link {
 font-size: 15px;
    transition: 0.4s all;
    color: #000 !important;
    font-weight: 700;
    padding: 22px 10px ;
    text-transform: uppercase;
}


.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    width: 250px;
}


.submenu {

    margin-left: 247px;
    margin-top: -41px;
  

}

.navbar-brand img { margin-top: -10px; padding: 15px;}


.dropdown-menu a { padding:7px 10px !important;    border-bottom: 1px dotted#ccc; }

.navbar-nav > li.active >a {
    color: #E31B1B !important;
}
.navbar-nav li a:hover {
    color: #E31B1B !important;
}

.dropdown-item:hover, .dropdown-item:active {
    color: #E31B1B;
    text-decoration: none;
    background-color: #f8f9fa;
}
.navbar-toggler-icon {
    color: #E31B1B;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
/*Banner Starts=======================================*/
.carousel-caption{
    bottom: 23%;
    text-align: right;
    right: 3%;
}
.sub-head{
    font-size: 16px;
    color: #fff;
}
.head{
   font-size: 48px;
    color: #fff;
    line-height: 61px;
    font-weight: 800;
}
.head span{
    color: #32c8fa;
    font-weight: 800;
}
.carousel-control-next,
.carousel-control-prev {
    width: auto !important;
    opacity: 1
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 100px;
    width: 40px;
    background: #fff;
    line-height: 100px;
    opacity: 1;
}
.carousel-control-next-icon:after {
    content: "\f054";
    font-family: fontawesome;
    font-size: 20px;
    color: #000;
}
.carousel-control-prev-icon:after {
    content: "\f053";
    font-family: fontawesome;
    font-size: 20px;
    color: #000;
}
/*steps Starts=======================================*/
.steps-box {
    -webkit-box-shadow: 0 10px 60px 0 rgba(159, 164, 189, .7);
    box-shadow: 0 10px 60px 0 rgba(159, 164, 189, .3);
    background: #fff;
}
.steps-text {
    padding: 30px;
    position: relative;
}
.number {
    position: absolute;
    bottom: 0;
    right: 10px;
    color: rgba(0, 0, 0, 0.1);
    font-size: 83px;
    font-weight: 800;
}
.steps-text p {
    color: #000;
    line-height: 27px;
    font-weight: 500;
}
.steps-heading {
    background:#c2e9ed;
    display: flex;
    align-items: flex-start;
    padding: 30px;
}
.steps-icon i {
    color: #000;
    font-size: 54px;
    line-height: 54px;
}
.steps-titel {
    padding-left: 30px
}
.steps-titel p {
    color: #000;
    line-height: 20px;
}
.steps-titel h5 {
    font-weight: 600;
}
/*About Starts=======================================*/
#about {
  background: #f3f3f3;
}
.about-img{
    flex: 0 0 36%;   
}
.about-para{
    margin-left: 2%;
    padding: 30px;

}
.about-point p:first-child{
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.about-icon, .why-icon{
    color: #000;
    font-size: 40px;
    line-height: 54px;
}
.why-icon{
    border: 1px solid #e1e1e1;
    padding: 10px;
}
.why-img{
    flex: 0 0 43%;
}
.why-point p:first-child{
    font-size: 20px;
    color: #1880e4;
    font-weight: 600;
}
.red{
    color: #E31B1B;
}
.locations-box{
    -webkit-box-shadow: 0 10px 60px 0 rgb(159 164 189 / 50%);
    box-shadow: 0 10px 60px 0 rgb(159 164 189 / 50%);
    background: #fff;
    margin-bottom: 30px;
}




#why .lead{
    font-size: 30px;
    font-weight: 600;
    color: #282828;
}
ul.why-point li{
    font-size: 16px;
    color: #656565;
    line-height: 30px;
    position: relative;
    padding-left: 20px;
}
ul.why-point li:after{
    content: "\f178";
   color: #656565;
   font-family: fontawesome;
   position: absolute;
   left: 0;
   top: 0;
}
.why-text{
    color: #282828;
    font-size: 16px;
    font-weight: 600;
}
.why-text a{
    color: #e32726;
}
/*services Starts=======================================*/

#steps {
    background: url(../images/bg-service.jpg)no-repeat center;
    background-size: cover;
    position: relative;
}
.ser-head h4{
    color: #fff;
    font-size: 18px;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
#steps .sub-heading h2{
    color: #fff;
    font-weight: 700
}
.service-box {
  padding: 15px;
    text-align: center;
    border: 1px solid #fff;
    margin-bottom: 30px;
    min-height: 390px;
    background: #040351;
}
.service-box .btn-read {
    color: #fff;
}
.service-box p {
    color: #fff;
}
.service-box h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.service-icon i {
    color: #1880e4;
    font-size: 57px;
}
/*consultation Starts=======================================*/
#consult {
    background: url(../images/bg-consult.png)no-repeat center;
    background-size: cover;
    padding: 30px;
    border-radius: 12px;
}
.consult-box {
    display: flex;
    align-items: center;
}
.consult-bttn {
    padding-left: 50px;
}
.consult-details h4 {
    font-weight: 600;
}
.consult-details {
    flex-grow: 1;
}
.consult-details h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
}
.consult-details h5 a {
    color: #000;
}
/*expect Starts=======================================*/
#expect{
  background: url(../images/bg-news.png)no-repeat right;
    background-size: contain;
}
.expect-box{
     border-radius: 12px;
    border: 1px solid #acacac;
    background: #fff;
    /* padding: 10px; */
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}
.expect-text {
    /* background: #f1f1f2; */
    padding: 15px;
}
.expect-box .lead {
    font-weight: 600;
    font-size: 18px;
    color: #282828;
    min-height: 50px;
}




.news-box {
    border-radius: 12px;
    border: 1px solid #acacac;
    background: #fff;
    /* padding: 10px; */
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
    min-height: 570px;
}
.news-box .btn-read{
position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
/*#blog Start*/
#blog{
    background: url(../images/bg-blog-2.jpg)no-repeat center;
    background-size: cover; 
}
#blog .sub-heading h2, #blog .sub-heading h4{
    color: #fff;
}
.date {
    background: #fff;
    position: absolute;
   top: 14px;
    left: 14px;
    color: #000;
    font-weight: 600;
    padding: 25px;
}
.date span{
color: #282828;
font-size: 24px;
font-weight: 800;
line-height: 16px;
}
.new-text {
    /* background: #f1f1f2; */
    padding: 15px;
}
.news-box .lead {
    font-weight: 600;
    font-size: 18px;
    color: #282828;
    min-height: 50px;
}
/*testimonials Starts=======================================*/
#testimonials{
    -webkit-box-shadow: 2px 0px 11px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 0px 11px 1px rgba(0,0,0,0.75);
box-shadow: 2px 0px 11px 1px rgba(0,0,0,0.25);
}
#testimonials .carousel-indicators {
    bottom: -37px;
}
.testim-content {   
   background: #fff;
    border: 1px solid #b3b3b3;
    padding: 20px;
}
.carousel-indicators li {
    width: 52px;
    height: 5px;    
    background: transparent;
    border: 1px solid #fff;
    border-radius: 35px;   
    opacity: 1;
}
.carousel-indicators li.active {
    background: #fff;
}
#testimonials .carousel-control-prev {
    left: -40px;
}
#testimonials .carousel-control-next {
    right: -40px;
}
#testimonials .carousel-control-prev-icon, #testimonials .carousel-control-next-icon {
       background: #f5f5f5;
   }
.titel {
  color: #093967;
    font-weight: 500;
    font-size: 17px;
}
#testimonials .form{
    margin-top: -11%;
}
.form{
    background: #f8f9fb;
    padding: 30px;   
}
ul.star li{
display: inline-block;
color: #ffd203;
font-size: 15px;
}
/*country=======================================*/

.country-box {
    -webkit-box-shadow: 0 10px 60px 0 rgba(159, 164, 189, .7);
    box-shadow: 0 10px 60px 0 rgba(159, 164, 189, .3);
    text-align: center;
    padding: 10px;
    border-radius: 12px;
}
.c-img {
    border-radius: 12px;
}
.country-box h4 {
    margin-top: 42px;
    font-size: 18px;
}
.flag-box {} .flag-box {
    width: 60px;
    height: 60px;
    line-height: 44px;
    background: #fff;
    border: 6px solid #e1e1e1;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-box-shadow: 0 10px 60px 0 rgba(159, 164, 189, .7);
    box-shadow: 0 10px 60px 0 rgba(159, 164, 189, .3);
    position: absolute;
    margin: 0 auto;
    left: 0 inherit;
    left: 0;
    right: 0;
    bottom: 50%;
}


#newletter{
    background: #353535;
}
#newletter .form-control {
height: 50px;
border-color: #ffffff;
border-radius:0;
max-width: 350px;
}
#newletter .form-control:focus {
box-shadow: none;
border: 2px solid #243c4f;
}
#newletter .btn {
min-height: 50px; 
border-radius:0;
background: #E31B1B;
color: #fff;
font-weight:600;
}
#newletter .sub-heading h2{
    color: #fff;
}
#denied{
    background: url(../images/bg-blog-2.jpg)no-repeat center;
    background-size: cover;
    margin-top: -7%;
}
#denied .sub-heading h2{
color: #fff;
}
.denied-box {
box-shadow: 0 0px 13px 0 rgb(159 164 189 / 30%);
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    margin: 8px;
    min-height: 190px;
}
.denied-box p{
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}
#services .owl-nav .owl-next {
    background: url(../images/arrow-right.png) no-repeat center !important;
    margin-right: -60px;
}
#services .owl-nav .owl-prev {
    background: url(../images/arrow-left.png) no-repeat center !important;
    margin-left: -60px;
}
#services .owl-nav {
    position: absolute;
    width: 100%;
    top: 31%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#services .owl-nav .owl-prev, #services  .owl-nav .owl-next {
    width: 60px;
    height: 60px;
    background: #ffffff;
    text-indent: -99999px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    z-index: 99999;
}
/*Footer Starts======================================*/
#footer{
    background: #282828;
}
.overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
#footer p {
    color: #E31B1B;
}
.footer-heading{
    color: #e32726;
    /* text-transform: uppercase; */
    font-size: 24px;
    font-weight: 800;
}
ul.footer-contact li {
    font-size: 14px;
    line-height: 26px;  
    position: relative;
    padding-left: 24px;
}
ul.footer-contact li a {
    color: #939393;
}
ul.footer-contact li:after {
    content: "\f18e";
    font-family: fontawesome;
    color: #b22727;
    position: absolute;
    left: 0;
    top: 0;
}
#footer p a {
    color: #fff;
}
#footer h5 a {
    color: #fff;
}
ul.footer-social li {
    display: inline-block;
    margin: 0 13px 0 0px;
}
ul.footer-social li a {
    color: #fff;
}
ul.social-icon li a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}

ul.footer-address li span {
    color: #fff;
}
ul.footer-address li {
    line-height: 30px;
    color: #fff;
    display: flex;
    margin-bottom: 17px;
}
ul.footer-address li span {
    margin-right: 20px;
}
ul.footer-address li a {
    color: #fff;
}
.contact-info{
    -webkit-box-shadow: 0 10px 60px 0 rgb(159 164 189 / 70%);
    box-shadow: 0 10px 60px 0 rgb(159 164 189 / 30%);
    padding: 30px;
}
ul.footer-list li {
    font-size: 20px;
    line-height: 18px;
    padding: 10px;
    color: #fff;
    font-weight: 600;
}
ul.footer-list li a {
    color: #fff;
}
ul.footer-linlk li a:hover,
ul.footer-menu li a:hover {
    color: #ff5800
}
#bottom-footer {
    background: #282828;
}
#bottom-footer p {
    color: #8b8b8b;
    margin-top: 5px;
}

#bottom-footer p a {
    color: #E31B1B;
}
/*Inner Page start======================================*/

 .vertical-tabs{
    font-size:15px;
    padding:10px;
    color:#000
}
 .vertical-tabs .nav-tabs .nav-link{
    border-radius: 0;
    background:#c10101;
    text-align:center;
    font-size: 16px;
    border:1px solid #424242;
    color:#fff;
 /*   height:40px;
    width: 120px;*/
}
 .vertical-tabs .nav-tabs .nav-link.active{
    background-color:#700000!important;
    color:#fff;
}
 .vertical-tabs .tab-content>.active{
    background:#fff;
    display:block;
}
 .vertical-tabs .nav.nav-tabs{
    border-bottom:0;
   /* border-right:3px solid #000;*/
    display:block;
    float:left;
    margin-right:20px;
    padding-right:15px;
}
 .vertical-tabs .sv-tab-panel{
    background:#fff;
   /* height:274px;*/
    padding-top:10px;
}




@media only screen and (max-width: 420px){
  .titulo{font-size: 22px}
}
@media only screen and (max-width: 325px){
  .vertical-tabs{ padding:8px;}
}


 .box > .icon { text-align: center; position: relative; }
        .box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px;
         height: 88px; border: 8px solid white; 
         line-height: 69px; border-radius: 50%; 
         background: #f55858; vertical-align: middle; }
        .box > .icon:hover > .image { background: #E31B1B; }
        .box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
        .box > .icon:hover > .image > i { color: white !important; }
        .box > .icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; 
            padding: 15px 0 10px 0; min-height:250px;}
        .box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }
        .box > .icon > .info > h3.title { 
            font-size: 16px; color: #222; font-weight: 700;margin-top: 30px; }
        .box > .icon > .info > p { font-size: 15px; line-height: 1.5em; margin: 20px;}
        .box > .icon > .info > p a { color: #0073b1;}
        .box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }
        .box > .icon > .info > .more a { font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
        .box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; }
        .box .space { height: 30px; }







.single-contact-info a{
    color: #ed1c24;
}
.single-contact-info h5{
    text-transform: uppercase;
    font-weight: 600;
}
/*Review Services*/
#reviewService .steps-box{
    margin-top: 20px;
    min-height: 320px;
}
#reviewService .tempo-content {   
    padding: 32px;
    }
    .tempo-box .heading h4, .sub-heading h4 {
    font-size: 15px;
  text-transform: inherit;
  color: #E31B1B;
}
/*Crs Starts*/
ul.crs-point li{
    display: inline-block;
    margin: 0 6px;
    padding-left: 25px;
    position: relative;    
}
ul.crs-point2 li{   
    margin: 0 6px 22px;
    padding-left: 25px;
    position: relative;    
}
ul.crs-point li:before, ul.crs-point2 li:before{
    position: absolute;
    top: 0;
    left: 0;
    content: "\f18e";
    color: #000;
    font-family: fontawesome;
}
.business-form{
    background: #F1F5F8;  
    padding: 30px;
}
/*Temporary Starts*/
.tempo-box{
  display: flex;
    align-items: center;
    margin-top: 30px;
}
.tempo-content {
    -webkit-box-shadow: 0 10px 60px 0 rgba(159, 164, 189, .7);
    box-shadow: 0 10px 60px 0 rgba(159, 164, 189, .3);
    padding: 60px;
    text-align: center;
}
/*media queries======================================*/

@media (max-width: 1920px){.extra-margin-new{padding-top: 103px;}}


@media (max-width: 1199.98px) {
        .nav-link {
    font-size: 8px;   
    padding: 21px 9px !important;
}
.extra-margin-new{padding-top: 132px;}
.navbg:after{
    display: none;
}
ul.social-icon li:nth-child(6), ul.social-icon li:last-child {
    width: auto;
    /* background: #bf0000; */
    padding: 0 9px 0;
    font-weight: 600;
}
ul.social-icon li a {
    color: #fff;
    font-size: 10px;
    
}
ul.top-contact li a, ul.top-contact li {
    color: #fff;
    font-size: 11px;
}
.top-contact{
    flex: 0 0 40%;
}
ul.top-contact li{
    line-height: 0;
}
    /*.navbar-nav li a {
        font-size: 13px;
        padding: 19px 6px !important;
    }*/
    #testimonial {
        background-size: cover;
    }
    .carousel-caption{display: block !important;}
}

@media (max-width: 1336px){
    .nav-link{font-size: 10px !important;}
    .navbar-brand img{}
    .testi-banner img{margin-top: 105px;}
    .new-testi{margin-top: -34px;}
    .carousel-caption{display: block !important;}
}
@media(max-width: 1024px){
    .new-testi-home .testimonial .testimonial-profile {top: -14px !important;}
    .head{font-size: 32px;}
}
    



@media (max-width: 991.98px) {
        #testimonials .carousel-control-next{
        right: 0;
    }
    #testimonials .carousel-control-prev {
    left: 0;
}
#services .owl-nav .owl-next{
    margin-right: 0;
}
#services .owl-nav .owl-prev{
    margin-left: 0;
}

   /* .head {
    font-size: 24px;  
    line-height: 29px;
}
.sub-head {
    font-size: 22px;  
}*/
    .carousel-caption h3 {
        font-size: 24px;
    }
    .carousel-caption {
        bottom: 0;
    }
    .carousel-caption h2 {
        /* font-size: 40px;*/
        /*
         line-height: 80px;*/
    }
    .carousel-caption h2 span {
        font-size: 50px;
    }
    #footer {
        margin-top: 0;
    }
    .navbar {
        text-align: center;
    }
    .extra-margin-new{padding-top: 128px;}
    .reverse{flex-direction: column-reverse;}
    .navbar-brand{margin-left: -38px;}
    #denied .sub-heading h2
}
@media (max-width: 832px) {


.navbar-expand-md .navbar-nav .dropdown-menu {
    width: 100% !important;
}

    .submenu {
        margin-left: 0;
        margin-top: 0;
    }

    .btn-gsm {
    font-size: 10px;}
    .sub-head {
    font-size: 11px;
}
.nav-link {
    font-size: 7px;   
    padding: 21px 9px !important;
}
.navbg:after{
    display: none;
}
.head {
    font-size: 18px;  
    line-height: 24px;
}
#about{
    margin-top: 0;
}
   /* body p {
        font-size: 15px;
        line-height: 18px;
    }*/
    #about:after {}
}



    @media (max-width: 760px) {

       /* ul.top-contact li a {
            font-size: 9px;
        }*/
        ul.social-icon li{
            margin: 5px;
        }
        .navbar{
            padding:5px;
        }
        #testimonials .carousel-control-next{
            right: 0;
        }
        #testimonials .carousel-control-prev{
            left: 0;
        }
        ul.top-contact li {
            line-height: 7px;
        }
        #footer {
            margin-top: 0;
        }
    }
    @media (max-width: 767.98px) {

        ul.social-icon li:nth-child(6), ul.social-icon li:last-child {
            /* width: 44%; */
          
        }

        .navbar-nav .dropdown-menu {

            border: none ;
        }
        .navbar-collapse{height: 390px !important;overflow: auto !important;}

        .dropdown-item {
    line-height: 11px;
    font-size: 7px !important;
}
         #testimonials .carousel-control-next{
        right: 0;
    }
    #testimonials .carousel-control-prev {
    left: 0;
}
#services .owl-nav .owl-next{
    margin-right: 0;
}
#services .owl-nav .owl-prev{
    margin-left: 0;
}
        .carousel-caption, .navbg:after{
            display: none;
            
        }
        .btn-more{display: none;}
        .carousel-caption{bottom: 23%;}
        .carousel-caption{display: block !important;}
        .nav-link{
            padding: 9px 6px !important;
            border-bottom: 1px dotted #ccc;
        }
        #services .owl-nav .owl-next{
            margin-right: 0;
        }
        #services .owl-nav .owl-prev{
            margin-left: 0;
        }
     /*   .navbg{
            background: rgba(31,36,55);
        }*/
        ul.social-icon li{
            display: inline-block;
            float: none;
        }
        .navbar-wrapper{
            position: relative;
        }
        #about{
            margin-top: 29px;
        }
        .form{
            margin-top: 0;
        }

        .desktop-logo {
            display: none;
        }
        ul.footer-linlk li {
            font-size: 14px;
        }
        .nav li a {
            font-size: 15px;
            line-height: 42px;
            position: relative;
            margin: 0;
        }
        #footer h4 {
            margin-bottom: 10px;
        }
        .about-img:after {
            display: none;
        }
        #testimonial {
            background-size: cover;
            padding: 10%;
        }
        .heading h1,
        .sub-heading h3 {
            color: #000;
            font-size: 33px;
            line-height: 27px;
        }
        .navbar-nav li a {
            text-align: center;
        }
        .navbar-brand img{
            width: 60% !important;
        }
        .news-box{min-height: 565px;}
        .contact-banner img{margin-top: 150px;}
        .navbar-toggler-icon{margin-right: 25px;}
        .navbar-expand-md .navbar-nav .dropdown-menu{position: unset !important;}
    }
    @media (max-width: 637px){
        .extra-margin-new{padding-top: 190px;}
        .carousel-caption{display: block !important;}
    }
    @media (max-width: 575.98px) {
        .topbar-contact, .topbar {
            text-align: center;
            height: 90px;
        }
        .heading h1 {
            font-size: 21px;
            line-height: 31px;
        }
    }  
    @media (max-width:480px){ul.social-icon li:nth-child(6) a, ul.social-icon li:last-child a{padding: 15px 25px 10px;
        font-weight: 600;font-size: 14px;} .navbar-brand img{width: 35%;}.about-margin{margin-top: 50px;} .carousel-indicators{bottom: 23px}
        .visitor-visa-inner{margin-top: 0px;} .new-testi-home .owl-carousel.owl-loaded{margin-top: 50px;} .new-testi-home .testimonial .testimonial-profile{top: -14px}
        .carousel-caption{display: none !important;}
    }
    
    @media (max-width:439px){
        ul.social-icon li:nth-child(6) a, ul.social-icon li:last-child a{padding: 10px 25px 10px;
            font-weight: 600;font-size: 14px;}
            .carousel-caption{display: none !important;}
    }
    @media (max-width:439px){ul.social-icon li:nth-child(6) a, ul.social-icon li:last-child a{position: relative;
        bottom: 84px;}}
        @media (max-width:390px){
            ul.social-icon li{width: 0px;padding: 8px;}

        }
        @media (max-width:360px){
            .visitor-visa-inner{margin-top: 86px;}
            #newletter .sub-heading h2{font-size: 24px;line-height: 35px;}
            #newletter .btn{}
            #newletter .form-control{max-width: 219px !important;}
            ul.social-icon li:nth-child(6) a, ul.social-icon li:last-child a{padding: 9px;}
            .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){width: 227px;}
         }

         @media (max-width:375px){
            ul.social-icon li{width: 0px;padding: 8px;}

         }

         @media (max-width:427px){
            #newletter .sub-heading h2{font-size: 20px;}
         }
         @media (max-width:320px){
            .new-testi-home .testimonial .testimonial-profile{top: -12px !important;}
            ul.social-icon li{padding: 5px;} 
            ul.social-icon li {width: 0px;}
            .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){width: 189px;}
         }
         @media (max-width:753px){
            .nav-link{font-size: 11px !important;}
            .new-testi-home{margin-top: 50px;}
         }


         

.class-why-div h4{font-size: 30px; color: #E31B1B;}
.class-why-div h5{font-size: 16px;}
/*.class-why-div h5 br{display: none;}*/
#why .class-why-div .lead{font-size: 20px;}
/*.sub-heading h2{margin-top: 30px;}/*
.sub-heading h2 span{font-weight: 300; }
.class-why-div .sub-heading{margin-bottom: 1%;}
p.news-des {
    height: 70px;
}

 /* New Css */

 .review{
    font-size: 21px;
    font-weight: 600;
    padding: 30px 0 ;
    line-height: 35px;
}
.name{
    font-size: 18px;
    color: #c1e718;
    margin: 0;
}
.job{
    color: #c8c8c8;
    font-size: 14px;
}
/* .carousel-inner{
    max-width: 800px;
} */
.carousel-inner{margin-bottom: -29px;}
.fa-minus {
    font-size: 23px;
    color: #0073b1;
}
.carousel-indicators {
    bottom: 30px;
    right: 0;
    margin: 0;
}
.banner-main .carousel-caption p{color: rgb(255, 255, 255);}

.carousel-indicators [data-bs-target ] {
    height: 10px;
    border: 2px solid rgb(255, 255, 255);
    width: 10px;
    background-color: inherit;
    border-radius: 50%;
}
.carousel-indicators .active{
    border: 2px solid transparent;
    background-color:#ffffff;
}
.left{
    color: rgb(255, 255, 255);
    font-weight: 600;
    background-color: #E31B1B;
    padding: 8px;
    border-radius: 50px;
}
.right{
    color: rgb(255, 255, 255);
    font-weight: 600;
    background-color: #E31B1B;
    padding: 8px;
    border-radius: 50px;
}
.right:hover{
    filter: drop-shadow(0px 1px 3px rgb(138, 138, 138));
}
.left:hover{
    filter: drop-shadow(0px 1px 3px rgb(138, 138, 138));
}
.carousel-control-next, .carousel-control-prev {
    position: relative;

}
@media (max-width:560px) {
    .review{
        font-size: 14px;
        font-weight: 600;
        line-height: 25px;
    }
    .name{
        font-size: 13px;
    }
    .job{
        font-size: 10px;
    }
    .right{
        font-size: 12px;
    }
    .left{
        font-size: 12px;
    }
    .carousel-indicators [data-bs-target ] {
        height: 8px;
        border: 1px solid black;
        width: 8px;
        background-color: inherit;
        border-radius: 50%;
    }
    .carousel-indicators .active{
        border: 1px solid transparent;
        background-color:#c1e718;
    }
    .carousel-indicators .active{ border: 2px solid transparent; background-color: #ffffff;}
    .carousel-indicators [data-bs-target ]{border: 2px solid rgb(255, 255, 255)}
}

.testi-body{background-color: #f4f4f4; border: 1px solid #d9d9d9;border-radius: 12px;}
.nav-img-new{width: 162px;}


/* New book an appontment */

.book-an{background: url(../images/bg-news-2.png) no-repeat;background-size: cover;}

.formbold-mb-5 {
    margin-bottom: 20px;
  }
  .formbold-pt-3 {
    padding-top: 12px;
  }
  .formbold-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    /* background-color: #f8f9fb; */
    margin: 10px;
  }

  .formbold-form-wrapper {
    margin: 0 auto;
    max-width: 550px;
    width: 100%;
    /* background: white; */
  }
  .formbold-form-label {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #07074d;
    margin-bottom: -2px;
  }
  .formbold-form-label-2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .formbold-form-input {
    width: 100%;
    padding: 12px 24px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    background: white;
    font-weight: 500;
    font-size: 16px;
    color: #6b7280;
    outline: none;
    resize: none;
    height: 50px;
  }
  .formbold-form-input:focus {
    border-color: #0073b1;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }

  .formbold-btn {
    text-align: center;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 32px;
    border: none;
    font-weight: 600;
    background-color: #0078d7;
    color: white;
    cursor: pointer;
  }
  .formbold-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }

  .formbold--mx-3 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .formbold-px-3 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .flex {
    display: flex;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .w-full {
    width: 100%;
  }
  @media (min-width: 540px) {
    .sm\:w-half {
      width: 50%;
    }
  }


/* New book an appontment */
.tawk-button{background-color: #017cbf !important;}


/* Extra Style */

.three-section h2{color: #ffffff; font-size: 24px;}
   .three-section ul li span{
      background-size: 100% auto;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 60px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
   padding: 40px 0px;
   }
   .three-section ul li span h4{
      color: #ffffff;
      font-size: 18px;
   }
   .three-section ul li h3{
      font-size: 16px;
      color: #ffffff;
   }
   .three-section ul li{margin-right: 20px; margin-top: 30px;}
   .three-section a{
   padding: 15px 30px;
    font-weight: 600;
    border-radius: 10px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    background: #e00a0a;
    border: 1px solid #fff;
    transition: 0.4s all;
    margin-top: 50px;
   }


/* Extra Style */
/* .postition-nav{position: fixed;width: 100%;z-index: 9999999;} */
.extra-book-now{display: none !important;}
.start-header {opacity: 1;transform: translateY(0);/*padding: 20px 0;*/box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
    -webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  .start-header.scroll-on {box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);padding: 5px 0;
    -webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  /* .start-header.scroll-on .navbar-brand img {height: 24px;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;} */
  .header {background-color:#fff;width: 100%;position: fixed;z-index: 999}
  .visitor-visa p strong{font-size: 22px;}
  .visitor-visa-inner h2,.visitor-visa-inner img{margin-top: 30px;margin-bottom: 30px;}
  .visitor-visa-inner ul li {
    background: url(../images/right-arrow-new.png) no-repeat;
    color: #000;
    padding-left: 36px;
    margin-bottom: 10px;
    text-align: justify;
    background-position: 0% 50%;
}
.visitor-visa-inner ul li{line-height: 25px;}
.expect-box img{max-height: 200px;width: 100%;}
.visitor-visa-inner h2{font-size: 27px;}
.visitor-visa-inner h6{font-size: 18px;font-weight: 600;margin-bottom: 20px;}
.navbar-brand img{width: 100%;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{border-color: red !important;}

/* Media 680 */

@media only screen and (max-width: 769px) and (min-width: 679px)  {
    ul.social-icon li:nth-child(6), ul.social-icon li:last-child{padding: 0px;}
    .heading h1, .sub-heading h3{font-size: 28px; line-height: 38px;}
    ul.social-icon li:nth-child(6) a, ul.social-icon li:last-child a{padding: 21px 45px;}
    .heading h1, .sub-heading h2{font-size: 24px;line-height: 44px;}
    .expect-text{padding: 15px; padding-bottom: 22px;overflow-x: hidden;overflow-y: scroll;min-height: 280px;}
    #denied .sub-heading h2{font-size: 20px;}
    
}
/* 1536 */
@media (max-width: 1536px){
    .nav-link{font-size: 10px;}
    .navbar-brand img{width: 88%;}
    .navbg:after{bottom: -36%;}
    .carousel-caption{display: block !important;}
}

@media (max-width: 1366px){
    .about-banner img{margin-top: 105px;}
    .visitor-visa-banner img{margin-top: 164px;}
    .cal-banner img{margin-top: 174px;}
    .contact-banner img{margin-top: 174px; height: 320px;}
    .book-an-banner img{margin-top: 164px;}
    .news-update img {margin-top: 164px; height: 320px;}
    .testi-banner img{margin-top: 150px}

}

/* 480 */
@media (max-width: 480px){
    
    section{padding: 10px 0 55px;}
    .about-banner img{margin-top: 190px !important;}
    .cal-banner img{margin-top: 180px;}
    .carousel-caption{display: none !important;}
    .book-an-banner img{margin-top: 192px;}
    .news-update img {margin-top: 192px;}
    .testi-banner img{margin-top: 192px}
    .visitor-visa-banner img{margin-top: 192px !important;}
    #newletter .form-control{max-width: 100% !important;}
}
@media (max-width: 680px){
    .navbar-collapse{overflow-x: hidden;
        overflow-y: scroll;}
        .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){
            width: 150px !important;
        }
        .about-banner img{margin-top: 162px;}
        .visitor-visa-banner img{margin-top: 150px}
        .contact-banner-main img {margin-top: 151px;}
        #newletter .form-control{max-width: 139px; font-size: 13px;}
        .navbar-collapse{height: 390px;overflow: auto;}
        
}

@media (max-width: 393px){
    ul.social-icon li{line-height: 0;margin: 0px;}
    ul.social-icon li:nth-child(6) a, ul.social-icon li:last-child a{bottom: -3px;}
    .navbar-toggler-icon{margin-right: 15px;}
    .new-testi-home .testimonial .testimonial-profile{top: -56px;}
    #newletter .form-control{width: 100%;}
}
@media (max-width: 395px){
    ul.social-icon li{line-height: 0;margin: 0px;}
    ul.social-icon li:nth-child(6) a, ul.social-icon li:last-child a{bottom: -3px;}
    .navbar-toggler-icon{margin-right: 15px;}
    .new-testi-home .testimonial .testimonial-profile{top: -56px;}
    .visitor-visa-inner{margin-top: 0px;}
    #newletter .form-control{width: 100%;}
}

/* End */
.reting-star li img{width: 28px;}
.reting-star {justify-content: center;margin-bottom: -14px;}



/* Testi-css */


/* <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.carousel.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.theme.min.css"> */
 
.new-testi .testimonial{ margin: 0 20px 50px; }
.new-testi .testimonial .pic{
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 15px 15px 0;
}
.new-testi .testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.new-testi .testimonial .testimonial-profile{
    display: inline-block;
    position: relative;
    top: -37px;
}
.new-testi .testimonial .title{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #2f2f2f;
    text-transform: capitalize;
    margin: 0 0 7px 0;
}
.new-testi .testimonial .post{
    display: block;
    font-size: 14px;
    color: #5d7aa7;
}
.new-testi .testimonial .description{
    padding: 20px 22px;
    background: #E31B1B ;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    margin: 0;
    position: relative;
    min-height: 394px;
}
.new-testi .testimonial .description:before,
.new-testi .testimonial .description:after{
    content: "";
    border-width: 18px 0 0 18px;
    border-style: solid;
    border-color: #fc5c5c  transparent transparent;
    position: absolute;
    bottom: -18px;
    left: 0;
}
.new-testi .testimonial .description:after{
    border-width: 18px 18px 0 0;
    left: auto;
    right: 0;
}
.new-testi .owl-theme .owl-controls{
    margin-top: 10px;
    margin-left: 30px;
}
.new-testi .owl-theme .owl-controls .owl-buttons div{
    opacity: 0.8;
    background: #fff;
}
.new-testi .owl-prev:before,
.new-testi .owl-next:before{
    content: "\f053";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 20px;
    color: #E31B1B ;
}
.new-testi .owl-next:before{ content: "\f054"; }
.new-testi .owl-prev , .new-testi .owl-next{display: block !important;font-size: 0;}
.new-testi .owl-nav{display: flex;}
.main-testi-home{background: url(../images/bg-blog-2.jpg)no-repeat;background-size: cover;}

/* Testi-for HOME */

.new-testi-home .testimonial{ margin: 0 20px 50px; }
.new-testi-home .testimonial .pic{
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 15px 15px 0;
}
.new-testi-home .testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.new-testi-home .testimonial .testimonial-profile{
    display: inline-block;
    position: relative;
    top: -37px;
}
.new-testi-home .testimonial .title{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 7px 0;
}
.new-testi-home .testimonial .post{
    display: block;
    font-size: 14px;
    color: rgb(216, 216, 216);
}
.new-testi-home .testimonial .description{
    padding: 20px 22px;
    background:  #fff;
    font-size: 15px;
    color: #282828;
    line-height: 25px;
    margin: 0;
    position: relative;
    min-height: 290px;
}
.new-testi-home .testimonial .description:before,
.new-testi-home .testimonial .description:after{
    content: "";
    border-width: 18px 0 0 18px;
    border-style: solid;
    border-color: #dfdfdf  transparent transparent;
    position: absolute;
    bottom: -18px;
    left: 0;
}
.new-testi-home .testimonial .description:after{
    border-width: 18px 18px 0 0;
    left: auto;
    right: 0;
}
.new-testi-home .owl-theme .owl-controls{
    margin-top: 10px;
    margin-left: 30px;
}
.new-testi-home .owl-theme .owl-controls .owl-buttons div{
    opacity: 0.8;
    background: #fff;
}
.new-testi-home .owl-prev::before,
.new-testi-home .owl-next::before{
    content: "\f053";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 20px;
    color: #fff ;
}

.carousel-item{transition: transform .3s ease-in-out !important;}

.new-testi-home .owl-next:before{ content: "\f054"; }
.new-testi-home .owl-prev , .new-testi-home .owl-next{display: block !important;font-size: 0;}
.new-testi-home .owl-nav{display: flex;}
.main-testi-home{background: url(../images/bg-blog-2.jpg)no-repeat;background-size: cover;}
.main-testi-home h2 , .main-testi-home p{ color: #fff;}
.lead{font-weight: 500 !important;}
.formbold-btn{background-color: red;}
.formbold-form-msg{height: 152px;width: 100%;
    padding: 12px 24px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    background: white;
    font-weight: 500;
    font-size: 16px;
    color: #6b7280;
    outline: none;
    resize: none;}

    .mc4wp-error p{color: red !important;}
    .error {
        color: #dc3232 !important; /* Red */
        font-size: 1em !important;
        font-weight: normal !important;
        display: block !important;
        }
        
        .use-floating-validation-tip .error {
        position: relative !important;
        top: -2ex !important;
        left: 1em !important;
        z-index: 100 !important;
        border: 1px solid #dc3232 !important;
        background: #fff !important;
        padding: .2em .8em !important;
        width: 24em !important;
        }
         .mc4wp-success p{
            color: green !important;
        }
        
        .wpcf7-not-valid-tip {
        display: none !important;
        }
        
        .use-floating-validation-tip .wpcf7-not-valid-tip {
        display: none !important;
        }

        html {
            scroll-padding-top: 200px;
          }
    
/* Chat Bot */

.wp-chatbot-header {
    background: red !important;
}
ul.wp-chatbot-messages-container > li.wp-chatbot-msg .wp-chatbot-paragraph, .wp-chatbot-agent-profile .wp-chatbot-bubble {
    background-color: red !important;
}
.wp-chatbot-tab-nav ul li a[data-option="chat"]:after{
    border: 3px solid red !important;
}
span.qcld-chatbot-product-category, span.qcld-chatbot-support-items, span.qcld-chatbot-wildcard, span.qcld-chatbot-suggest-email, 
span.qcld-chatbot-reset-btn, #wp-chatbot-loadmore, .wp-chatbot-loadmore, span.qcld-chatbot-suggest-phone {
    background-color: red !important;color: #fff !important;
}
.wp-chatbot-tab-nav ul li.wp-chatbot-operation-active a:before, .wp-chatbot-tab-nav ul li:hover a:before{border: 2px solid red !important;}
#denied .sub-heading h2 span br{ display: none !important;}



.privecy-page h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
}
.privecy-page {
    text-align: justify !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

.news-box p.news-des{height: 120px; overflow-y: scroll;}
.blog .img-thumbnail{height: 40vh !important;}
.blog .list-group-item a:hover{text-decoration: underline;color: #E31B1B;}
