body {
    padding: 0;
    margin: 0;
  font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5{
    font-family: 'Open Sans', sans-serif;
}
ul {
    padding-left: 0
}
ul li {
    list-style-type: none;
}
body a,
body a:hover {
    text-decoration: none;
}
p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 29px;
    color: #000;
}
.inputtext {
    border-radius: 0px !important;
    height: 37px !important;
}
textarea.form-control {
    height: auto !important;
}
section {
    padding: 55px 0 55px;
}
.btn-add {
    padding: 9px 24px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 800;
    border-radius: 35px;
    transition: 0.4s all;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.btn-add:hover{
     color: #092c94;
    text-decoration: none;
    background: #cff35f;
}
.btn-more:hover{
     color: #cff35f;
    text-decoration: none;    
}
.btn-read {
    padding: 8px 30px;
    font-weight: 600;
    border-radius: 35px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    background: #1880e4;
    transition: 0.4s all;
}
.btn-read i {
    color: #fff;
}
.btn-read:hover {
    color: #fff;
    text-decoration: none;
    background: #041762;
}
.btn-more{
    color: #fff;
    text-transform: uppercase;
}
.btn-more span{
margin-right: 10px;
}
/*Heading Start-------------------------------------------------------------------*/

.heading h4,
.sub-heading h4 {
    font-size: 15px;  
    color: #0078d7;
    font-weight: 300
}
.heading h1 span,
.sub-heading h2 span {
    font-weight: 800;
}
.heading h1,
.sub-heading h2 {
    color: #000;
    font-size: 32px;
    line-height: 51px;
    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: #ed3237;
}
/* Handle on hover */

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

.topbar {
    background: linear-gradient(to right, #617915 50%, #062684 50%);
    padding: 6px;
   }
.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;
}
.topbar p{
    color: #fff;
    font-weight: 800;
    margin: 0;
}
.top-contact{
    margin-bottom: 0;
}
ul.top-contact li {
   display: inline-block;
    transition: 0.6s all;
    padding: 0 10px;  
}
ul.top-contact li:nth-child(2), ul.top-contact li:nth-child(1){
     border-right: 1px solid #fff;
}
ul.top-contact li a {
    color: #fff;
    font-size: 14px;
}
ul.top-contact li span {
    color: #cff35f;
    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: #fff !important;
    line-height: 24px;
    font-size: 15px !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: #041762;
}
.navbar-nav > li.active a .dropdown-menu a{
  color: #fff;
}
.dropdown-submenu a{
padding: 15px 19px !important;
}
/*.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: 13px;
    transition: 0.4s all;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    padding: 29px 15px !important;
}
.navbar-nav > li.active >a {
    color: #092c94 !important;
    font-weight: 700;
}
.navbar-nav li a:hover {
    color: #33ccff  !important;
}
.navbar-toggler-icon {
    color: #617915;
}
/*Banner Starts=======================================*/
.top-banner{
    position: relative;
}
.top-banner:after{
    background: url(../images/arrow.png)no-repeat center;
    position: absolute;
    top: 69%;   
    left: 0;
    right: 0;
    width: 100%;
    height: 112px;
    position: absolute;
    content: '';
}
.caption{
  padding-top: 10%;
    text-align: left;
}
.text{
    background: #092c94;
    padding: 50px;
    flex: 0 0 50%;
}
.banner{
    flex: 0 0 50%;
}
.sub-head{
    font-size: 29px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}
.sub-head:after{
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 15%;
    border-bottom: 2px solid #fff;
    content: '';
}
.head{
    font-size: 40px;    
    color: #fff;
    line-height: 56px;
    margin-bottom: 30px;
}
.head span{
    color: #cff35f;
    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 {
    margin-top: -57px;
    position: relative;
    margin-bottom: 5%;
}
.about-img{
    flex: 0 0 36%;
    border-top: 10px solid #cff35f;
}
.bg-about{
    -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;
}
.about-para{
    margin-left: 2%;
    padding: 30px;

}
.about-point, .why-point {
    display: flex;
    align-items: flex-start;
}
.about-point p:first-child{
   font-size: 20px;
    color: #607815;
    font-weight: 600;
    text-transform: uppercase;
}
.about-icon, .why-icon{
    color: #092c94;
    font-size: 40px;
    line-height: 54px;
}
.why-icon{
    border: 1px solid #e1e1e1;
    padding: 10px;
}
.about-text, .why-text {
    padding-left: 30px;
}
.why-img{
    flex: 0 0 43%;
}
.why-point p:first-child{
    font-size: 20px;
    color: #092c94;
    font-weight: 600;
}
/*services Starts=======================================*/

#services {
    background: url(../images/bg-service.jpg)no-repeat center;
    background-size: cover;
    position: relative;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(31, 36, 55, 0.9);
}
.service-box {
  padding: 15px;
   border-radius: 12px;
    margin-bottom: 30px;
    min-height: 543px;
    background: #092c94;
}
.service-box .btn-read {
    color: #fff;
}
.service-box p {
    color: #fff;
}
.service-box h3 {
    color: #cff35f;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}
.service-icon{
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    text-align: center;
}
.service-text{
    font-size: 32px;
    color: #fff;
    font-weight: 600;
}
/*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;
}
/*faq Starts=======================================*/
#faq{
   background:  url(../images/bg-faq.jpg)no-repeat center;
   background-size: cover;
   position: relative;
}
.bg-faq{
    background: #fff;
    padding: 30px;
    border-radius: 12px;
}
.accordion .card-header:after {
    font-family: 'FontAwesome';  
  content: "\f068";
   color: #000;
    font-size: 15px;
    font-weight: 300;
    float: right; 
}
.accordion .card-header.collapsed:after {   
     font-family: 'FontAwesome';  
    content: "\f067";
    color: #000;
    font-size: 15px;
    font-weight: 300;
}
.card-title {
   color: #47bacd!important;
    /* font-size: 20px; */
    font-weight: 600;
}
.card, .card-header {
    border: 0;
    background: transparent;
}
#faq:after{
    background: url(../images/faq.png)no-repeat;
    position: absolute;
    content: '';
    bottom: 0;
    left: 17%;
    right: 0;
    width: 372px;
    height: 457px;
}

.news-box {
    border-radius: 12px;
    background: #f1f1f2;
    /* padding: 10px; */
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.date {
    background: rgba(5,9,114,0.8);
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-weight: 600;
    padding: 25px;
}
.new-text {
    /* background: #f1f1f2; */
    padding: 15px;
}
.news-box .lead {
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 25px;
    color: #0d1845;
}
.news-des {
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 1px;
}
/*testimonials Starts=======================================*/
#testimonials{
   
}
.denied-box{
  border-radius: 12px;
    position: relative;
    -webkit-box-shadow: 0 10px 60px 0 rgb(159 164 189 / 70%);
    box-shadow: 1px 4px 7px 6px rgb(159 164 189 / 20%);
    margin: 7px;
    background: #fff;
    overflow: hidden;
    text-align: center;
}
.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 rgb(159 164 189 / 70%);
    box-shadow: 0 10px 60px 0 rgb(159 164 189 / 30%);
    position: absolute;
    margin: 0 auto;
    left: 0 inherit;
    left: 0;
    right: 0;
    bottom: -39px;
}
#testimonials .carousel-indicators {
    bottom: -37px;
}
.testim-content {   
   flex: 0 0 65%;
}
#testimonials .testim-content p{
    font-style: italic;
    font-size: 19px;
}
.carousel-indicators li {
    width: 52px;
    height: 7px;
    background: #201e1e;
    border-radius: 35px;
    border: 0;
    opacity: 1;
}
.carousel-indicators li.active {
    background: #075098;
}

#testimonials .form{
    margin-top: -11%;
}
.form{
    background: #f8f9fb;
    padding: 30px;   
}

/*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;
}
/*Footer Starts======================================*/
#footer{
    background: url(../images/bg-footer.jpg)no-repeat center;
    background-size: cover;
    position: relative;
}
.overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(32, 64, 102, 0.9);
}
#footer p {
    color: #fff;
}
.footer-heading{
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    position: relative;
}
.footer-heading:after{
    position: absolute;
    bottom: -15px;
    width: 50%;
    border: 1px solid #12b48b;
    content: '';
    left: 0;

}
ul.footer-contact li {
  font-size: 15px;
    line-height: 29px;
    color: #fff;   
}
ul.footer-contact li a:hover{
    color: #cff35f;
}
ul.footer-contact li a {
    color: #fff;
     transition: 0.4s all;
}
#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;
}
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: #cff35f;
}
.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: #03234a;
}
#bottom-footer p {
    color: #fff;
    margin-top: 5px;
}
#bottom-footer p a {
    color: #1880e4;
}
#newletter{
    background: #204066;
    padding: 20px;
}
.newsletter-form {
    position: relative;
   /* max-width: 355px;
    margin-top: 23px;*/
    z-index: 999;
}

.newsletter-form input {
   height: 55px;
    width: 100%;
    padding: 18px 135px 17px 30px;
    border: 0 none;
    border-radius: 35px;
    outline: none;
}
.newsletter-form button {
font-weight: 700;
    font-style: normal;
    width: 116px;
    height: 36px;
    transition: background-color .3s cubic-bezier(.165,.84,.44,1);
    border-radius: 15px;
    background-color: #12b48b;
    color: #fff;
    /* font-size: .875rem; */
    /* line-height: 1; */
    position: absolute;
    right: 9px;
    bottom: 9px;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0px;
    outline: none;
    text-decoration: none
}
#newletter h2{
    color: #fff;
}
/*Inner Page start======================================*/
/********************* Shopping Demo-6 **********************/
.product-grid6,.product-grid6 .product-image6{overflow:hidden}
.product-grid6{padding: 10px; margin-bottom: 30px;
    border: 1px solid #c8ff1c;font-family:'Open Sans',sans-serif;text-align:center;position:relative;transition:all .5s ease 0s}
.product-grid6:hover{box-shadow:0 0 10px rgba(0,0,0,.3)}
.product-grid6 .product-image6 a{display:block}
.product-grid6 .product-image6 img{width:100%;height:auto;transition:all .5s ease 0s}
.product-grid6:hover .product-image6 img{transform:scale(1.1)}
.product-grid6 .product-content{padding:12px 12px 15px;transition:all .5s ease 0s}
.product-grid6:hover .product-content{opacity:0}
.product-grid6 .title{font-size:20px;font-weight:600;text-transform:capitalize;margin:0 0 10px;transition:all .3s ease 0s}
.product-grid6 .title a{color:#000}
.product-grid6 .title a:hover{color:#2e86de}
.product-grid6 .price{font-size:18px;font-weight:600;color:#2e86de}
.product-grid6 .price span{color:#999;font-size:15px;font-weight:400;text-decoration:line-through;margin-left:7px;display:inline-block}
.product-grid6 .social{background-color:#fff;width:100%;padding:0;margin:0;list-style:none;opacity:0;transform:translateX(-50%);position:absolute;bottom:-50%;left:50%;z-index:1;transition:all .5s ease 0s}
.product-grid6:hover .social{opacity:1;bottom:20px}
.product-grid6 .social li{display:inline-block}
.product-grid6 .social li a{color:#909090;font-size:16px;line-height:45px;text-align:center;height:45px;width:45px;margin:0 7px;border:1px solid #909090;border-radius:50px;display:block;position:relative;transition:all .3s ease-in-out}
.product-grid6 .social li a:hover{color:#fff;background-color:#2e86de;width:80px}
.product-grid6 .social li a:after,.product-grid6 .social li a:before{content:attr(data-tip);color:#fff;background-color:#2e86de;font-size:12px;letter-spacing:1px;line-height:20px;padding:1px 5px;border-radius:5px;white-space:nowrap;opacity:0;transform:translateX(-50%);position:absolute;left:50%;top:-30px}
.product-grid6 .social li a:after{content:'';height:15px;width:15px;border-radius:0;transform:translateX(-50%) rotate(45deg);top:-20px;z-index:-1}
.product-grid6 .social li a:hover:after,.product-grid6 .social li a:hover:before{opacity:1}
@media only screen and (max-width:990px){.product-grid6{margin-bottom:30px}
}

.store-body {
  display: flex;
  flex-direction: row;
  padding: 0;
}

.store-body .product-info {
  width: 60%;
  border-right: 1px solid rgba(0,0,0,.125); 
}

.store-body .product-payment-details {
  width: 40%;
  padding: 15px 15px 0 15px;
}

.product-info .product-gallery {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.product-gallery-featured {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 15px 0;
  cursor: zoom-in;
}

.product-gallery-thumbnails .thumbnails-list li {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  width: 70px;
  height: 70px;
  border: 1px solid #e1e1e1;
}

.thumbnails-list li img {
  display: block;
  width: 100%;
}

.product-gallery-thumbnails .thumbnails-list li:hover::before {
  content: "";
  width: 3px;
  height: 100%;
  background: #007bff;
  position: absolute;
  top: 0;
  left: 0;
}

.product-info .product-seller-recommended {
  padding: 20px 20px 0 20px;
}

.product-comments textarea {
  height: 50px;
}

.last-questions-list li {
  margin-bottom: 20px;
}

.last-questions-list li span {
  padding-left: 10px;
}
#aboutpage{
    position: relative;
}
#aboutpage img{
    border-radius: 12px;
}
.about-shape img:nth-child(1) {
    top: 0;
    right: 0;
}
.about-shape img {
    position: absolute;
    z-index: -1;
}
.about-shape img:nth-child(2) {
    left: 0;
    bottom: 0;
}
.testim-content {
    padding: 60px;
    min-height: 460px;
    text-align: center;
    color: #000;
}
.testim-content p {
    color: #000;
    font-style: italic;
    font-size: 17px;
}
.titel {
    color: #1880e4;
    font-weight: 500;
    font-size: 24px;
}

.modal-text ul {
    display: flex;
    list-style: none;
    padding: 0px;
    flex-wrap: wrap;
    margin: 0px;
}
.modal-text ul li {
    flex: 0 0 33%;
    position: relative;
    padding: 5px 0px;
}
.modal-text ul li p {
    margin-bottom: 0px;
    padding-left: 21px;
}
.modal-text ul li:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 20px;
    background: #1c5c9c;
    top: 18px;
}





ul.star li{
display: inline-block;
color: #ffd203;
font-size: 30px;
}
.quote i {
    font-size: 50px;
    color: #062684;
}
#testimonials .carousel-control-prev {
    left: -56px;
    background: #efe6e6;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 19px;
}
#testimonials .carousel-control-next-icon, #testimonials .carousel-control-prev-icon {
    background: none;
}
#testimonials .carousel-control-next {
    right: -56px;
    background: #efe6e6;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 19px;
}


.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;
}
/*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: 1199.98px) {
    .navbar-nav li a {
        font-size: 7px;
        padding: 19px 6px !important;
    }
    #faq:after {
    left: 5%;
}
.head {
    font-size: 35px;
    }
    #about{
    margin-top: 0;
}

    #testimonial {
        background-size: cover;
    }
}
@media (max-width: 991.98px) {
         .about-img, .why-img {
    flex: 0 0 100%;   
}

#faq:after{
    display: none;
}

   /* .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;
    }
}
@media (max-width: 832px) {
    .btn-gsm {
    font-size: 10px;}
    .sub-head {
    font-size: 15px;
}
.head {
    font-size: 16px;  
    line-height: 19px;
}
#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.top-contact li {
            line-height: 7px;
        }
        #footer {
            margin-top: 0;
        }
    }
    @media (max-width: 767.98px) {
        .modal-text ul li{
            width: 100%;
        }
        .caption a{
            margin-top: 10px;
        }
       .about-img, .why-img {
    flex: 0 0 100%;   
}
        .carousel-caption, #faq:after{
            display: none;
        }
       /* .navbg{
            background: rgba(31,36,55);
        }*/
        ul.social-icon li{
            display: inline-block;
            float: none;
        }
        .navbar-wrapper{
            position: relative;
        }
        #about{
            margin-top: 0;
        }
        .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;
            font-size: 13px;
    line-height: 2px;
        }
    }
    @media (max-width: 575.98px) {
        .topbar-contact, .topbar, .service-box {
            text-align: center;
        }
        .heading h1 {
            font-size: 21px;
            line-height: 31px;
        }
    }    
	.appointment-block{
  		margin: 0 auto !important;
	}