/*:root {
    --parimary-color: #ec5ca4;
    --secondary-color: linear-gradient(to top, #036483, #02a4cb);
    --light-pink: #efefef;
    --light-grey: rgba(185, 184, 184, 0.2);
    --text-white: white;
    --bg-black: black;
}*/

body,
html {
    color: #333333;
    font-family:Calibri;
}

/* common css */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.form-control {
    border: 0;
}

.error{
    color:red;
    border-color: red;
}

.mresp{
    margin-left: 72%;
}

.form-select {
    border: 0;
}

.telecrm-chat-widget-main-container .telecrm-chat-widget-message-container .telecrm-chat-widget-message-head .telecrm-chat-widget-message-head-wrapper img {
    width: 294px !important;
    height: 68px !important;
    border-radius: 50px !important;
    flex-shrink: 0 !important;
    margin-right: 6px !important;
    object-fit: contain !important;
    box-shadow: #0000003d 0 3px 8px !important;
    background-color: #fff;
}



.social-icon {
    color: var(--parimary-color);
}

::placeholder {
    font-size: 14px;
}
.input-filed{
margin-bottom: 1.8rem;
}
.form-check label {
    font-size: 14px;
}

/* main button */
.button {
   border-radius: 4px;
    background-image: var(--secondary-color);
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    padding: 11px 7px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 0px;
}


.c-faq__answer {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

body {
  box-sizing: border-box;
 /* font-family: "ABeeZee", sans-serif;*/
  line-height: 1.48;
  font-size: 16px;
  color: #333;
}

body *,
body *::after,
body *::before {
  box-sizing: inherit;
}

.container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.section__headline {
  font-family: sans-serif;
    font-size: 25px;
    font-weight: light;
    color: #205da9;
    padding-left: 15px;
    padding-top: 35px;
    padding-top: 40px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 100;
}

.c-faqs__headline {
  font-family: "Varela Round", sans-serif;
  text-align: left;
  padding-left: 15px;
  font-size: 1.5em;
  margin-top: 1.5em;
  font-weight: bold;
}

.c-faqs {
  margin: 15px 0;
  padding: 0 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  margin-left: -82px !important;
}

.c-faqs::before {
  width: 1px;
    height: 100%;
    left: 50%;
    position: absolute;
    background: #e58d1e;
    opacity: 0;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    content: "";
    margin-top: 16px;
}

.c-faq {
  font-family: Calibri;
  list-style: none;
  margin: 10px 0 5px;
}

.c-faq__title {
  cursor: pointer;
  font-weight: bold;
  background: white;
  z-index: 10;
  position: relative;
  /*font-size: 1.1em;*/
}
.c-faq__title:hover {
  text-decoration: underline;
}
.c-faq__title::after {
  white-space: nowrap;
  font-weight: 300;
  padding-left: 5px;
  opacity: 0;
  -webkit-transform-origin: 11px;
          transform-origin: 11px;
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  display: none;
  content: ">";
}

.first{
  color: gray;
    font-weight: 700;
    font-size: 1.3em;
    text-transform: uppercase;
}

.firstt{
  color: #205da9;
    font-weight: 700;
    font-size: 1.1em;
    margin-top: 10px;
}

.las{
  font-size: 9px;
    font-style: italic;
    
    
}

.mresp{
    margin-left: 72%;
}

@media (min-width:321px) and (max-width:768px){
    .mresp{
        margin-left: 5%;
    }
}



@media (min-width:321px) and (max-width:768px){
    .las{
        font-size: 13px;
        font-style: italic;
         width: 100%;
    }
}
/*@media (min-width: 780px) {
  .las {
    font-size: 13px;
    font-style: italic;
    
    
  }*/

.c-faq--active .c-faq__title {
  color: #205da9 !important;
}
.c-faq--active .c-faq__title::after {
  opacity: 1;
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  display: inline-block;
}

.c-faq__answer {
  font-weight: normal;
 /* margin-top: -10%;*/
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  z-index: 1;
  font-size: 0.9em;
  color: #414141;
}

.c-faq--active .c-faq__answer {
  opacity: 1;
  position: relative;
  top: 0;
  left: 0;
  font-weight: 300;
  margin-top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media (min-width: 780px) {
  .c-faqs {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }

  .c-faqs::before {
    opacity: 1.2;
  }

  .c-faq {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .c-faq .c-faq__title {
    width: 50%;
    /*padding-right: 40px;*/
    display: inline-block;
    color: orange;
    text-decoration: none;
  }

  .cfa{
    margin-top: 20% !important;
  }

  .cfb{
    margin-top: 25% !important;
  }


  .cfd{
    margin-top: 25% !important;
  }
  
  
   .spn{
    margin-top: 31% !important;
  }
  
  .cfdd{
    margin-top: 18% !important;
  }

  .cfe{
    margin-top: 16% !important;
  }

  .cff{
    margin-top: 23% !important;
  }

  .cfg{
    margin-top: 35% !important;
  }

  .cfh{
    margin-top: 14% !important;
  }
  
  .cfhh{
    margin-top: 16% !important;
  }
  
  .c-faq .c-faq__title::after {
    display: none;
  }
  .c-faq .c-faq__answer {
    position: absolute;
    margin-top: 34%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 50%;
    width: 50%;
    padding: 0 20px 0 40px;
  }
}
.c-note {
  font-size: 0.8em;
  padding-left: 15px;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.c-note:hover {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.c-note a {
  color: #1e88e5;
}

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    /*font-weight: 900;*/
    font-size: 14px;
}

.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button:hover span {
    padding-right: 25px;
    color: var(--text-white);
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0;
}

.button:hover span:after {
    opacity: 1;
    right: 0;
}


.airbook_55{}
.airbook_55 a {
    background: #fc8f28;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    text-align: center;
    border-radius: 2px;
}
.whyus_main{ padding:40px 0;}
.why_heading {
    text-align: center;
  padding: 0 0 30px 0;
}
.why_heading h3{ font-size:22px; font-weight:600; margin:0 0 0 0;}
.why_heading img{ margin:10px 0 0 0;}

.With_us{ padding:20px 0;}
.With_us img {
    width: 35px;
    float: left;
    margin: -8px 8px 0 0;
}


span, a, a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
.section-head {
  margin-bottom: 60px;
}
.section-head h4 {
  position: relative;
  padding:0;
  color:#f91942;
  line-height: 1;
  letter-spacing:0.3px;
  font-size: 34px;
  font-weight: 700;  
  text-align:center;
  text-transform:none;
  margin-bottom:30px;
}
.section-head h4:before {
  content: '';
  width: 60px;
  height: 3px;
  background: #f91942;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right:0;  
  margin:0 auto;
}
.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color:#2f2f2f
}
p.service_text{
  color:#cccccc !important;
  font-size:16px;
  line-height:28px;
  text-align:center;    
}


seperation-line {
    width: 205px;
    border-top: 1px solid #f7921e;
    margin-top: 25px;
    margin-bottom: 18px
}

.coverage-sub-plans-head h4,
.comp-plans-sub-head h4 {
    width: 100%;
    font-size: 27px;
    font-family: Oswald;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 0 0.2em;
    text-align: center;
    margin-bottom: 0
}

.coverage-sub-plans-head h4 {
    color: #0071ba
}

.comp-plans-sub-head h4 {
    color: #f7921e
}

.rewards-login-banner {
    position: absolute;
    left: 50%;
    width: auto;
    background: #f7921e;
    font-family: Oswald;
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    padding: 8px 15px;
    letter-spacing: 1px;
    z-index: 1;
    border-radius: 0;
    transition: transform .3s ease-out;
    text-align: center;
    text-transform: uppercase;
    bottom: -135px;
    transform: translate(-50%)
}
.section-head p, p.awesome_line{
  color:#818181;
  font-size:16px;
  line-height:28px;
  text-align:center;  
}

.extra-text {
    font-size:34px;
    font-weight: 700;
    color:#2f2f2f;
    margin-bottom: 25px;
    position:relative;
    text-transform: none;
}
.extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #f91942;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.extra-text span {
    font-weight: 700;
    color:#f91942;
}
.item {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border:5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover{
    background:#f98019;
    box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover .item, .item:hover span.icon{
    background:#fff;
    border-radius:10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover h6, .item:hover p{
    color:#fff;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item .icon {
    font-size: 40px;
    margin-bottom:25px;
    color: #f91942;   
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}
.item .feature_box_col_one{
    background:rgba(247, 198, 5, 0.20);
    color:#f91942
}
.item .feature_box_col_two{
    background:rgba(255, 77, 28, 0.15);
    color:#f91942
}
.item .feature_box_col_three{
    background:rgba(0, 147, 38, 0.15);
    color:#f91942
}
.item .feature_box_col_four{
    background:rgba(0, 108, 255, 0.15);
    color:#f91942
}
.item .feature_box_col_five{
    background:rgba(146, 39, 255, 0.15);
    color:#f91942
}
.item .feature_box_col_six{
    background:rgba(23, 39, 246, 0.15);
    color:#f91942
}
.item p{
    font-size:15px;
    line-height:26px;
}
.item h6 {
    margin-bottom:20px;
    color:#2f2f2f;
}
.mission p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}
.mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f91942;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}
.mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}
.skills {
    padding-top:0px;
}
.skills .prog-item {
    margin-bottom: 25px;
}
.skills .prog-item:last-child {
    margin-bottom: 0;
}
.skills .prog-item p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}
.skills .prog-item .skills-progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius:20px;
    position: relative;
}
.skills .prog-item .skills-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #f91942;
    width: 10%;
    border-radius: 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.skills .prog-item .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 10px;
    font-weight:600;    
    color: #fff;
    background:rgba(0, 0, 0, 0.9);
    padding: 3px 7px;
    border-radius: 30px;
}

ibody { background: #fff; font: 400 1em/1.4 "Open Sans", "Helvetica Neue", sans-serif; color: #333; text-align: center; padding: 4em 2em; }

        h1 { font-weight: 600;
    font-size: 28px;
    line-height: 1.35;
    margin: 0 0 0.125em;}
        h1 + p { font-size: 1.5em; }

        table { width: 100%; text-align: left; border-spacing: 0; border-collapse: collapse; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

        th, td { font-family: inherit; font-size: .875em; border-radius: 10px 10px 0px 0px; line-height: 1.45; color: #444; vertical-align: middle; padding: .7em; }
        th { font-weight: 600; }

        colgroup:nth-child(1) { width: 28%; border: 0 none; }
        colgroup:nth-child(2) { width: 18%; border: 1px solid #ccc; }
        colgroup:nth-child(3) { width: 18%; border: 1px solid #ccc; }
        colgroup:nth-child(4) { width: 18%; border: 3px solid #59c7fb;}
        colgroup:nth-child(5) { width: 18%; border: 1px solid #ccc; }

        

        /*thead th { background:-webkit-gradient(linear, 100% 55%, 0% 25%, from(#533147), to(#FCC9AA));
            text-align: center; position: relative;  padding: 3em 0 2em; font-weight: 400; color: #999; }
            thead th:nth-child(1) { background: transparent;  }
        thead th:nth-child(3) {  /*padding: 2em 0 5em;*/ }
        /*thead th h2 { font-weight: bold;  line-height: 1.2; color: #e5e6e2; }
        thead th h2 + p { font-size: 1.5em; line-height: 1.4;color:#e5e6e2; }
        thead th:nth-child(3) h2 { font-size: 3.6em; }
        thead th:nth-child(3) h2 + p { font-size: 1.5em; }*/
*/
        thead th p.promo { font-size: 1.3em; color: #fff; position: absolute; top: 1em; left: 0px; z-index: 1000; width: 100%; margin: 0; padding: .625em 17px .75em; background: #c00; box-shadow: 0 2px 4px rgba(0,0,0,.25); border-bottom: 1px solid #900; }

        thead th p.promo:before { content: ""; position: absolute; display: block; width: 0px; height: 0px; border-style: solid; border-width: 0 7px 7px 0; border-color: transparent #900 transparent transparent; bottom: -7px; left: 0; }
        thead th p.promo:after { content: ""; position: absolute; display: block; width: 0px; height: 0px; border-style: solid; border-width: 7px 7px 0 0; border-color: #900 transparent transparent transparent; bottom: -7px; right: 0; }

       

        tbody th { background: rgba(255, 255, 255, 0.42); border-left: 1px solid #ccc;font-size: 13px; }
        tbody th span { font-weight: normal; font-size: 87.5%; color: #999; display: block; }

        tbody td { background: rgb(255 255 255); text-align: center;    }

        tbody tr:nth-child(even) th,
        tbody tr:nth-child(even) td { border-width: 0.5px 0.5px 0px 0.5px;
    border-style: solid;
    border-color: #fef7f7;}
        

        tfoot th  { padding: 2em 1em; border-top: 1px solid #ccc; }
        tfoot td  { text-align: center; padding: 2em 1em; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;
            border-right: 1px solid #ccc;}

            tfoot a  { font-weight: bold; color: #fff; text-decoration: none; text-transform: uppercase; display: block; padding: 1.125em 2em; background: #92c500; border-radius: .5em;font-size: 13px; }
            .fa-check{
                color:green;
            }
            .fa-times{
                color:#fff;
            }
            a:focus, a:hover {
                color: #23527c;
                text-decoration: none;
            }


            #top-menu {
  background-color: #333;
  color: #fff;
  padding:20px;
  margin-bottom:40px;
}
#post {
  max-width:728px;
  margin: 0 auto;
  padding: 40px;
  background-color:#fff;
}
#post img {
  max-width:100%;
  height: auto;
}
footer {
  background-color: #333;
  color: #fff;
  padding: 20px;
  margin-top: 40px;
}



#floating-share-buttons {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
#floating-share-buttons li {
  
}
#floating-share-buttons a {
  color: #fff;
  text-decoration:none;
  font-size:14px;
}
#floating-share-buttons a.share-facebook {
  background-color: #395793 ;
}
#floating-share-buttons a.share-pinterest {
  background-color: #b8171c ;
}
#floating-share-buttons a.share-twitter {
  background-color: #1c9deb ;
}
#floating-share-buttons a.share-linkedin {
  background-color: #21577e ;
}
#floating-share-buttons a.share-whatsapp {
  background-color: #48a91f ;
}
#floating-share-buttons a.share-mail {
  background-color: #333 ;
}

 @media (min-width: 1023px) {
  ul#floating-share-buttons {    
    position: fixed;
    top: 70%;
    transform: translateY(-50%);
    min-height: 100px;
    padding: 0px;
  }
  ul#floating-share-buttons a {
    width:3rem;
    height:3rem;
    align-items: center;
    display: inline-flex;
    justify-content: center;    
    transition: width 0.5s;
  }
  ul#floating-share-buttons a:hover {
    width:4.5rem;
  }
  #floating-share-buttons a.share-whatsapp {
    /*display:none;*/
  }
}
 @media (max-width: 1024px) {
  footer {
    padding-bottom:4rem;
  }
  #floating-share-buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;        
    text-align: center;    
  }
  #floating-share-buttons li {
    display:inline-block;
    width:calc(100% / 6);
    padding:0;
    margin:0;
  }
  #floating-share-buttons li a {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    height:3rem;
    width:100%;    
  }
}

.pricingTable {
    text-align: center;
    background: #fff;
   /* margin: 0 -15px;*/
    box-shadow: 0 0 10px #ababab;
    padding-bottom: 40px;
    border-radius: 10px;
    color: #cad0de;
    transform: scale(1);
    transition: all .5s ease 0s
}

serif;
    overflow-x: hidden;
  
}
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.topText {
  font-size: 18px;
  font-weight: bold;
}
.selectSection {
    display: grid;
    grid-template-columns: repeat( 3, 1fr);
    justify-content: center;
    text-align: center;
  margin-top: 10px;
}
.selectSection button {
  font-size: 18px;
    background-color: rgba(209, 207, 207, 0.575);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin-left: 10px;
    border: 0;
  padding: 3px;
}
.selectSection button:hover {
    cursor: pointer;
}

/* hides every element except the first */
.content:not(:first-child) {
    display: none;
}
.contentSection {
    margin: 40px;
    display: block;
    color: #666;
    display: grid;
}
p {
    font-size: 20px;
    font-weight:normal;
    margin: 10px; 
    /*text-align: Center;*/
    color: #757070;
}


.et_pb_divider_0:before {
    border-top-color: #0071ba;
    border-top-width: 8px;
    width: auto;
    top: 0px;
    right: 0px;
    left: 0px;
}


.pricingTable:hover {
    transform: scale(1.05);
    z-index: 1
}

.pricingTable .pricingTable-header {
    padding: 13px 0;
    background: #f5f6f9;
    border-radius: 10px 10px 50% 50%;
    transition: all .5s ease 0s
}

.pricingTable:hover .pricingTable-header {
    background: #ff9624
}

.pricingTable .pricingTable-header i {
    font-size: 50px;
    color: #858c9a;
    margin-bottom: 10px;
    transition: all .5s ease 0s
}

.pricingTable .price-value {
    font-size: 35px;
    color: #ff9624;
    transition: all .5s ease 0s
}

.pricingTable .month {
    display: block;
    font-size: 14px;
    color: #cad0de
}

.pricingTable:hover .month,
.pricingTable:hover .price-value,
.pricingTable:hover .pricingTable-header i {
    color: #fff
}

.pricingTable .heading {
    font-size: 22px;
    color: #706e6e;
    margin-bottom: 20px;
    /*text-transform: uppercase*/
}

.pricingTable .pricing-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px
}

.pricingTable .pricing-content ul li {
    line-height: 30px;
    color: #58595c;
    text-align: initial;
   /* list-style: disc;*/
    font-size: 15px;
    margin-left: 9px;
}


.pricingTable .pricing-content1 ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px
}

.pricingTable .pricing-content1 ul li {
    line-height: 30px;
    color: #58595c;
    text-align: initial;
   /* list-style: disc;*/
    font-size: 15px;
    margin-left: 182px;
}


.pricingTable .pricingTable-signup a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding: 10px 35px;
    border-radius: 20px;
    background: #ffa442;
  text-transform: capitalize;
    transition: all .3s ease 0s
}

.pricingTable .pricingTable-signup a:hover {
    /*box-shadow: 0 0 10px #ffa442*/
}

.pricingTable.blue .heading,
.pricingTable.blue .price-value {
    color: ##ff9624;
}

.pricingTable.blue .pricingTable-signup a,
.pricingTable.blue:hover .pricingTable-header {
    background: ##ff9624;
}

/*.pricingTable.blue .pricingTable-signup a:hover {*/
/*    box-shadow: 0 0 10px #4b64ff*/
/*}*/

.pricingTable.red .heading,
.pricingTable.red .price-value {
    color: #205da9
}

.pricingTable.red .pricingTable-signup a,
.pricingTable.red:hover .pricingTable-header {
    background: #205da9
}

.pricingTable.red .pricingTable-signup a:hover {
    /*box-shadow: 0 0 10px #ff4b4b*/
}

.pricingTable.green .heading,
.pricingTable.green .price-value {
    color: #0071ba;
}

.pricingTable.green .pricingTable-signup a,
.pricingTable.green:hover .pricingTable-header {
    background: #205da9;
}

.pricingTable.green .pricingTable-signup a:hover {
    /*box-shadow: 0 0 10px #adafb3;*/
}

.pricingTable.blue:hover .price-value,
.pricingTable.green:hover .price-value,
.pricingTable.red:hover .price-value {
    color: #fff
}

@media screen and (max-width:990px) {
    .pricingTable {
        margin: 0 0 20px
    }
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}



.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



.sec-title{
  position:relative;
  margin-bottom:70px;
}

.sec-title .title{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1em;
  color: #ff8a01;
  font-weight: 500;
  background: rgb(247,0,104);
  background: -moz-linear-gradient(to left, rgba(247,0,104,1) 0%, rgba(68,16,102,1) 25%, rgba(247,0,104,1) 75%, rgba(68,16,102,1) 100%);
  background: -webkit-linear-gradient(to left, rgba(247,0,104,1) 0%,rgba(68,16,102,1) 25%,rgba(247,0,104,1) 75%,rgba(68,16,102,1) 100%);
  background: linear-gradient(to left, rgba(247,0,104) 0%,rgba(68,16,102,1) 25%,rgba(247,0,104,1) 75%,rgba(68,16,102,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F70068', endColorstr='#441066',GradientType=1 );
  color: transparent;
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 15px;
}

.sec-title h2{
  position:relative;
  display: inline-block;
  font-size:48px;
  line-height:1.2em;
  color:#1e1f36;
  font-weight:700;
}

.sec-title .text{
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #888888;
  margin-top: 30px;
}

.sec-title.light h2,
.sec-title.light .title{
  color: #ffffff;
  -webkit-text-fill-color:inherit; 
}
.pricing-section {
    position: relative;
    /*padding: 100px 0 80px;*/
    overflow: hidden;
}
.pricing-section .outer-box{
  max-width: 1100px;
  margin: 0 auto;
}


.pricing-section .row{
  margin: 0 -30px;
}

.pricing-block{
  position: relative;
  padding: 0 30px;
  margin-bottom: 40px;
}

.pricing-block .inner-box{
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  padding: 0 0 30px;
  max-width: 370px;
  margin: 0 auto;
  border-bottom: 20px solid #40cbb4;
}

.pricing-block .icon-box{
  position: relative;
  padding: 50px 30px 0;
  background-color: #40cbb4;
  text-align: center;
}

.pricing-block .icon-box:before{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 75px;
  width: 100%;
  border-radius: 50% 50% 0 0;
  background-color: #ffffff;
  content: "";
}


.pricing-block .icon-box .icon-outer{
  position: relative;
  /*height: 150px;*/
  width: 150px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  padding: 10px;
}

.pricing-block .icon-box i{
  position: relative;
  display: block;
  height: 130px;
  width: 130px;
  line-height: 120px;
  border: 5px solid #40cbb4;
  border-radius: 50%;
  font-size: 50px;
  color: #40cbb4;
  -webkit-transition:all 600ms ease;
  -ms-transition:all 600ms ease;
  -o-transition:all 600ms ease;
  -moz-transition:all 600ms ease;
  transition:all 600ms ease;
}

.pricing-block .inner-box:hover .icon-box i{
  transform:rotate(360deg);
}

.pricing-block .price-box{
  position: relative;
  text-align: center;
  padding: 10px 20px;
}

.pricing-block .title{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 600;
}

.pricing-block .price{
  display: block;
  font-size: 30px;
  color: #222222;
  font-weight: 700;
  color: #40cbb4;
  margin-top: 20px;
}


.pricing-block .features{
  position: relative;
  max-width: 200px;
  margin: 0 auto 20px;
}

.pricing-block .features li{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #848484;
  font-weight: 500;
  padding: 5px 0;
  padding-left: 30px;
  border-bottom: 1px dashed #dddddd;
}
.pricing-block .features li:before {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 16px;
    color: #2bd40f;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f058";
    font-family: 'FontAwesome';
    margin-top: -8px;
}
.pricing-block .features li.false:before{
  color: #e1137b;
  content: "\f057";
}

.pricing-block .features li a{
  color: #848484;
}

.pricing-block .features li:last-child{
  border-bottom: 0;
}

.pricing-block .btn-box{
  position: relative;
  text-align: center;
}

.pricing-block .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 500;
  padding: 8px 30px;
  background-color: #40cbb4;
  border-radius: 10px;
  border-top:2px solid transparent;
  border-bottom:2px solid transparent;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 300ms ease;
}

.pricing-block .btn-box a:hover{
  color: #ffffff;
}

.pricing-block .inner-box:hover .btn-box a{
  color:#40cbb4;
  background:none;
  border-radius:0px;
  border-color:#40cbb4;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .inner-box{
  border-color: #1d95d2;
}

.pricing-block:nth-child(2) .btn-box a,
.pricing-block:nth-child(2) .icon-box{
  background-color: #1d95d2;
}

.pricing-block:nth-child(2) .inner-box:hover .btn-box a{
  color:#1d95d2;
  background:none;
  border-radius:0px;
  border-color:#1d95d2;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .price{
  color: #1d95d2;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .inner-box{
  border-color: #ffc20b;
}

.pricing-block:nth-child(3) .btn-box a,
.pricing-block:nth-child(3) .icon-box{
  background-color: #ffc20b;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .price{
  color: #ffc20b;
}

.borderrr{
    margin-top: 0%;
    background-color: #fff8ec;
    margin-left: 100px;
    margin-right: 100px;
    border-radius: 10px;
    
   /* border-left: solid 9px;*/
   /* border-color: darkslateblue;*/
   /*border-right: solid 9px;*/
   /* border-color: cornflowerblue;*/
}




@media screen and (max-width:990px) {
    .borderrr {
        margin-top: 0%;
    background-color: aliceblue;
    margin-left: 0px;
    margin-right: 0px;
    
    border-left: solid 9px;
    border-color: darkslateblue;
   border-right: solid 9px;
    border-color: cornflowerblue;
    }
}

.st{
font-family: Oswald;
    color: #0071ba;
    font-size: 20px;
    /*letter-spacing: .5px;*/
    margin-bottom: 1rem;
    padding: 0;
    font-weight: 600;
}


.stt{
font-family: Arial;
    color: #757070;
    width: 96%;
    margin: 0 auto;
    font-size: 16px;
    padding: 0;
    margin-bottom: 53px;
}


* ------------Trusted-Section-Css-Start----------- */

/* trusted logos wraper */
.trusted_section {
    margin-top: 40px;
}

.trusted_section .company_logos {
    padding-top: 20px;
}

.trusted_section .company_logos img {
    filter: grayscale(1);
    margin: 0 auto;
    transition: .4s all;
}

.trusted_section .company_logos img:hover {
    filter: grayscale(0);
}



/* ----------Feature-Detail-Section-start------ */

/* features section wraper */
.features_section .feature_detail {
    background-color: var(--bg-white);
    border-radius: 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 120px;
    padding-top: 60px;
    padding-bottom: 20px;
    box-shadow: 0px 4px 30px #EDE9FE;
}

/* features section image */
.features_section .feature_detail .feature_img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -75px;
}

.features_section .feature_detail .feature_img img {
    max-width: 100%;
}

/* features section box */

.features_section .feature_detail .feature_box {
    max-width: 410px;
}

.features_section .feature_detail .feature_box .data_block {
    margin-bottom: 50px;
}

.features_section .feature_detail .feature_box .data_block h4 {
    font-size: 20px;
    color: var(--dark-purple);
    font-weight: 600;
}

.features_section .feature_detail .left_data {
    text-align: right;
    padding-left: 130px;
}

.features_section .feature_detail .right_data {
    padding-right: 130px;
}

.features_section .feature_detail .left_data .data_block .icon {
    margin-right: -15px;
}

.features_section .feature_detail .right_data .data_block .icon {
    margin-left: -15px;
}

.features_section .container {
    max-width: 1370px;
}



/* -----------------About-App-Section-Css-Start------------------ */

/* about us section wraper */
.about_app_section .about_img {
    display: flex;
    align-items: center;
    position: relative;
}

/* about us section images*/
.about_app_section .about_img img {
    max-width: 100%;
}

.about_app_section .about_img::before {
    content: "";
    position: absolute;
    left: 38%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    background-color: var(--bg-white);
    border-radius: 100%;
    z-index: -1;
}

.about_app_section .about_img .screen_img {
    margin-left: -135px;
    margin-top: 110px;
}

.about_app_section .about_text .section_title {
    text-align: left;
}

.about_app_section .about_text .section_title h2 {
    margin-bottom: 15px;
}

/* about us section  statastics nomber */
.about_app_section .about_text .app_statstic {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 40px;
}

.about_app_section .about_text .app_statstic li {
    width: 248px;
    background-color: var(--bg-white);
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    padding: 15px 10px;
    padding-left: 35px;
    box-shadow: 0px 4px 10px #EDE9FE;
}

.about_app_section .about_text .app_statstic li .icon {
    margin-right: 9px;
}

.about_app_section .about_text .app_statstic li p {
    margin-bottom: 0;
    line-height: 1;
    color: var(--dark-purple);
}

.about_app_section .about_text .app_statstic li p:first-child {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 3px;
}


/* -------------Modern-Ui-Section-Css-Start---------------- */
/* modern ui section wraper */
.modern_ui_section .row {
    align-items: center;
}

.modern_ui_section .design_block {
    margin-top: 45px;
}

/* modern ui text */
.modern_ui_section .section_title {
    text-align: left;
}

.modern_ui_section .ui_text {
    padding-right: 75px;
}

/* modern ui list */
.modern_ui_section .design_block li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 25px;
}

.modern_ui_section .design_block li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background-image: url(../images/right_icon.png);
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.modern_ui_section .design_block li h4 {
    font-size: 20px;
    color: var(--dark-purple);
    font-weight: 600;
    margin-bottom: 8px;
}

.modern_ui_section .design_block li p {
    margin-bottom: 0;
}

/* modern ui images */
.modern_ui_section .ui_images {
    display: flex;
    position: relative;
}

.modern_ui_section .ui_images::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 570px;
    height: 570px;
    border-radius: 100%;
    background-color: var(--bg-white);
    z-index: -1;
}

.modern_ui_section .ui_images .right_img img:nth-child(3) {
    margin-left: -140px;
    margin-top: -20px;
}

.modern_ui_section .ui_images .right_img img:nth-child(2) {
    margin-left: -90px;
    margin-top: -20px;
}

.modern_ui_section .ui_images .right_img img:nth-child(1) {
    position: relative;
    top: 15px;
    z-index: 99;
    margin-left: -15px;
}


/* -------------How_It_Works-Section-Css-Start------------------ */

/* how it works wraper */
.how_it_works .container {
    max-width: 1370px;
}

.how_it_works .how_it_inner {
    background-color: var(--bg-white);
    padding: 70px 0;
    padding-bottom: 250px;
    border-radius: 30px;
    box-shadow: 0px 4px 30px #EDE9FE;
}

/* how it works list */
.how_it_works .step_block ul {
    max-width: 1080px;
    margin: 0 auto;
    padding: 10px;
}

.how_it_works .step_block ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 50px;
}

.how_it_works .step_block ul li::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50px;
    transform: translateX(-50%);
    width: 4px;
    height: calc(100% + 100px);
    background-color: var(--light-bg);
}

.how_it_works .step_block ul li:first-child::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    background-color: var(--light-bg);
    border-radius: 15px;
}

.how_it_works .step_block ul li:first-child::before {
    top: 0;
}

.how_it_works .step_block ul li:last-child::before {
    height: 50%;
    top: 0;
}

.how_it_works .step_block ul li .step_text,
.how_it_works .step_block ul li .step_img {
    width: 360px;
    text-align: right;
}

/* how it works image */
.how_it_works .step_block ul li .step_img img {
    max-width: 100%;
}

/* how it works heading h4 */
.how_it_works .step_block ul li .step_text h4 {
    font-size: 20px;
    font-weight: 600;
}

.how_it_works .step_block ul li .step_text .app_icon {
    margin-bottom: 10px;
}

.how_it_works .step_block ul li .step_text .app_icon a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: var(--light-bg);
    color: var(--text-white);
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    transition: .4s all;
}

.how_it_works .step_block ul li .step_text .app_icon a:hover {
    background-color: var(--purple);
}

.how_it_works .step_block ul li .step_text span {
    font-weight: 600;
}

.how_it_works .step_block ul li .step_text span a {
    color: var(--purple);
    text-decoration: underline;
}

.how_it_works .step_block ul li:nth-child(2) {
    flex-direction: row-reverse;
}

.how_it_works .step_block ul li:nth-child(2) .step_text,
.how_it_works .step_block ul li:nth-child(2) .step_img {
    text-align: left;
}

/* how it works numbers */
.how_it_works .step_block ul li .step_number {
    background-image: url(../images/icon_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* how it works numbers heading h3 */
.how_it_works .step_block ul li .step_number h3 {
    font-size: 30px;
    font-weight: 600;
}

/* how it works video  */
.how_it_works .yt_video {
    max-width: 1170px;
    margin: 0 auto;
    margin-top: -200px;
    position: relative;
    overflow: hidden;
}

/* how it works video animation line  */
.how_it_works .yt_video .anim_line {
    z-index: 999;
}

.how_it_works .yt_video .thumbnil {
    position: relative;
}

.how_it_works .yt_video .thumbnil img {
    max-width: 100%;
}

.how_it_works .yt_video .thumbnil a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: var(--text-white);
    font-weight: 600;
    z-index: 999;
    cursor: pointer;
}

.how_it_works .yt_video .thumbnil a span {
    display: block;
    font-weight: 700;
    font-size: 30px;
}

.how_it_works .yt_video .thumbnil a .play_btn {
    background-color: rgba(255, 255, 255, 0.1);
    width: 96px;
    height: 96px;
    border-radius: 100px;
    text-align: center;
    margin: 0 auto;
    line-height: 96px;
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.how_it_works .yt_video .thumbnil a .play_btn img {
    width: 50px;
    position: relative;
    z-index: 999;
}

/* how it works video model   */
.modal {
    z-index: 999999;
}

.modal-backdrop.show {
    z-index: 99999;
    opacity: .7;
}

.youtube-video .modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    padding: 0 15px;
    height: 100%;
    max-width: 1240px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#video-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

iframe#youtubevideo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.youtube-video .modal-footer {
    border: none;
    text-align: center;
    display: block;
    padding: 0;
}

.youtube-video .modal-content {
    background: none !important;
    border: none;
}

#close-video {
    color: #fff;
    font-size: 30px;
}

/* ------------Testimonial-Slider-Css-Start------------- */
/* testimonials wraper  */
#testimonial_slider {
    max-width: 550px;
    margin: 0 auto;
}

.testimonial_section .testimonial_block {
    background-image: url(../images/testimonial_bg.png);
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: 65px;
}

.testimonial_section .testimonial_block .testimonial_slide_box {
    text-align: center;
    width: 430px;
    padding: 10px;
    margin: 0 auto;
}

/* testimonials rating  */
.testimonial_section .testimonial_block .rating span {
    color: #FC9400;
    font-size: 18px;
}

.testimonial_section .testimonial_block .testimonial_slide_box .review {
    margin-top: 10px;
    margin-bottom: 30px;
}

/* testimonials image  */
.testimonial_section .testimonial_block .testimonial_slide_box .testimonial_img img {
    margin: 0 auto;
}

/* testimonials heading h3 */
.testimonial_section .testimonial_block .testimonial_slide_box h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 10px;
}

.testimonial_section .testimonial_block .testimonial_slide_box .designation {
    font-size: 15px;
}

/* testimonials total review */
.testimonial_section .total_review {
    text-align: center;
    margin-top: 60px;
}

.testimonial_section .total_review .rating {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* testimonials paragraph */
.testimonial_section .total_review .rating p {
    margin-bottom: 0;
    font-weight: 600;
    margin-left: 5px;
    color: var(--dark-purple);
}

/* testimonials heading */
.testimonial_section .total_review h3 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--dark-purple);
}

.testimonial_section .total_review a {
    color: var(--purple);
    font-weight: 700;
}

.testimonial_section .testimonial_block .avtar_faces {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 100%;
}

.testimonial_section .testimonial_block .avtar_faces img {
    max-width: 100%;
}


/* -------------------Pricing-Section---------------------- */

/* pricing wraper  */
.pricing_section .toggle_block {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* pricing toggle button */
.pricing_section .toggle_block span {
    color: var(--dark-purple);
    font-weight: 600;
    display: block;
    margin: 0 5px;
}

.tog_btn.month_active {
    left: 35px !important;
}

.pricing_section .toggle_block span.deactive {
    color: var(--body-text-purple);
}

.pricing_section .toggle_block .offer {
    background-color: var(--bg-white);
    border-radius: 5px;
    padding: 2px 10px;
    font-weight: 400;
    font-size: 13px;
    color: var(--purple);
}

.pricing_section .toggle_block .tog_block {
    width: 70px;
    height: 35px;
    background-color: var(--bg-white);
    border-radius: 18px;
    margin: 0 10px;
    position: relative;
    cursor: pointer;
}

.pricing_section .toggle_block .tog_block .tog_btn {
    height: 23px;
    width: 23px;
    border-radius: 25px;
    display: block;
    background-color: var(--purple);
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    transition: .4s all;
}

.pricing_section .toggle_block .month.active,
.pricing_section .toggle_block .years.active {
    color: var(--purple);
}

/* pricing pannel */
.pricing_section .pricing_pannel {
    margin-top: 50px;
    display: none;
}

.pricing_section .pricing_pannel.active {
    display: block;
}

.pricing_section .pricing_pannel .pricing_block {
    text-align: center;
    background-color: var(--bg-white);
    min-height: 700px;
    border-radius: 12px;
    padding-top: 60px;
    margin-bottom: 40px;
    box-shadow: 0px 4px 30px #EDE9FE;
}

.pricing_section .pricing_pannel .pricing_block.highlited_block {
    background-color: var(--purple);
}

.pricing_section .pricing_pannel .pricing_block.highlited_block p,
.pricing_section .pricing_pannel .pricing_block.highlited_block h3,
.pricing_section .pricing_pannel .pricing_block.highlited_block span,
.pricing_section .pricing_pannel .pricing_block.highlited_block .pkg_name span {
    color: var(--text-white);
}

.pricing_section .pricing_pannel .pricing_block .icon {
    margin-bottom: 35px;
}

/* pricing box image */
.pricing_section .pricing_pannel .pricing_block .icon img {
    width: 120px;
}

/* pricing box heading h3 */
.pricing_section .pricing_pannel .pricing_block .pkg_name h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.pricing_section .pricing_pannel .pricing_block .pkg_name span {
    color: var(--body-text-purple);
    font-size: 15px;
}

.pricing_section .pricing_pannel .pricing_block .price {
    font-size: 48px;
    color: var(--purple);
    margin: 25px 0;
    display: block;
    font-weight: 600;
}

/* pricing box list */
.pricing_section .pricing_pannel .pricing_block .benifits {
    margin-bottom: 40px;
}

.pricing_section .pricing_pannel .pricing_block .benifits li p {
    margin-bottom: 5px;
}

.pricing_section .contact_text {
    text-align: center;
    margin-bottom: 0;
}

.pricing_section .contact_text a {
    color: var(--purple);
    text-decoration: underline;
}


/* -------------FAQ-Section-Css-Start----------------- */

/* faq wraper */
.faq_section .faq_panel {
    margin-top: 40px;
}

/* faq box */
.faq_section .faq_panel .card {
    border: none;
    margin-bottom: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px #EDE9FE;
    padding: 16px 0;
}

.faq_section .faq_panel .card:last-child {
    margin-bottom: 0;
}

.faq_section .faq_panel .card-header {
    background-color: transparent;
    border: none;
    padding-bottom: 0;
    padding-top: 0;
}

.faq_section .faq_panel .card-header .btn {
    padding: 0;
    color: var(--dark-purple);
    font-weight: 600;
    font-size: 20px;
}

.faq_section .faq_panel .card-header .btn.active {
    color: var(--purple);
}

.faq_panel .accordion button,
.faq_panel .accordion button:hover,
.faq_panel .accordion button:focus {
    text-decoration: none;
}

.faq_section .faq_panel .card-header .icon_faq {
    position: absolute;
    right: 20px;
    color: #839BC0;
}

/* faq heading h2 */
.faq_section .faq_panel .card-header h2 {
    line-height: 1;
}

/* faq paragraph */
.faq_section .faq_panel .card-body {
    padding-bottom: 0;
}


/* -----------Interface_Section-Css-Start----------------- */

/* interface wraper */
.interface_section .screen_slider {
    margin-top: 35px;
    min-height: 720px;
}

/* interface images */
.interface_section .owl-item .screen_frame_img img {
    transform: scale(.9);
    border: 2px solid #000;
    border-radius: 20px;
    transition: 1s all;
    margin: 0 auto;
}

.interface_section .owl-item.center .screen_frame_img img {
    transform: scale(1);
    border: 3px solid #000;

}


/* -----------Download_App_Section-Start------------------ */

/* download app wraper */
.free_app_section {
    padding-top: 70px;
    position: relative;
}

.free_app_section .container {
    max-width: 1370px;
}

.free_app_section .container .free_app_inner {
    background-color: var(--bg-purple);
    border-radius: 30px;
    padding: 20px 100px;
    padding-bottom: 50px;
    position: relative;
    z-index: 999999;
}

/* download app dark background */
.free_app_section .container .free_app_inner .dark_bg {
    overflow: hidden;
}

.free_app_section .container .free_app_inner .dark_bg span {
    z-index: 9999;
}

.free_app_section .container .free_app_inner .row {
    align-items: center;
}

.free_app_section .container .free_app_inner .free_text .section_title {
    text-align: left;
}

/* download app heading h2 */
.free_app_section .container .free_app_inner .free_text .section_title h2 {
    margin-bottom: 20px;
}

.free_app_section .container .free_app_inner .free_text .section_title h2,
.free_app_section .container .free_app_inner .free_text .section_title p {
    color: var(--text-white);
}

.free_app_section .container .free_app_inner .free_text .app_btn {
    display: flex;
    align-items: center;
}

.free_app_section .container .free_app_inner .free_text .app_btn li a {
    display: block;
    padding: 12px 30px;
    background-color: var(--bg-white);
    border: 2px solid var(--purple);
    position: relative;
    border-radius: 12px;
    transition: .4s all;
}

.free_app_section .container .free_app_inner .free_text .app_btn li a:hover {
    -webkit-box-shadow: 1px 4px 8px -2px rgba(0,0,0,0.5);
-moz-box-shadow: 1px 4px 8px -2px rgba(0,0,0,0.5);
box-shadow: 1px 4px 8px -2px rgba(0,0,0,0.5);
}

.free_app_section .container .free_app_inner .free_text .app_btn li:last-child {
    margin-left: 25px;
}

.free_app_section .container .free_app_inner .free_img {
    display: flex;
    align-items: center;
    margin-top: -120px;
}

.free_app_section .container .free_app_inner .free_img img:last-child {
    margin-left: -65px;
}

.purple_backdrop {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(50, 35, 111, 0.95);
    width: 100%;
    height: 100%;
    z-index: 99999;
    opacity: 0;
    transition: .4s all;
    pointer-events: none;
}

/* ---------------Latest_Story-Css-Start------------- */

/* latest story wraper */
.latest_story {
    margin-bottom: 80px;
}

/* latest story box */
.latest_story .story_box {
    background-color: var(--bg-white);
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 4px 30px #EDE9FE; 
}

/* latest story image */
.latest_story .story_box .story_img {
    position: relative;
}

.latest_story .story_box .story_img img {
    max-width: 100%;
    border-radius: 12px;
}

.latest_story .story_box .story_img span {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 14px;
    color: var(--text-white);
}

/* latest story pargraph */
.latest_story .story_box .story_text {
    padding: 20px 30px;
}

/* latest story heading h3 */
.latest_story .story_box .story_text h3 {
    color: var(--dark-purple);
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

/* latest story link text */
.latest_story .story_box .story_text a {
    color: var(--purple);
    margin-top: 25px;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}

.latest_story .story_box .story_text a:hover {
    text-decoration:underline;
}



/* -------------Newsletter-Section-Css-Start------------- */

/* newsletter  wraper */
.newsletter_box {
    background-color: var(--bg-purple);
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 4px 10px #0c0c0c21;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -95px;
    position: relative;
    z-index: 99;
}

.newsletter_box .section_title {
    width: 45%;
}

.newsletter_box form {
    width: 60%;
}

/* newsletter heading h2 */
.newsletter_box .section_title h2 {
    margin-bottom: 5px;
    letter-spacing: -1px;
}

.newsletter_box .section_title h2,
.newsletter_box .section_title p {
    color: var(--text-white);
    text-align: left;
}

/* newsletter paragraph */
.newsletter_box .section_title p {
    margin-bottom: 0;
}

/* newsletter input  */
.newsletter_box form {
    display: flex;
}

.newsletter_box form .form-group {
    margin-bottom: 0;
}

.newsletter_box form .form-group .form-control {
    width: 430px;
    height: 55px;
    border-radius: 6px;
    color: var(--dark-purple);
}

.newsletter_box form .form-group .form-control::placeholder {
    color: var(--dark-purple);
}

/* newsletter button */
.newsletter_box form .form-group .btn {
    height: 55px;
    width: 170px;
    text-transform: uppercase;
    color: var(--purple);
    background-color: var(--bg-white);
    border-radius: 6px;
    margin-left: 10px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.newsletter_box form .form-group .btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: var(--bg-purple);
    border-radius: 0;
    transition: .6s all;
    z-index: -1;
}

.newsletter_box form .form-group .btn:hover::before {
    width: 100%;
}

.newsletter_box form .form-group .btn:hover {
    color: var(--text-white);
}


/* ------Footer-Css-Start-------------- */
/* footer wraper */
footer {
    position: relative;
}

footer .top_footer {
    background-color: #583BD3;
    padding: 180px 0 60px 0;
    position: relative;
    overflow: hidden;
}

footer .top_footer.has_bg {
    background-image: url(../images/footer_bg.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* footer logo */
footer .top_footer .logo {
    margin-bottom: 40px;
}

footer .top_footer .logo img {
    width: 150px;
}

footer .top_footer .abt_side li {
    padding: 0 0 10px 0;
}

/* footer social media icon */
footer .top_footer .social_media {
    display: flex;
    margin-top: 20px;
}

/* footer link list */
footer .top_footer .social_media li a {
    display: block;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    margin-right: 10px;
    transition: .4s all;
}

footer .top_footer .social_media li a:hover {
    background-color: var(--bg-white);
    color: var(--purple);
}

footer .top_footer .try_out {
    margin-left: -20px;
}

footer .app_btn li a {
    display: block;
    padding: 12px 10px;
    background-color: var(--bg-white);
    border: 2px solid var(--purple);
    position: relative;
    border-radius: 12px;
    transition: .4s all;
    width: 175px;
    text-align: center;
}

footer .app_btn li a:hover {
    -webkit-box-shadow: 1px 4px 8px -2px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 4px 8px -2px rgba(0,0,0,0.5);
    box-shadow: 1px 4px 8px -2px rgba(0,0,0,0.5);
}

footer .app_btn li:last-child {
    margin-top: 20px;
}

footer .bottom_footer {
    background-color: var(--bg-purple);
}

/* footer heading and text colors variable */
footer h2,
footer h3,
footer p,
footer a {
    color: var(--text-white);
}

footer a:hover {
    color: var(--text-white);
}

/* footer heading h3 */
footer h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 50px;
    padding-top: 10px;
}

footer .links ul li a {
    display: block;
    margin-bottom: 10px;
}

/* footer last */
footer .bottom_footer {
    padding: 20px 0;
}

footer .bottom_footer p {
    margin-bottom: 0;
    font-size: 15px;
}

footer .bottom_footer .developer_text {
    text-align: right;
}

footer .bottom_footer .developer_text a {
    text-decoration: underline;
}

/* footer go top button */
.go_top {
    position: fixed;
    right: 30px;
    bottom: 75px;
    cursor: pointer;
    transition: .4s all;
    opacity: 0;
}

.go_top:hover {
    bottom: 80px;
}

/* -----------Animation-Css-Start-------------- */

/* animation line wraper */
.anim_line {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.anim_line span {
    position: absolute;
    z-index: 99999;
    top: -275px;
    animation: star_down_one 6s infinite linear;
    opacity: 0;
}

.anim_line.dark_bg {
    max-width: 1170px;
}

.anim_line.dark_bg span {
    transform: rotate(180deg);
}

.anim_line span:first-child {
    left: -17%;
    animation-delay: 3s;
}

.anim_line span:nth-child(2) {
    left: 0%;
    animation-delay: 5s;
}

.anim_line span:nth-child(3) {
    left: 17%;
    animation-delay: 1s;
}

.anim_line span:nth-child(4) {
    left: 34%;
    animation-delay: 4s;
}

.anim_line span:nth-child(5) {
    left: 51%;
    animation-delay: 7s;
}

.anim_line span:nth-child(6) {
    left: 68%;
}

.anim_line span:nth-child(7) {
    left: 85%;
    animation-delay: 3s;
}

.anim_line span:nth-child(8) {
    left: 99%;
    animation-delay: 2s;
}

.anim_line span:nth-child(9) {
    left: 117%;
    animation-delay: 5s;
}

/* footer .top_footer .anim_line span:first-child {
    left: 5%;
}

footer .top_footer .anim_line span:nth-child(2) {
    left: 13%;
} */

@keyframes star_down_one {
    0% {
        opacity: 0;
        top: -250px;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        top: 100%;
        opacity: 0;
    }
}




/* --------Object-Moving-Animation-Css-Start----- */
.moving_animation {
    animation: moving_object 6s infinite linear;
}

.moving_position_animatin {
    position: relative;
    animation: moving_position_animatin 6s infinite linear;
    z-index: -1;
}

.about_app_section .about_img .screen_img img {
    animation-delay: 3s;
}

.modern_ui_section .ui_images .right_img img:nth-child(3) {
    animation-delay: 3s;
}

.modern_ui_section .ui_images .right_img img:nth-child(2) {
    animation-delay: 3s;
}

.modern_ui_section .ui_images .right_img img:nth-child(1) {
    animation-delay: 3s;
}

@keyframes moving_object {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes moving_position_animatin {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0);
    }
}


/* ------------Waves-Animation---------------- */
.waves-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 150px;
    height: 150px;
}

.waves {
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    position: absolute;
    top: 0;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    position: absolute;
    top: 0;
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}



/*------Header Btn Animation------*/
@keyframes pulse-blue-small-sm {
  0% {
    box-shadow: 0 0 0 0 rgba(107, 73, 242, 0.7);
  }

  100%,
  30% {
    box-shadow: 0 0 0 12px transparent
  }
}

@keyframes pulse-blue-medium-sm {
  0% {
    box-shadow: 0 0 0 0 rgba(107, 73, 242, 0.4);
  }

  100%,
  30% {
    box-shadow: 0 0 0 20px transparent
  }
}


/*------WhiteHeader Btn Animation------*/
@keyframes pulse-white-small-sm {
  0% {
    box-shadow: 0 0 0 0 rgba(253, 253, 253, 0.7);
  }

  100%,
  30% {
    box-shadow: 0 0 0 12px transparent
  }
}

@keyframes pulse-white-medium-sm {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  100%,
  30% {
    box-shadow: 0 0 0 20px transparent
  }
}


/* Inner Page banner shape animation */
.bred_crumb .banner_shape1, .banner_shape2, .banner_shape3 { 
    position: absolute; }

.bred_crumb .banner_shape1 {
    top: 200px;
    left: 15%;
    animation: mymove 10s infinite;
}

.bred_crumb .banner_shape2 {
    top: 100px;
    right: 10%;
    animation: mymove 5s infinite;
}

.bred_crumb .banner_shape3 {
    top: 350px;
    right: 20%;
    animation: mymove 3s infinite;
}


/* CTA section Shape animation */

.query_section .banner_shape1, .banner_shape2, .banner_shape3 { 
    position: absolute; }

.query_section .banner_shape1 {
    top: 200px;
    left: 15%;
    animation: mymove 10s infinite;
}

.query_section .banner_shape2 {
    top: 100px;
    right: 10%;
    animation: mymove 5s infinite;
}

.query_section .banner_shape3 {
    top: 350px;
    right: 20%;
    animation: mymove 3s infinite;
}


@keyframes mymove {
  50% {transform: rotate(180deg);}
}




/* ----------Other-Page-Css-Start---------- */

/* White Header Css Satart */

.white_header .navbar-expand-lg .navbar-nav .nav-link ,.white_header .navbar-expand-lg .navbar-nav .has_dropdown .drp_btn {
    color: var(--text-white);
}

.white_header .navbar-expand-lg .navbar-nav .has_dropdown:hover .drp_btn {
    color: var(--purple);
}

.white_header .navbar-expand-lg .navbar-nav .nav-link.dark_btn {
    background-color: var(--bg-white);
    color: var(--purple);
}

.white_header .navbar-expand-lg .navbar-nav .nav-link.dark_btn::before {
  animation: pulse-white-medium-sm 3.5s infinite
}

.white_header .navbar-expand-lg .navbar-nav .nav-link.dark_btn::after  {
  animation: pulse-white-small-sm 3.5s infinite
}

header.fix_style.white_header {
    background-color: #664bece0;
}


/* About Us Page Css Start */

/* Bredcrumb Css Start */
.bred_crumb {
    background-image: url(../images/bread_crumb_bg.png);
    /*background: var(--purple);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 500px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: -96px;
}

.bred_crumb::after {
    content: "";
    background-image: url(../images/inner_page_banner_overlay.svg);
    position: absolute;
    bottom: -1px;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    background-position: center;
}

.bred_crumb .bred_text {
    text-align: center;
    z-index: 1000;
    position: relative;
}

.bred_crumb .bred_text h1 {
    color: var(--text-white);
    font-size: 55px;
    font-weight: 700;
}

.bred_crumb .bred_text h1 + p {
    color: var(--text-white);
    margin-top: -5px;
}

.bred_crumb .bred_text ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bred_crumb .bred_text ul li {
    margin: 0 5px;
}

.bred_crumb .bred_text ul li a, .bred_crumb .bred_text ul li span {
    color: var(--text-white);
    font-size: 14px;
    transition: .4s all;
}

.bred_crumb .bred_text ul li a:hover {
    text-decoration: underline;
}

.bred_crumb .bred_text .search_bar {
    margin-top: 25px;
    position: relative;
    z-index: 1000;
}

.bred_crumb .bred_text .search_bar form .form-group {
    position: relative;
    max-width: 600px;
    height: 60px;
    margin: 0 auto;
}

.bred_crumb .bred_text .search_bar form .form-group .form-control {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    border: 1px solid var(--bg-purple);
    font-size: 16px;
    padding-left: 30px;
    color: var(--body-text-purple);
}

.bred_crumb .bred_text .search_bar form .form-group .form-control::placeholder {
    color: var(--body-text-purple);
}

.bred_crumb .bred_text .search_bar form .form-group .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--dark-purple);
}

.bred_crumb .bred_text .search_bar form .form-group .btn {
    position: absolute;
    right: 2px;
    top: 2px;
    background-color: var(--bg-purple);
    width: 56px;
    height: 56px;
    padding: 0;
    border-radius: 100px;
    text-align: center;
    line-height: 56px;
    font-size: 23px;
    color: var(--text-white);
}

.bred_crumb .bred_text .search_bar form .form-group .btn:hover {
    background-color: var(--dark-purple);
}

/* ----About App Soluction Section--- */

.app_solution_section .row {
    align-items: center;
}

.app_solution_section .app_text .section_title {
    text-align: left;
    margin-bottom: 20px;
} 

.app_solution_section .app_text .section_title h2 {
    letter-spacing: -1px;
}

.app_solution_section .app_text p {
    padding-right: 40px;
}

.app_solution_section .app_images {
    position: relative;
}

.app_solution_section .app_images ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.app_solution_section .app_images ul li {
    position: relative;
}

.app_solution_section .app_images ul li a {
    position: relative;
}

.app_solution_section .app_images ul li a .play_icon {
    background-color: rgba(255, 255, 255, 0.1);
    width: 96px;
    height: 96px;
    border-radius: 100px;
    text-align: center;
    margin: 0 auto;
    line-height: 96px;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);

}

.app_solution_section .app_images ul li img {
    max-width: 100%;
}

.app_solution_section .app_images li:first-child {
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}

.app_solution_section .app_images ul li:nth-child(2) {
    left: -5px;
    cursor: pointer;
}

.app_solution_section .app_images ul li:nth-child(3) {
    right: -5px;
}

.app_solution_section .app_images::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 570px;
    height: 570px;
    border-radius: 100%;
    background-color: var(--bg-white);
    z-index: -1;
}


/* ------Why Section CSS Start------ */

.why_we_section {
    display: flex;
    justify-content: center;
}

.why_we_section .why_inner {
    background-color: var(--bg-white);
    border-radius: 30px;
    width: 1370px;
    margin: 0 15px;
    box-shadow: 0 4px 30px #EDE9FE;
    padding: 85px 0;
}

.why_we_section .why_inner .section_title {
    margin-bottom: 50px;
}

.why_we_section .why_inner .why_box .icon {
    margin-bottom: 45px;
}

.why_we_section .why_inner .why_box .icon img {
    max-width: 100%;
}

.why_we_section .why_inner .why_box .text h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--dark-purple);
    margin-bottom: 10px;
}

.why_we_section .why_inner .why_box .text p {
    margin-bottom: 0;
}


/* About-Page-Sectino */

.about_page_sectino img {max-width: 100%;}

/* -----------experts_team_sectio---------- */

.experts_team_section .experts_box {
    position: relative;
    text-align: center;
    padding: 35px 30px;
    border-radius: 12px;
    background-color: transparent;
    transition: .4s all;
}

.experts_team_section .experts_box img {
    margin-bottom: 30px;
    max-width: 100%;
}

.experts_team_section .experts_box .text h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--dark-purple);
    transition: .4s all;
}

.experts_team_section .experts_box .text span {
    color: var(--body-text-purple);
}

.experts_team_section .experts_box .social_media {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}

.experts_team_section .experts_box .social_media a {
    display: block;
    width: 33px;
    height: 33px;
    border: 1px solid #CCCCE2;
    border-radius: 50px;
    text-align: center;
    line-height: 31px;
    color: #898AAE;
    margin: 0 5px;
    transition: .4s all;
    font-size: 15px;
}

.experts_team_section .experts_box .social_media a:hover {
    border-color: var(--purple);
    background-color: var(--bg-purple);
    color: var(--text-white);
}

.experts_team_section .experts_box:hover {
    background-color: var(--bg-white);
    box-shadow: 0 4px 10px #EDE9FE;
}

.experts_team_section .experts_box:hover h3 {
    color: var(--purple);
}


/* ---------Query-Section-Css-Start-------- */
.query_section {
    display: flex;
    justify-content: center;
}

.query_inner {
    width: 1370px;
    margin: 0 15px;
    /*background-image: url(../images/query_bg.png);*/
    background: var(--purple);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
    min-height: 420px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.query_inner .section_title h2 , 
.query_inner .section_title p {
    color: #fff;
}

.query_inner .section_title {
    margin-bottom: 40px;
}

.query_inner .white_btn {
    font-size: 25px;
    font-weight: 700;
}

.query_inner .white_btn:hover {
    border-color: #fff;
}

.about_trust_section {
    margin-bottom: 40px;
}


/* Blog List Css Start */
.blog_list_story {
    margin-bottom: 50px;
}

.blog_list_main {
    position: relative;
}

.blog_list_main > .container > .row {
    align-items: center;
}

.blog_list_main .blog_img {
    position: relative;
}

.blog_list_main .blog_img img {
    max-width: 100%;
    border-radius: 12px;
}

.blog_list_main .blog_img span {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 14px;
    color: var(--text-white);
}

.blog_list_main .blog_text .section_title {
    text-align: left;
}

.blog_list_main .blog_text .choice_badge {
    font-size: 12px;
    background-color: #F8D979;
    display: inline-block;
    padding: 1px 10px;
    border-radius: 4px;
    color: var(--dark-purple);
    font-weight: 700;
    margin-bottom: 10px;
}

.blog_list_main .blog_text a {
    color: var(--purple);
    margin-top: 25px;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}

.blog_list_main .blog_text a:hover {
    text-decoration: underline;
}

.blog_list_story.row_am {
    padding-top: 30px;
}

.blog_list_story .story_box {
    margin-bottom: 40px;
    text-align: left;
}

/* Pagination Css Start */
.pagination_block ul {display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.pagination_block ul li:not(:first-child , :last-child) a {margin: 0 5px;
    transition: .4s all;
    display: block;
    width: 35px;
    height: 35px;
    background-color: transparent;
    border-radius: 50px;
    text-align: center;
    line-height: 35px;
}

.pagination_block ul li:first-child {
    margin-right: 20px;
}

.pagination_block ul li:last-child {
    margin-left: 20px;
}

.pagination_block ul li:not(:first-child , :last-child) a:hover , .pagination_block ul li:not(:first-child , :last-child) a.active {
    background-color: var(--bg-purple);
    color: var(--text-white);
}

.pagination_block ul li:first-child a:hover {
    color: var(--purple);
}

.pagination_block ul li:last-child  a:hover {
    color: var(--purple);
}

/* Blog Detail Css Start */
.blog_detail_section {
    margin-bottom: 40px;
}

.blog_detail_bredcrumb.bred_crumb .bred_text {
    margin-top: -30px;
}

.blog_detail_section .blog_inner_pannel {
    background-color: #FFFFFF;
    border-radius: 30px;
    padding: 45px 60px;
    margin-top: -120px;
    position: relative;
    box-shadow: 0 8px 30px #c0bad76b;
}

.blog_detail_section .blog_inner_pannel .review {
    display: flex; 
    justify-content: center;
    margin-bottom: 15px;
}

.blog_detail_section .blog_inner_pannel .review span {
    line-height: 1;
}

.blog_detail_section .blog_inner_pannel .review span:first-child {
    color: var(--purple);
    display: inline-block;
    font-weight: 700;
}

.blog_detail_section .blog_inner_pannel .review span:last-child {
    color: var(--dark-purple);
    display: inline-block;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid var(--dark-purple);
}

.blog_detail_section .blog_inner_pannel .section_title {
    margin-bottom: 40px;
}

.blog_detail_section .blog_inner_pannel .section_title h2 {
    margin-bottom: 0;
}

.blog_detail_section .blog_inner_pannel img {
    max-width: 100%;
}

.blog_detail_section .blog_inner_pannel .main_img {
    margin-bottom: 30px;
}

.blog_detail_section .blog_inner_pannel .info h3 {
    font-weight: 700;
    color: var(--dark-purple);
    margin-top: 30px;
    font-size: 25px;
    margin-bottom: 15px;
}

.blog_detail_section .blog_inner_pannel .info ul {
    padding-left: 50px;
    padding-top: 10px;
    margin-bottom: 30px;
}

.blog_detail_section .blog_inner_pannel .info ul li p {
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
}

.blog_detail_section .blog_inner_pannel .info ul li p .icon {
    position: absolute;
    left: 0;
    color: var(--purple);
}

.blog_detail_section .blog_inner_pannel .two_img {
    margin-bottom: 70px;
}

.blog_detail_section .blog_inner_pannel .quote_block {
    background-color: #F6F4FE;
    border-radius: 12px;
    padding: 55px 35px 35px 60px;
    position: relative;
    margin-top: 50px;
    margin-bottom: 35px;
}

.blog_detail_section .blog_inner_pannel .quote_block h2 {
    font-size: 25px;
    line-height: 37px;
}

.blog_detail_section .blog_inner_pannel .quote_block p {
    margin-bottom: 0;
    margin-top: 15px;
}

.blog_detail_section .blog_inner_pannel .quote_block .name {
    color: var(--purple);
    font-weight: 700;
}

.blog_detail_section .blog_inner_pannel .quote_block .q_icon {
    position: absolute;
    top: -20px;
    width: 63px;
    height: 63px;
    background-color: var(--bg-white);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog_detail_section .blog_inner_pannel .quote_block .q_icon img {
    width: 35px;
}

.blog_detail_section .blog_inner_pannel .blog_authore {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
    border-top: 1px solid #D6D3E3;
    border-bottom: 1px solid #D6D3E3;
    margin: 35px 0;
}

.blog_detail_section .blog_inner_pannel .blog_authore .authore_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog_detail_section .blog_inner_pannel .blog_authore .authore_info .text {
    margin-left: 20px;
}

.blog_detail_section .blog_inner_pannel .blog_authore .authore_info .text h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--dark-purple);
    margin-bottom: 5px;
}

.blog_detail_section .blog_inner_pannel .blog_authore .authore_info .text span {
    font-size: 14px;
}

.blog_detail_section .blog_inner_pannel .blog_authore .social_media ul {
    display: flex;
}

/* Social Media link list */
.blog_detail_section .blog_inner_pannel .blog_authore .social_media ul li a {
    display: block;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    font-size: 15px;
    border: 1px solid #CCC9D7;
    border-radius: 50px;
    margin-right: 10px;
    transition: .4s all;
}

.blog_detail_section .blog_inner_pannel .blog_authore .social_media ul li:last-child a {
    margin-right: 0;
}

.blog_detail_section .blog_inner_pannel .blog_authore .social_media ul li a:hover {
    background-color: var(--bg-purple);
    color: var(--text-white);
}

.blog_detail_section .blog_inner_pannel .blog_tags ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog_detail_section .blog_inner_pannel .blog_tags ul .tags p {
    margin-bottom: 0;
    color: var(--dark-purple);
    font-weight: 500;
    margin-right: 5px;
}

.blog_detail_section .blog_inner_pannel .blog_tags ul li span {
    color: var(--purple);
    font-weight: 500;
}


/* comment section Css Start */
.comment_section ul {
    margin-top: 30px;
}

.comment_section ul li {
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-top: 1px solid #D6D3E3;
}

.comment_section ul li:last-child {
    padding-bottom: 0;
}

.comment_section ul li.replay_comment {
    margin-left: 110px;
}

.comment_section ul li .authore_info {
    display: flex;
    align-items: center;
    width: 260px;
}

.comment_section ul li .authore_info .avtar {
    width: 88px;
    margin-right: 20px;
}

.comment_section ul li .authore_info .text {
    width: calc(100% - 108px);
}

.comment_section ul li .authore_info .text h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--dark-purple);
}

.comment_section ul li .authore_info .text span {
    font-size: 14px;
}

.comment_section ul li .comment {
    width: calc(100% - 310px);
    margin-left: 50px;
}

.comment_section ul li .comment p {
    margin-bottom: 0;
}



/* comment-form-section */

.comment_form_section form {
    margin-top: 30px;
}

.comment_form_section form .form-group .form-control {
    border-radius: 12px;
    height: 60px;
    box-shadow: 0 3px 6px #EDE9FE;
    border: transparent;
    margin-bottom: 30px;
    color: var(--body-text-purple);
    padding: 15px;
}

.comment_form_section form .form-group .form-control::placeholder {
    color: var(--body-text-purple);
}

.comment_form_section form .form-group textarea.form-control {
    height: 140px;
    padding-top: 15px;
    resize: none;
}


/* Sign Up Css Start */
.full_bg {
    /*background-image: url(../images/form_bg.png);*/
    background-size: cover;
    background: var(--purple);
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 50px;
}

.signup_section {
    position: relative;
}

.signup_section .back_btn {
    position: absolute;
    left: 0;
    top: 92px;
    color: #fff;
    font-weight: 500;
}

.signup_section .top_part {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 50px;
}

.signup_form {
    width: 570px;
    margin: 0 auto;
    padding: 40px 0;
    border-radius: 12px;
    box-shadow: 0 4px 10px #00000054;
    background-color: var(--bg-white);
}

.signup_form form {
    padding: 0 60px;
}

.signup_form .section_title {
    padding: 0 15px;
}

.signup_form .section_title h2 {
    font-weight: 600;
}

.signup_form form .form-group {
    margin-bottom: 20px;
}

.signup_form form .form-group .form-control {
    height: 60px;
    padding: 5px 20px;
    color: var(--body-text-purple);
    border: 2px solid #E1DBF4;
    border-radius: 12px;
    font-weight: 500;
}

.signup_form form .form-group .form-control:focus {
    box-shadow: none;
    border-color: var(--purple);
    color: var(--purple);
}

.signup_form form .form-group .puprple_btn {
    min-width: 240px;
    display: block;
    margin: 40px auto;
    margin-bottom: 30px;
    font-weight: 600;
}

.signup_form .or_block {
    display: block;
    text-align: center;
    border-bottom: 1px solid #E3E1ED;
}

.signup_form .or_block span {
    position: relative;
    top: 14px;
    padding: 0 5px;
    background-color: var(--bg-white);
    color: #8081AD;
}

.signup_form .or_option {
    text-align: center;
}

.signup_form .or_option > p {
    color: #8081AD;
    margin-top: 30px;
}

.signup_form .or_option .google_btn {
    min-width: 330px;
    border: 2px solid #E1DBF4;
    text-align: center;
    color: var(--body-text-purple);
    padding: 16px;
    border-radius: 100px;
    transition: .4s all;
}

.signup_form .or_option .google_btn:hover {
    border-color: var(--light-purple);
}

.signup_form .or_option .google_btn img {
    margin-right: 20px;
}

.signup_form .or_option p a {
    color: var(--purple);
    text-decoration: underline;
    transition: .4s all;
}

.signup_form .or_option p a:hover {
    color: var(--dark-purple);
}


/* Review List Section Css Start */

.review_list_section .review_box {
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px #EDE9FE;
    margin: 20px 0;
}

.review_list_section .review_box .rating ul {
    display: flex;
}

.review_list_section .review_box .rating ul li span {
    color: #FC9400;
    font-size: 18px;
}

.review_list_section .review_box h3 {
    font-size: 20px;
    color: var(--purple);
    margin: 10px 0;
}

.review_list_section .review_box .reviewer {
    display: flex;
    align-items: center;
    margin-top: 35px;
}

.review_list_section .review_box .reviewer .avtar {
    width: 80px;
}

.review_list_section .review_box .reviewer .text {
    margin-left: 20px;
    width: calc(100% - 100px);
}

.review_list_section .review_box .reviewer .text h3 {
    font-weight: 600;
    color: var(--dark-purple);
    margin-bottom: 0;
}

/* review-freeapp */

.review_freeapp {
    margin: 60px 0;
}

.review_freeapp .free_app_inner {
    background: url(../images/free_review_bg.html);
    background-size: cover;
    background-position: 90%;
}

/* Contact Page Css Start */

.contact_page_section .contact_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: -150px;
}

.contact_page_section .contact_inner .section_title h2 {
    font-weight: 600;
}

.contact_page_section .contact_inner .contact_form {
    width: 570px;
    padding: 50px 60px;
    border-radius: 22px;
    background-color: #fff;
    box-shadow: 0 4px 10px #EDE9FE;
}

.contact_page_section .contact_inner .contact_form h2 {
    margin-bottom: 0;
}

.contact_page_section .contact_inner .contact_form form {
    margin-top: 30px;
}

.contact_page_section .contact_inner .contact_form form .form-group {
    margin-bottom: 20px;
}

.contact_page_section .contact_inner .contact_form form .form-group .form-control {
    height: 60px;
    padding: 5px 20px;
    color: var(--body-text-purple);
    border: 2px solid #E1DBF4;
    border-radius: 12px;
    font-weight: 500;
}

.contact_page_section .contact_inner .contact_form form .form-group .form-control:focus {
    box-shadow: none;
    border-color: var(--purple);
    color: var(--purple);
}

.contact_page_section .contact_inner .contact_form form .form-group textarea.form-control {
    height: 140px;
    padding-top: 15px;
}

.contact_page_section .contact_inner .contact_form form .term_check {
    display: flex;
    align-items: center;
}

.contact_page_section .contact_inner .contact_form form .term_check input {
    width: 17px;
    height: 17px;
    accent-color: var(--purple);
}

.contact_page_section .contact_inner .contact_form form .term_check label {
    font-size: 13px;
    margin-bottom: 0;
    margin-left: 7px;
}

.contact_page_section .contact_inner .contact_form form .form-group button {
    width: 240px;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
}

.contact_page_section .contact_inner .contact_info {
    width: 480px;
}

.contact_page_section .contact_inner .contact_info .section_title {
    text-align: left;
    margin-top: 15px;
}

.contact_page_section .contact_inner .contact_info .section_title p a {
    color: var(--purple);
    text-decoration: underline;
}

.contact_page_section .contact_inner .contact_info .btn {
    width: 180px;
    margin: 10px 0 50px 0;
}

.contact_page_section .contact_inner .contact_info .contact_info_list li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.contact_page_section .contact_inner .contact_info .contact_info_list li:last-child {
    margin-bottom: 0;
}

.contact_page_section .contact_inner .contact_info .contact_info_list li .img {
    width: 65px;
    margin-right: 20px;
}

.contact_page_section .contact_inner .contact_info .contact_info_list li .text {
    width: calc(100% - 85px);
}

.contact_page_section .contact_inner .contact_info .contact_info_list li .text span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: var(--dark-purple);
}

.contact_page_section .contact_inner .contact_info .contact_info_list li .text p , 
.contact_page_section .contact_inner .contact_info .contact_info_list li .text a {margin: 0;}

.contact_page_section .contact_inner .contact_info .contact_info_list li .text a:hover {
    color: var(--dark-purple);
}

.map_section {
    margin: 50px 0;
}





.seperation-line {
    width: 205px;
    border-top: 1px solid #f7921e;
    margin-top: 25px !important;
    /*margin-bottom: 18px;*/
}

/*hr {
    /* margin: 1rem 0; */
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 39.25;
}*/

.pricing-block:nth-child(3) .inner-box:hover .btn-box a{
  color:#ffc20b;
  background:none;
  border-radius:0px;
  border-color:#ffc20b;
}

#wrapper{
  padding: 60px 0px;
}
.container{}
.row{}
.circle{
  background: #ffffff;
  padding: 35px;
  text-align: center;
  height: 284px;
  width: 274px;
  border-radius: 15%;
    
    transition: all 0.5s;
  -moz-transition: all 0.5s; /* Firefox 4 */
  -webkit-transition: all 0.5s; /* Safari and Chrome */
  -o-transition: all 0.5s; /* Opera */
}
.circle h4{
  margin: 0;
  padding: 0;
}
.circle p{}
.circle span{}
.circle span.icon{
}
.circle span.icon i{
  font-size: 48px;
}
.circle span.price-large{
  font-size: 68px
}
.price-small{
  font-size: 24px 
}

.c1:hover{
  background: #39b3d7;
  color: #ffffff;
}
.c1 .blue{
  color: #39b3d7;
}
.c1:hover .blue{
  color: #ffffff;
}

.c2:hover{
  background: #ed9c28;
  color: #ffffff;
}
.c2 .yellow{
  color: #ed9c28;
}
.c2:hover .yellow{
  color: #ffffff;
}

.c3:hover{
  background: #47a447;
  color: #ffffff;
}
.c3 .green{
  color: #47a447;
}
.c3:hover .green{
  color: #ffffff;
}

.c4:hover{
  background: #d2322d;
  color: #ffffff;
}
.c4 .red{
  color: #d2322d;
}
.c4:hover .red{
  color: #ffffff;
}

.business_solutions {

    display: block;

    padding: 0 0 0;

    background: url("../img/business_solutions_bg.jpg") #d0f0fa;

    background-attachment: fixed;

    background-size: cover;

}

.business_solutions .container {

    display: flex;

    flex-wrap: wrap;

    align-items: center;

}

.business_solutions .right {

    padding-left: 30px;

    max-width: 50%;

}

.business_solutions .heading_main {

    text-align: left;

}

.business_solutions .business_solutions_image {

    display: block;

    text-align: center;

    margin: 36px 0 0 0;

}

.business_solutions .business_solutions_image img {

    margin: auto;

    display: block;

    max-height: 275px;

}

.care_mediwheel {

    padding: 48px 0 30px;

    background: url("../img/care_mediwheel.jpg");

    background-size: 100%;

    background-attachment: fixed;

    display: none;

}

.care_mediwheel p {

    text-align: center;

    font-weight: 300;

    letter-spacing: -0.32px;

    padding: 0 120px;

}

.care_mediwheel .box {

    max-width: 1070px;

    padding-top: 0;

    margin: auto;

    display: flex;

    text-align: center;

}

.care_mediwheel .box .left_box {

    width: calc(33.33333333% - 20px);

    margin: 10px;

}

.care_mediwheel .box .left_box p {

    padding: 0;

}

.care_mediwheel .box .left_box.center .box_inside {

    min-height: 412px;

}

.care_mediwheel .box .left_box .box_inside {

    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);

    margin-bottom: 20px;

    padding: 20px;

    transition: all 0.3s;

    border-radius: 4px;

    background: #fff;

}

.care_mediwheel .box .left_box .box_inside:hover {

    transform: translateY(-10px);

    background: #fff7f4;

}

.care_mediwheel .box .left_box .box_inside:hover a img {

    transform: rotate(360deg);

}

.care_mediwheel .box .left_box .box_inside:hover .careicomn img {

    filter: brightness(0);

}

.care_mediwheel .box .left_box .box_inside .careicomn img {

    max-height: 70px;

    transition: all 0.4s;

}

.care_mediwheel .box .left_box .box_inside .title {

    font-size: 1.125rem;

    color: #333;

    font-weight: 700;

    padding: 10px 0;

}

.care_mediwheel .box .left_box .box_inside a img {

    max-width: 44px;

    margin: 6px 0 0 0;

    transition: all 0.5s;

}

.client_talsk {

    display: block;

    padding: 48px 0 60px;

    background: url("../img/clients_bg.jpg") no-repeat #f44000;

    background-size: cover;

    background-attachment: fixed;

    background-position: center;

    color: #fff;

    overflow: hidden;

}

.client_talsk .heading_main, .client_talsk .subtitle {

    color: #fff;

}

.client_talsk .client_slider {

    margin: 50px auto 0 auto;

    max-width: 1070px;

}

.client_talsk .client_slider .clientslide {

    display: flex;

    flex-wrap: wrap;

}

.client_talsk .client_slider .img_slide img {

    border: 2px solid #ddd;

    max-width: 94px;

    max-height: 94px;

    padding: 5px;

    border-radius: 50%;

}

.client_talsk .client_slider .text {

    width: calc(100% - 100px);

    padding-left: 20px;

    font-size: 0.875rem;

    line-height: 1.6;

}

.client_talsk .client_slider .text strong {

    display: block;

}

.client_talsk .client_slider .owl-prev, .client_talsk .client_slider .owl-next {

    position: absolute;

    top: 25%;

    transform: translateY(-25%);

    overflow: hidden;

    text-indent: -10000px;

    width: 38px;

    height: 38px;

    left: -70px;

    opacity: 0.5;

    transition: all 0.3s;

}

.client_talsk .client_slider .owl-prev:hover, .client_talsk .client_slider .owl-next:hover {

    opacity: 1;

}

.client_talsk .client_slider .owl-next {

    left: inherit;

    right: -70px;

}

.client_talsk .client_slider .owl-dots {

    text-align: center;

    padding: 40px 0 0 0;

}

.client_talsk .client_slider .owl-dots .owl-dot {

    width: 18px;

    height: 18px;

    border: 2px solid #fff;

    display: inline-block;

    border-radius: 50%;

    margin: 0 3px;

}

.client_talsk .client_slider .owl-dots .owl-dot.active {

    background: #f44000;

}

.footer {

    display: block;

    background: url("../img/ftr_bg.png") no-repeat #0e2a47;

    background-position: 0 0;

    border-top: 3px solid #faa932;

}
.wellnessspecilistblock {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.wellnessachivementBox {

    width: 32%;

    background: #000;

    margin-bottom: 20px;

    text-align: center;

    color: #fff;

    padding: 15px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-left: 8px solid #000;

}

.wellnessachivementBox.box1 {

    background: #2cc6d2;

    border-color: #1e8088;

}

.wellnessachivementBox.box2 {

    background: #0b98d0;

    border-color: #097dab;

}

.wellnessachivementBox.box3 {

    background: #0a4366;

    border-color: #2281bb;

}

.wellnessachivementBox.box4 {

    background: #7b002c;

    border-color: #da0d56

}

.wellnessachivementBox.box5 {

    background: #c8202f;

    border-color: #dc3746;

}

.wellnessachivementBox.box6 {

    background: #fa7903;

    border-color: #f99a44;

}

.wellnessachivementBox.box7 {

    background: #4fe137;

    border-color: #3754e1;

}


.wellnessachivementBox.box8 {

    background: #13367b;
    border-color: #e70f94;
}

.wellnessachivementBox.box9 {

    background: #0c9678;
    border-color: #e7510f;
}


.wellnessachivementBox.box10 {

    background: #460404;
    border-color: #104f09;
}

.business_solutions {

    display: block;

    padding: 0 0 0;

    background: url("../img/business_solutions_bg.jpg") #d0f0fa;

    background-attachment: fixed;

    background-size: cover;

}

.business_solutions .container {

    display: flex;

    flex-wrap: wrap;

    align-items: center;

}

.business_solutions .right {

    padding-left: 30px;

    max-width: 50%;

}

.business_solutions .heading_main {

    text-align: left;

}

.business_solutions .business_solutions_image {

    display: block;

    text-align: center;

    margin: 36px 0 0 0;

}

.business_solutions .business_solutions_image img {

    margin: auto;

    display: block;

    max-height: 275px;

}

.divrightshorting .inputBox {

    margin: 2px 5px 0 0 !important;

}

.business_solutions .container .left {width: 50%;padding: 70px 0 50px;}

.wellnessspecilistblock {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.wellnessachivementBox {

    width: 32%;

    background: #000;

    margin-bottom: 20px;

    text-align: center;

    color: #fff;

    padding: 15px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-left: 8px solid #000;

}

.wellnessachivementBox.box1 {

    background: #2cc6d2;

    border-color: #1e8088;

}

.heading_main {

    display: block;

    text-align: center;

    font-size: 1.875rem;

    color: #333;

    text-transform: uppercase;

    font-weight: 700;

}

.ss{
    font-size: 10px;
    color: white;
    background-color: #58d215;
    border-radius: 50%;
    padding: 2px;
    margin: 6px;
}

div.kopa-div p span {
    color: #09a0bb;
}

ul.kopa-list-1-one {
    width: 100%;
    float: left;
    margin-bottom: 10px !important;
}

ul.kopa-list-1-one li {
    width: 25%;
    float: left;
}

img.left-img {
    width: 100px;
    float: left;
    margin-right: 20px;
    border: 5px solid #fff;
    outline: 1px solid #e3e3e3;
}

ul.inner-page .kopa-icon-3 {
    width: auto;
    height: auto;
    padding: 0 5px;
}

ul.inner-page .item .item-content h4 {
    line-height: 25px;
}

ul.inner-page .airways {
    position: absolute !important;
    top: 0;
    bottom: 0;
    right: 150px;
    margin: auto;
    width: auto;
    height: auto;
}

ul.inner-page p {
    margin-bottom: 0;
}

ul.inner-page li {
    list-style: none;
}

ul.blog_page {
    width: 100%;
    margin: 0 auto 0px;
    padding: 25px 35px !important;
    /* background:#fff;
  box-shadow: 0px 0px 4px rgba(4,68,91,0.05);
  -webkit-box-shadow: 0px 0px 4px rgba(4,68,91,0.05);
  -moz-box-shadow: 0px 0px 4px rgba(4,68,91,0.05);*/
}


/*ul.blog_page:last-child{margin-bottom:0;}*/

ul.blog_page>li {
    width: 80%;
    float: left;
}

ul.blog_page>li.img>img.blog_page_img {
    width: 100%;
    float: left;
    height: 360px;
}

ul.blog_page>li h3 {
    margin-bottom: 15px;
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    border: 2px solid #000;
}

ul.blog_page>li .img-con {
    margin-bottom: 15px;
    border: none;
    width: 50%;
    float: right;
    line-height: 40px;
    font-size: 32px;
    font-weight: 600;
    padding: 10px;
    text-align: center;
}

ul.blog_page>li h3 a {
    color: #cb1d34;
    padding: 0 5px 0 9px;
}

ul.blog_page>li h3 a img {
    /* height: 25px;*/
    width: 32px;
}

ul.blog_page>li h3 i {
    color: #cb1d34;
    transform: rotate(10deg);
    font-size: 21px;
    padding-right: 5px;
}

.element-trip {
    padding: 20px 20px 20px 20px;
    background-color: transparent;
    background-image: linear-gradient(90deg, rgba(110, 193, 228, 0.81) 0%, #09a0bb 100%);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.element-trip ul {
    width: 100%;
    float: left;
    list-style: none;
}

.element-trip ul li {
    list-style: none !important;
    margin-bottom: 7px;
}

.element-trip ul li i {
    color: rgba(64, 84, 178, 0.58);
    font-size: 30px;
}

.element-trip ul li i:last-child {
    transform: rotate(-40deg);
    color: #cb1d34;
}

.element-trip ul li p {
    display: inline;
    padding-left: 15px;
    font-size: 25px !important;
    font-weight: 600;
    color: #fff !important;
}

.element-trip ul li a {
    color: #cb1d34;
    font-size: 25px;
    margin: 15px 0 5px;
    font-weight: 600;
    float: left;
    width: 100%;
}

.corona {
    border: none;
    width: 52%;
    float: right;
    line-height: 40px;
    font-size: 23px !important;
    font-weight: 600;
    padding: 10px;
    text-align: center;
}


/* Smartphones (portrait and landscape) ----------- */

@media only screen and (max-device-width: 480px) {
    /* STYLES GO HERE */
    ul.blog_page>li.img>img.blog_page_img {
        width: 100%;
        float: left;
        height: 200px;
    }
}

ul.blog_page>li.detail {
    padding: 35px 0 0 30px;
}

ul.blog_page>li.detail a.blog_link {
    width: 100%;
    float: left;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 5px;
}

ul.blog_page>li.detail .tag_name {
    width: 100%;
    float: left;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 5px;
}

ul.blog_page>li.detail .name_style {
    width: 100%;
    font-size: 16px;
    float: left;
    font-style: italic;
    color: #888;
    margin-bottom: 5px;
}

ul.blog_page>li.detail .head_text {
    font-size: 16px;
    width: 100%;
    float: left;
    font-weight: bold;
    margin-bottom: 5px;
}

ul.blog_page>li.detail .detail_text {
    font-size: 16px;
    width: 100%;
    float: left;
    color: #000;
    margin-bottom: 15px;
}

ul.blog_page>li.detail a.read_more {
    width: auto;
    float: left;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    background: #09a0bb;
    color: #fff;
    text-transform: uppercase;
}

/*ul.blog_page>li.detail a.read_more:hover,*/
/*ul.blog_page>li.detail a.read_more:active,*/
/*ul.blog_page>li.detail a.read_more:focus {*/
/*  background: #000;*/
}

ul.blog_page_inner {
    width: 100%;
    float: left;
    min-height: 295px;
    border: 1px solid #ddd;
    margin: 15px 0px;
}

ul.blog_page_inner>li.img {
    width: 70%;
    margin-bottom: 20px;
    background: url(https://www.cheapflightinfo.com/images/airlines-1.jpg) no-repeat center center;
    background-size: 100%;
    padding: 133px 0;
}

.CflI_Bdet_recntblog .blog_page_inner li.img {
    height: 150px;
    overflow: hidden;
}

ul.blog_page_inner>li.detail {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
}


/* Smartphones (portrait and landscape) ----------- */

@media only screen and (max-device-width: 480px) {
    /* STYLES GO HERE */
    ul.blog_page_inner>li.detail {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
        margin-top: 10px;
    }
}

ul.blog_page_inner>li.detail:nth-last-child(2) {
    margin-bottom: 0;
}

ul.blog_page_inner>li.detail .detail_text {
    text-align: justify;
}

ul.blog_page_inner>li.text {
    width: 100%;
    float: left;
    text-align: center;
}

ul.blog_page_inner>li.text div.img_sale img {
    width: 100px;
    margin-bottom: 10px;
}

ul.blog_page_inner>li.detail ul.follow_us {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 0px;
}

ul.blog_page_inner>li.detail ul.follow_us>li {
    width: auto;
    display: inline-block;
    margin: 9px 9px;
}

ul.blog_page_inner>li.detail ul.follow_us>li:last-child {
    margin-right: 0;
}

ul.blog_page_inner>li.detail ul.follow_us>li a {
    width: 100%;
    float: left;
    font-size: 18px;
    background: #005baa;
    color: #fff;
    padding: 10px 15px;
}

/*ul.blog_page_inner>li.detail ul.follow_us>li a:hover,*/
/*ul.blog_page_inner>li.detail ul.follow_us>li a:active,*/
/*ul.blog_page_inner>li.detail ul.follow_us>li a:focus {*/
/*  background: #000;*/
}

ul.blog_page_inner>li.detail ul.follow_us>li a span {
    margin-left: 5px;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/*--- sass ---*/

.list_format li:first-child,
.kopa-rating ul li:first-child,
.sf-mega .sf-mega-section ul li:first-child,
.slide-menu li:first-child,
.slide-mobile-menu li:first-child,
.slide-menu>li ul.sub-menu li:first-child,
.slide-mobile-menu>li ul.sub-menu li:first-child,
.module-contact-2>ul li:first-child,
.module-twitter-1>ul li:first-child,
.comments-list li:first-child {
    margin: 0;
    padding: 0;
    border: 0;
}

ul.icon_images {
    width: 100%;
    float: left;
    padding: 0;
    margin: 30px 0 0;
    text-align: center;
}

ul.icon_images>li {
    width: 25%;
    float: left;
    list-style: none;
    border-right: #e3e3e3 1px solid;
    padding-top: 20px;
    padding-bottom: 20px;
}

ul.icon_images>li:first-child {
    padding-right: 20px;
}

ul.icon_images>li:nth-child(2),
ul.icon_images>li:nth-child(3) {
    padding-left: 20px;
    padding-right: 20px;
}

ul.icon_images>li:last-child {
    border-right: none;
    padding-left: 20px;
}

ul.icon_images>li img {
    background: #f9f9f9;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

ul.icon_images>li .head {
    width: 100%;
    float: left;
    font-weight: 500;
    color: #5b6270;
    font-size: 22px;
    margin: 5px 0 0;
    padding: 0 0 10px 0;
}

ul.icon_images>li .text {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 25px;
    padding: 5px 0;
    color: #000;
}

div.accordion_area {
    width: 100%;
    float: left;
}

div.accordion_area .nav-pills {
    border: 1px solid #e3e3e3;
}

div.accordion_area .nav-pills>li {
    border-right: 1px solid #e3e3e3;
}

div.accordion_area .nav-pills>li:last-child {
    border: none;
}

div.accordion_area .nav-pills>li>a {
    color: #333;
    font-weight: bold;
}
.register .show-on-hover:hover > ul.dropdown-menu {top: 42px;
    display: block;    
}
.register .btn{background-color: #06176e; font-size: 12px;}


.register .dropdown-menu{ background-color:#fff; width:289px;border: none;box-shadow: 0px 2px 4px #8e8e8e; padding: 0; height: auto;}
.register .dropdown-menu li a{ border-bottom:none;color: #2b2b2b;
    font-size: 15px;padding: 0;
    font-weight: 500;}

.register .dropdown-menu li{border-bottom: 1px solid #000; padding: 8px 10px;}
.register .btn:hover{ background:#06176e !important;}






/*div.accordion_area .nav-pills>li.active>a,*/
/*div.accordion_area .nav-pills>li.active>a:focus,*/
/*div.accordion_area .nav-pills>li.active>a:hover {*/
/*  background: #09a0bb;*/
/*  border-radius: 0;*/
/*  -webkit-border-radius: 0;*/
/*  -moz-border-radius: 0;*/
/*  position: relative;*/
/*  color: #fff;*/
}

div.accordion_area .nav-pills>li.active>a::after {
    content: "";
    border-top: 10px solid #09a0bb;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    width: 0;
    height: 0;
}

div.accordion_area ul.fares_tab {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 15px;
    border-bottom: 1px solid #e3e3e3;
}

div.accordion_area ul.fares_tab>a {
    width: 100%;
    float: left;
    padding: 0px 15px !important;
    margin: 11px 0;
}

div.accordion_area ul.fares_tab>a:nth-child(odd) {
    background: #fff;border-radius: 10px;
    padding: 20px 20px;
box-shadow: 0px 0px 10px #a4a4a4;
   
   
}

div.accordion_area ul.fares_tab>a:nth-child(even) {
    
    padding: 20px 20px;
background: #fff;
    padding: 20px 20px;
    box-shadow: 0px 0px 10px #a4a4a4;
    
}

div.accordion_area ul.fares_tab>a:hover,
div.accordion_area ul.fares_tab>a:active,
div.accordion_area ul.fares_tab>a:focus {
    
    padding: 0 2px;
}

div.accordion_area ul.fares_tab>a>li {
    float: left;
    list-style: none;
}

div.accordion_area ul.fares_tab>a>li:first-child {
    width: 20%;
}

div.accordion_area ul.fares_tab>a>li.head {
    width: 65%;
}

div.accordion_area ul.fares_tab>a>li.price-right {
    width: 15%;
    color: #ff0000;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
}

div.accordion_area ul.fares_tab>a>li.head {
    font-size: 15px;
color: #ff0000;
    font-weight: 400;
    margin: 0;
    
}

div.accordion_area ul.fares_tab>a>li.head>span {
    width: 100%;
    
    color: #4a4a4a;
    font-size: 20px;
    text-transform: uppercase;
    margin: 5px 0;
}

div.accordion_area ul.fares_tab>a>li.head>span>span {
    display: inline;
    font-size: 18px;
    text-transform: lowercase;
    color: #323232;
}

div.accordion_area ul.fares_tab>a>li.price-right>span {
    font-size: 24px;
    font-weight: 700;
    color: #3f3f3f;
    width: 100%;
    float: left;
}

.heading_tab::before {
    display: none;
}

section.z_index_10 {
    position: relative;
    z-index: 10
}

.container1 {
  
  text-align: center;
  width: 100%;
  font-size: 13px;
  
  
}

.table, td, th {  
  /*border: 1px solid #ddd;*/
  text-align: left;
}

.table {
  border-collapse: collapse;
  width: 100%;
}

.th, td {
  padding: 0px;
}

.Trust_bg {
    background: #06176e;
    padding: 12px 0;
    margin: 15px 0 15px 0;
    border-radius: 4px;
}
    .visible-lg, .visible-md, .visible-sm, .visible-xs {
display: none!important
}
@media (max-width:767px) {

.visible-lg {
display: block!important
}

.visible-md {
display: block!important
}
.visible-sm {
display: block!important
}

.visible-xs {
display: block!important
}

}

.snip1577 {
    font-family: 'Lato', sans-serif;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    max-width: 100%;
    width: 100%;
    color: #fff;
    text-align: left;
    font-size: 16px;
    background: #205da9;
    border-radius: 10px;
    box-shadow: 0 0 10px #ababab;
}

.snip1577 *,
.snip1577:before,
.snip1577:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.snip1577 img {
    width: 177px;
    backface-visibility: hidden;
    vertical-align: top;
   /* height: 202px;*/
}

.snip1577:before,
.snip1577:after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: '';
  /*background-color: #ff9900;*/
  z-index: 1;
  opacity: 0;
}

.snip1577:before {
  width: 0;
  height: 2px;
}

.snip1577:after {
  height: 0;
  width: 2px;
}

.snip1577 figcaption {
  position: absolute;
  left: 0;
  bottom: 78px;
  padding: 15px 20px;
}

.snip1577 h3 {
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: 600;
    opacity: 0;
    text-transform: uppercase;
    color: #f90;
}

.snip1577 p {
  margin: 0;
  font-size: 1.1em;
  font-weight: normal;
  opacity: 0;
}

.snip1577 p {
  font-size: 12px;
  text-transform: capitalize;
  line-height:22px;
}

.snip1577 a {
    top: 0px;
    bottom: 0;
    left: 0px;
    right: 0px;
    z-index: 1;
    background-color: #faa932;
    padding: 3px;
    border-radius: 10px;
    color: #fff;
    margin: -3px;
    font-size: 10px;
}

.heding{
    font-size: 14px;
    font-weight: 700;
    /*background-color: orange;*/
    padding: 5px;
    border-radius: 10px;
    text-align: center;
    border-radius: 0px 0px 57px 57px;
    /*background-image: linear-gradient(to right, #205da9 0%, #FAA932 51%, #475a71 100%);*/
    width: 100px;
    float: right;
    /*margin-top: 79px;*/
    font-size: 12px;
    margin-right: -19px;
}

.snip1577:hover img,
.snip1577.hover img {
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  opacity: 0.2;
}

.snip1577:hover:before,
.snip1577.hover:before,
.snip1577:hover:after,
.snip1577.hover:after {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.snip1577:hover:before,
.snip1577.hover:before {
  width: 40px;
}

.snip1577:hover:after,
.snip1577.hover:after {
  height: 40px;
}

.snip1577:hover h3,
.snip1577.hover h3,
.snip1577:hover p,
.snip1577.hover p {
  opacity: 1;
}

.snip1577:hover h3,
.snip1577.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.snip1577:hover p,
.snip1577.hover p {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.dest_names{ position:absolute; top:0px; left:0px; padding:5px 10px; background:#ccc;}


.gap{ padding-left:2px !important; padding-right:2px !important;}


.serviceBox{
    text-align: center;
    margin-top: 60px;
    position: relative;
    z-index: 1;
}
.serviceBox .service-icon{
    width: 78px;
    height: 78px;
    border-radius:3px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: -34px;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
}
.serviceBox:hover .service-icon{
    transform: rotate(45deg);
}
.serviceBox .service-icon span{
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius:3px;
    background: #727cb6;
    font-size: 30px;
    color: #fff;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all 0.3s ease-out 0s;
}
.serviceBox .service-icon span i{
    transition: all 0.3s ease-out 0s;
}
.serviceBox:hover .service-icon span i{
    transform: rotate(-45deg);
}

.serviceBox .service-content {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    padding: 55px 15px 30px 15px;
    position: relative;
}

.serviceBox .service-content:before{
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    margin: 0 auto;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    z-index: -1;
    transition: all 0.3s ease-out 0s;
}
.serviceBox:hover .service-content:before{
    transform: rotate(45deg);
}
.serviceBox .title{
    font-size: 17px;
    font-weight: 600;
    color: #324545;
    text-transform: uppercase;
    margin: 0 0 8px 0;
    position: relative;
    transition: all 0.3s ease-out 0s;
}
.serviceBox:hover .title{
    color: #727cb6;
}
.serviceBox .description{
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
}
.serviceBox .read-more {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: #02416c;
    border: 1px solid #e7e7e7;
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
}
.serviceBox .read-more:hover{
    border: 1px solid #727cb6;
    color: #727cb6;
}
.serviceBox.green .service-icon span{ background: #008b8b; }
.serviceBox.blue .service-icon span{ background: #3498db; }
.serviceBox.orange .service-icon span{ background: #e67e22; }
.serviceBox.green:hover .title{ color: #008b8b; }
.serviceBox.blue:hover .title{ color: #3498db; }
.serviceBox.orange:hover .title{ color: #e67e22; }
.serviceBox.green .read-more:hover{
    border: 1px solid #008b8b;
    color: #008b8b;
}
.serviceBox.blue .read-more:hover{
    border: 1px solid #3498db;
    color: #3498db;
}
.serviceBox.orange .read-more:hover{
    border: 1px solid #e67e22;
    color: #e67e22;
}
@media only screen and (max-width: 990px){
    .serviceBox{ margin-bottom: 30px; }
}
@media only screen and (max-width: 767px){
    .serviceBox{ margin-bottom: 80px; }
}


.whybook {
    padding: 0;
    margin-top: 35px;
}

.whybook-bottom {
    background: #F6F5F5;
    color: #475662;
    border: 1px solid #ccc;
    float: left;
    padding: 10px 0;
    width: 100%;
    margin-bottom: 30px;
    line-height: 20px;
    list-style: none;
}

.whybook-bottom li {
    border-right: 1px solid #e4e9ec;
    min-height: 35px;
    float: left;
    font-weight: 700;
    padding: 0 15px;
}

.whybook-bottom .col-sm-3 i {
    font-size: 22px;
    float: left;
    width: 15%;
    margin-top: -2px;
    margin-right: 8px;
    background: #fc8f28;
    text-align: center;
    padding: 8px 0;
    border: solid 1px #fc8f28;
    color: #fff;
    border-radius: 2px;
}

.whybook-bottom .col-sm-3 p {
    float: left;
    width: 80%;
    font-size:15px;
}

.whybook-bottom .col-sm-3 p span {
    display: block;
    font-weight: 400;
    font-size:14px;
}


.Business_main{ background:#f9f9f9; padding:40px 0 40px 0;}

.one_fares {
    border: dashed 1px #dadada;
    display: table;
    width: 100%;
    padding: 10px 0px 10px 0;
    background: #fff;
    margin: 0 0px 10px 0px;
}

.airline-img{}
.airline-img img {
    padding: 10px 0 0 0;
}

.airline_tim{}
.airline_tim h6 {
    font-size: 12px;
    color: #737171;
    padding: 0 0 4px 0;
}
.airline_tim h6 i{ padding-right:2px;}

.airline_tim h4 {
    font-size: 14px;
    color: #02416c;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 0 2px 0;
}

.airline_tim p{ font-size:13px; color:#777;}

.round_secw{}
.round_secw img{ margin:23px 0 0 0;}

.airprice{}
.airprice p{ font-size:13px; color:#777; padding:5px 0 0 0;}
.airprice p span {
    font-size: 16px;
    font-weight: 600;
    color: #fc8f28;
}

.airbook_55{}
.airbook_55 a {
    background: #fc8f28;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    text-align: center;
    border-radius: 2px;
}
/*.whyus_main{ padding:40px 0;}*/
.why_heading {
    text-align: center;
    padding: 10px 0px 7px 0;
    /*border-left: 4px solid #065ec6!important;*/
    width: 31%;
    /*border-right: 4px solid #eeab16!important;*/
    margin: 0px auto;
    margin-bottom: 2em;
    margin-top: 2em;
    /*background-color: #b5b9b9;*/
    border-radius: 10px;
    color: #322d2d;
}
.why_heading h3{ font-size:22px; font-weight:600; margin:0 0 0 0;}
.why_heading img{ margin:10px 0 0 0;}

.With_us{ padding:20px 0;}
.With_us img {
    width: 35px;
    float: left;
    margin: -8px 8px 0 0;
}

.newslatter_sce {
    background: #fc8f28;
    padding: 10px 0;
    margin: 10px 0px 15px 0px;
}

.Another_ddl {}
.Another_ddl h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.Another_ddl p {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

.profile_search1 {
    margin: 5px 0 0 0;
}

.profile_search1 input[type="text"] {
    padding: 10px 2%;
    width: 65%;
    font-size: 12px;
    outline: none;
    border: 1px solid #ddd;
    display: inline-block;
    border-radius: 1px;
}

.profile_search1 input[type="submit"] {
    color: #fff;
    font-weight: 500;
    border: none;
    background: #02416c;
    padding: 9px 15px;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 5px 5px rgba(0,0,0,0.14);
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.14);
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.14);
    -o-box-shadow: 0 5px 5px rgba(0,0,0,0.14);
    text-transform: uppercase;
    margin:-4px 0 0 0;
}


.social_news_brk {
    padding: 6px 0 6px 0px;
    }
    .social_news_brk ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    }
    .social_news_brk ul li {
    display: inline-block;
    }
    .social_news_brk ul li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    width: 36px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    background: #043a51;
    border-radius: 36px;
    text-align: center;
    }

@media (max-width: 767px) {
  .cnt-block{
    display: none;
  }
}

@media (max-width: 767px) {
  .why_heading{
    width: 94%;
  }
}

@media (max-width: 767px) {
  .so{
    bottom: 18px !important;
  }
}


@media (max-width: 767px) {
  .pricingTable .pricing-content1 ul li{
    line-height: 30px;
    color: #58595c;
    text-align: initial;
   /* list-style: disc;*/
    font-size: 15px;
    margin-left: 87px;
  }
}


.round-cover .tab-content {
    /* border: #b7b7b7 1px solid; */ 
}

.round-cover .tab-content .tab-in {}

.round-cover .tab-content .tab-in ul {
    overflow: hidden;
}

.round-cover .tab-content .tab-in ul li {
    width: 22%;
    margin: 8px 18px;
    /*border: #bebebe 1px solid;*/
    padding: 0px 36px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.round-cover .nav-pills {}

.round-cover .nav-pills li {
    margin-right: 11px;
}

.round-cover .nav-pills li a {
    padding: 7px 27px;
    font-size: 15px;
}


.side1 {
    float: right;
    width: 48%;
    /* margin-right: 127px; */
    margin-bottom: 34px;
    box-shadow: #333333 0px 4px 12px;
    background-color: white;
    display: none;
}

.clear {
    clear: both;
}



.tick_image_show.tick_image_show {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(https://cdn.rcstatic.com/images/site_graphics/newsite/check-32x32--countryside.svg), none;
    width: 18px;
    height: 18px;
    padding-left: 32px;
}

@-webkit-keyframes ll-loader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes ll-loader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes ll-checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 0
    }

    20% {
        height: 0;
        width: 5px;
        opacity: 1
    }

    40%,
    to {
        height: 10px;
        width: 5px;
        opacity: 1
    }
}

@keyframes ll-checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 0
    }

    20% {
        height: 0;
        width: 5px;
        opacity: 1
    }

    40%,
    to {
        height: 10px;
        width: 5px;
        opacity: 1
    }
}




.sticky-container {
/*background-color: #333;*/
padding: 0px;
margin: 0px;
position: fixed;
right: -158px;
top: 331px;
width: 200px;
}

.newslatter_sce {
    background: #fc8f28;
    padding: 10px 0;
    margin: 10px 0px 15px 0px;
}

.Another_ddl {}
.Another_ddl h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.Another_ddl p {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

.profile_search1 {
    margin: 5px 0 0 0;
}

.profile_search1 input[type="text"] {
    padding: 10px 2%;
    width: 65%;
    font-size: 12px;
    outline: none;
    border: 1px solid #ddd;
    display: inline-block;
    border-radius: 1px;
}

.profile_search1 input[type="submit"] {
    color: #fff;
    font-weight: 500;
    border: none;
    background: #02416c;
    padding: 9px 15px;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 5px 5px rgba(0,0,0,0.14);
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.14);
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.14);
    -o-box-shadow: 0 5px 5px rgba(0,0,0,0.14);
    text-transform: uppercase;
  margin:-4px 0 0 0;
}


.social_news_brk {
  padding: 6px 0 6px 0px;
  }
  .social_news_brk ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  }
  .social_news_brk ul li {
  display: inline-block;
  }
  .social_news_brk ul li a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  width: 36px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  background: #043a51;
  border-radius: 36px;
  text-align: center;
  }

@media (max-width: 767px) {
  .cnt-block{
    display: none;
  }
}



.round-cover .tab-content {
  /* border: #b7b7b7 1px solid; */
}

.round-cover .tab-content .tab-in {}

.round-cover .tab-content .tab-in ul {
  overflow: hidden;
}

.round-cover .tab-content .tab-in ul li {
  width: 22%;
    margin: 8px 18px;
    /*border: #bebebe 1px solid;*/
    padding: 0px 36px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.round-cover .nav-pills {}

.round-cover .nav-pills li {
  margin-right: 11px;
}

.round-cover .nav-pills li a {
  padding: 7px 27px;
  font-size: 15px;
}


.side1 {
  float: right;
  width: 48%;
  /* margin-right: 127px; */
  margin-bottom: 34px;
  box-shadow: #333333 0px 4px 12px;
  background-color: white;
  display: none;
}

.clear {
  clear: both;
}



.tick_image_show.tick_image_show {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(https://cdn.rcstatic.com/images/site_graphics/newsite/check-32x32--countryside.svg), none;
  width: 18px;
  height: 18px;
  padding-left: 32px;
}

@-webkit-keyframes ll-loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes ll-loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes ll-checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 0
  }

  20% {
    height: 0;
    width: 5px;
    opacity: 1
  }

  40%,
  to {
    height: 10px;
    width: 5px;
    opacity: 1
  }
}

@keyframes ll-checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 0
  }

  20% {
    height: 0;
    width: 5px;
    opacity: 1
  }

  40%,
  to {
    height: 10px;
    width: 5px;
    opacity: 1
  }
}

body .load img {
  display: none !important
}

body .after_loading center,
body .load {
  border: 2px solid rgba(0, 0, 0, .1);
  border-left-color: #0671c4;
  -webkit-animation: ll-loader-spin 1s infinite linear;
  animation: ll-loader-spin 1s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin-top: 9px;
  padding: 2px 5px 2px 0px;
}

body .after_loading center img {
  display: none
}

body .after_loading {
  margin-bottom: 30px
}

body .loaded .load {
  -webkit-animation: none;
  animation: none;
  border-color: #21a968;
}

body #message_holder ul li {
  margin: 12px;
  display: inline-block;
  width: 6%;
  float: none;
  /* position: relative; */
}

body #message_holder .loading_lgs {
  width: auto;
  text-align: center;
  margin-bottom: 30px
}

body #message_holder {
  background-color: #fff;
  /* border: 1px solid #ddd; */
  padding: 0;
}

body #message_holder .grablines p {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0
}

body #message_holder .grablines {
  color: #0671c4;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  padding: 15px;
  background-color: #fafafa;
  border-top: 1px solid #ddd
}

body #message_holder .grablines p:first-child {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #ddd
}

body #message_holder h2.currently,
body #message_holder h2.currently_after {
  color: #444;
  font-size: 22px;
  line-height: 1.4;
  padding: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px
}

body #message_holder li>img {
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
  /* position: absolute; */
}

body #message_holder .load {
  float: none;
  margin: 10px 0 0;
  /* position: absolute; */
}

body .load:after {
  display: none;
  opacity: 1;
  height: 10px;
  width: 5px;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  border-right: 3px solid #21a968;
  border-top: 3px solid #21a968;
  content: '';
  left: 50%;
  top: 50%;
  position: absolute;
  margin-top: 1px;
  margin-left: -6px
}

body .loaded .load:after {
  display: block;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: ll-checkmark;
  animation-name: ll-checkmark;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg)
}

#immediate {
  width: 100%;
  /* position: absolute; */
  top: 72px;
  /* height: 100%; */
  z-index: 99999;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 22px 0px;
}

#immediate_inner {
  width: 64%;
  /* margin-left: 115px; */
  margin: 0 auto;
  /* border: #e7e7e7 1px solid; */
  overflow: hidden;
  /* background-color: #f1f1f1; */
}

.loader_logo {
  text-align: center;
  /* padding: 16px; */
  /* background-color: #f1f1f1; */
}



.loader_logo img {
  width: 53%;
  padding: 0px 0px;
  display: block;
  margin: 0 auto;
}

.result-load-show {
  overflow: hidden;
  position: relative;
  /* height: 212px; */
  /* background: url(../img/flg.jpg); */
  background-size: cover;
  /* overflow: hidden; */
  padding: 36px 0px;
}

.result-load-show:before {
  content: "";
  height: 100%;
  /* background-color: #00000073; */
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
}

.result-load-show .img-set {
  /* position: absolute; */
  display: none;
  height: 100%;
  width: 100%;
}

/* top header */
#full-nav {
   background-image: linear-gradient(to right, #205da9 0%, #FAA932 51%, #475a71 100%);
    color: var(--text-white);
    /*padding-top: .5rem;*/
}

#full-nav .navbar-brand img {
    height: 88px;
}

#full-nav .navbar {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

#full-nav .top_h h6 {
    font-size: .9rem;
    font-weight: 700;
}

#full-nav .top_h h6 img {
    width: 4%;
}

#full-nav .navbar .left_a {
    margin-left: auto;
}

#full-nav .navbar .navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 700;
}

#full-nav .dropdown-toggle::after {
    display: none;
}

#full-nav .navbar .navbar-nav img {
    width: 1rem;
}

#full-nav .navbar-light .navbar-nav .nav-link:hover {
    color: #ec845c;
    border-bottom: 2px solid #ec845c;
}

#full-nav .navbar-light .navbar-nav .nav-link {
    color: #767373;
    padding: 0.5rem 1rem;
}

#full-nav .navbar-light .navbar-nav .nav-link.active {
    border-bottom: 2px solid var(--parimary-color);
}

#full-nav .navbar-light .dropdown .dropdown-menu {
    /*min-width: 14rem;*/
    font-size: 15px;
}
.nav-item:hover .dropdown-menu {
    display: block;
  }
#full-nav .navbar-light .dropdown .dropdown-menu li:hover {
    box-shadow: 0 0 5px 0px var(--light-pink);
}

#full-nav .navbar-light .dropdown .dropdown-menu .dropdown-item {
    font-weight: 600;
   /* padding: 1rem;*/
    border-bottom: 0.1rem solid #ebebeb;
}

#full-nav .navbar-light .dropdown .dropdown-menu .dropdown-item:hover {
    background: white;
    color: var(--parimary-color);
}

#full-nav .navbar-light .dropdown .dropdown-menu .dropdown-item:active {
    color: var(--parimary-color);
    text-decoration: none;
    background: #ffffff !important;
}

/* appointment modal */

.modal_header {
    background-color: #205da9;
    color: var(--text-white);
}

.close-btn {
    border-radius: 4px;
    background-image: var(--secondary-color);
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    padding: 10px 16px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

   /*section {
            padding: 60px 0;
            min-height: 100vh;
        }*/
        
        a,
        a:hover,
        a:focus,
        a:active {
            text-decoration: none;
            outline: none;
        }
        
        a,
        a:active,
        a:focus {
            color: #ffffff;
            text-decoration: none;
            transition-timing-function: ease-in-out;
            -ms-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -ms-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
        }
        
        ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 26px;
    text-align: justify;
    color: #0c0c0c;
    font-weight: normal;
    /* font-family: 'Open Sans'; */
    font-size: 14px;
    font-size: 14px;
    font-weight: normal;
    margin: 10px;
    /* text-align: Center; */
    color: #575a7b;
    font-family: Calibri;

        }
        img {
    max-width: 100%;
    height: auto;
}
.section_title {
  margin-bottom: 40px;
}

.section_title h2 {
  color: #333333;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.brand_border .fa.fa-minus {
    color: #fff;
    font-size: 8px;
    height: 2px;
        background: #F8C01B none repeat scroll 0 0;
    width: 100px;
}
.brand_border .fas.fa-handshake {
    font-size: 14px;
        color:#000000;
}


.section_title p {
  color: #333333;
  font-size: 14px;
  line-height: 25px;
  padding: 14px 0;
}

.choose_us .section_title {
    margin-top: 45px;
}
#service .single_service {
  padding: 32px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}

#service .single_service:hover{
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.4);
}

#service .icon {
  border: 1px solid #666;
  border-radius: 5%;
  color: #333333;
  font-size: 35px;
  line-height: 65px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  width: 70px;
}

#service .single_service .single_service-left {
  padding-right: 25px;
}

.single_service-heading {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}

.single_service-body p {
  font-size: 13px;
  line-height: 25px;
}

.single_service-left {
  display: table-cell;
  vertical-align: top;
}
.single_service-body {
  color: #333333;
  display: table-cell;
  vertical-align: top;
}
.hvr-curl-top-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}
#service .single_service:hover {
    background: #F8C01B none repeat scroll 0 0;
}

#more {display: none;}

.close-btn:hover {
    color: var(--text-white);
}

.close-modal {
    border: 0;
    border-radius: 50%;
    color: var(--text-white);
    background-color: #205da9;
}
.modal_body {
    padding: 3rem;
}

.modal_footer {
    border: 0;
}
.modal-title{
    font-size: 22px;
    color: #fff;
}


#banner {
    font-family: 'Roboto', sans-serif !important;
    margin-top: -12px;
}

.bg-body {
    background-color: #e2e2e5!important;
}

#banner .custom-shadow {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    background-color: var(--text-white);
    margin-top: 0.9rem;
    padding: 14px;
    width: 100%;
   
}

#banner .card .card-body .card-title {
    color:#205da9;
    font-size: 21px;
}

#banner .carousel .carousel-inner h1 {
    font-size: 23px;
    font-weight: 600;
}
#banner .carousel .carousel-inner {
height: 440px;
}
#banner .carousel .carousel-caption{
   bottom: 10.25rem;
    /*background-color: #1e285a87;*/
    border-radius: 22px;
    /*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
}

/* about section */
/*#about{
    margin: 4% 0;*/
}
#about .about-title h1{
    font-size: 20px;
    font-weight: 600;
    color: var(--parimary-color);
}
#about h2{
    font-size: 3rem;
    font-weight: 600;
}

/* about section 2 */

#about2{
    /*margin: 4% 0;*/
}
#about2 h2{
     font-size: 3rem;
    font-weight: 600;
}


/* Card data */

.bg-pink{
    background: var(--light-pink);
}

#card_section .section-title{
text-align:center;
margin-bottom: 4%;
font-size: 35px;
font-weight: 600;
}

#card_section{
    padding:5rem 0;
}

#card_section .card-body img{
    width:35%;
    margin-left: 20%;
}
#card_section .card .card-body h4{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
#card_section .card .card-body h3{
    font-size: px;
    font-weight: 600;
    text-align: center;
    color: var(--parimary-color);
}
/* card animation */

.box{
    overflow: hidden;
    width: 100%;
    position: relative;
}
.box img{
    width: 100%;
    height: auto;
}
.content_box{
    position: absolute;
    top:0;
    left:-100%;
    height:100%;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.5s;
}
.box:hover .content_box{
left:0;
}

  /* Footer section css start */
  .footer{
    background: var(--bg-black);
    /*padding: 7rem 2rem .5rem 2rem;*/
}
.footer .footer-inner{
    /*border-top: 4px double #6277f2;*/
    border-bottom: 4px double #fff;
    padding-bottom: 4rem;
    padding-top: 4rem;
    color:var(--text-white);
}
.footer .footer-inner .border-right{
    /*border-right:.1rem solid #fff;*/
}
.footer .footer-inner .footer_head h4{
font-size: 1rem;
margin-bottom: 2rem;
font-weight: 600;
color:var(--text-white);
}

.footer .footer-inner .footer-content p{
    font-size: 13px;
    color: white;
}

.btn:hover{
  color: #fff;
}

textarea {
    resize: none;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
}

@charset "UTF-8";

.svg-inline--fa {
  /*vertical-align: -0.5em;*/
}

.rounded-social-buttons {
  text-align: center;
}

.rounded-social-buttons .social-button {
  display: inline-block;
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border: 0.125rem solid transparent;
    padding: 5px;
    text-decoration: none;
    text-align: center;
    color: #fefefe;
    font-size: 5px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 1.6875rem;
    transition: all 0.5s ease;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
}

.rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.rounded-social-buttons .fa-twitter, .fa-facebook-f, .fa-linkedin, .fa-youtube, .fa-instagram {
  font-size: 25px;
}

.rounded-social-buttons .social-button.facebook {
  background: #0041ff;
}

.rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus {
  color: #3b5998;
  background: #fefefe;
  border-color: #3b5998;
}

.rounded-social-buttons .social-button.twitter {
  background: #ffffff;
}

.rounded-social-buttons .social-button.twitter:hover, .rounded-social-buttons .social-button.twitter:focus {
  color: #55acee;
  background: #fefefe;
  border-color: #55acee;
}

.rounded-social-buttons .social-button.linkedin {
  background: #007bb5;
}

.rounded-social-buttons .social-button.linkedin:hover, .rounded-social-buttons .social-button.linkedin:focus {
  color: #007bb5;
  background: #fefefe;
  border-color: #007bb5;
}

.rounded-social-buttons .social-button.youtube {
  background: #bb0000;
}

.rounded-social-buttons .social-button.youtube:hover, .rounded-social-buttons .social-button.youtube:focus {
  color: #bb0000;
  background: #fefefe;
  border-color: #bb0000;
}

.rounded-social-buttons .social-button.instagram {
  background: #ffffff;
}

.rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
  color: #125688;
  background: #fefefe;
  border-color: #125688;
}
.footer .footer-inner .footer-content .search-field{
    padding:0.6rem;
    width: 145px;
}
.footer .footer-inner .footer-content .search-submit{
    padding:0.6rem 1rem;
    background: var(--secondary-color);
    color: var(--text-white);
    font-size: 1.2rem; 
}
.footer .footer-copyright .copyright-text{
    font-size: 1rem;
    color:var(--text-white);
    padding: 1rem;
}

/* footer section end*/

/* mobile view */
@media (max-width:590px)
 {
    .navbar-brand {
        margin-right: 5rem;
    }
    .navbar-light .navbar-toggler {
        border: 0;
    }
    .navbar-toggler:focus {
        box-shadow: 0 0 0 0;
    }
    #banner .carousel .carousel-inner {
        height: 226px!important;
    }
}

@media (min-width:321px) and (max-width:768px){
    #banner .carousel .carousel-caption {
        bottom: 0.25rem;
    }



.sec-title{
  position:relative;
  margin-bottom:70px;
}

.sec-title .title{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1em;
  color: #ff8a01;
  font-weight: 500;
  background: rgb(247,0,104);
  background: -moz-linear-gradient(to left, rgba(247,0,104,1) 0%, rgba(68,16,102,1) 25%, rgba(247,0,104,1) 75%, rgba(68,16,102,1) 100%);
  background: -webkit-linear-gradient(to left, rgba(247,0,104,1) 0%,rgba(68,16,102,1) 25%,rgba(247,0,104,1) 75%,rgba(68,16,102,1) 100%);
  background: linear-gradient(to left, rgba(247,0,104) 0%,rgba(68,16,102,1) 25%,rgba(247,0,104,1) 75%,rgba(68,16,102,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F70068', endColorstr='#441066',GradientType=1 );
  color: transparent;
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 15px;
}

.sec-title h2{
  position:relative;
  display: inline-block;
  font-size:48px;
  line-height:1.2em;
  color:#1e1f36;
  font-weight:700;
}

.sec-title .text{
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #888888;
  margin-top: 30px;
}

.sec-title.light h2,
.sec-title.light .title{
  color: #ffffff;
  -webkit-text-fill-color:inherit; 
}
.pricing-section {
    position: relative;
    padding: 100px 0 80px;
    overflow: hidden;
}
.pricing-section .outer-box{
  max-width: 1100px;
  margin: 0 auto;
}


.pricing-section .row{
  margin: 0 -30px;
}

.pricing-block{
  position: relative;
  padding: 0 30px;
  margin-bottom: 40px;
}

.pricing-block .inner-box{
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  padding: 0 0 30px;
  max-width: 370px;
  margin: 0 auto;
  border-bottom: 20px solid #40cbb4;
}

.pricing-block .icon-box{
  position: relative;
  padding: 50px 30px 0;
  background-color: #40cbb4;
  text-align: center;
}

.pricing-block .icon-box:before{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 75px;
  width: 100%;
  border-radius: 50% 50% 0 0;
  background-color: #ffffff;
  content: "";
}


.pricing-block .icon-box .icon-outer{
  position: relative;
  height: 150px;
  width: 150px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  padding: 10px;
}

.pricing-block .icon-box i{
  position: relative;
  display: block;
  height: 130px;
  width: 130px;
  line-height: 120px;
  border: 5px solid #40cbb4;
  border-radius: 50%;
  font-size: 50px;
  color: #40cbb4;
  -webkit-transition:all 600ms ease;
  -ms-transition:all 600ms ease;
  -o-transition:all 600ms ease;
  -moz-transition:all 600ms ease;
  transition:all 600ms ease;
}

.pricing-block .inner-box:hover .icon-box i{
  transform:rotate(360deg);
}

.pricing-block .price-box{
  position: relative;
  text-align: center;
  padding: 10px 20px;
}

.pricing-block .title{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 600;
}

.pricing-block .price{
  display: block;
  font-size: 30px;
  color: #222222;
  font-weight: 700;
  color: #40cbb4;
}


.pricing-block .features{
  position: relative;
  max-width: 200px;
  margin: 0 auto 20px;
}

.pricing-block .features li{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #848484;
  font-weight: 500;
  padding: 5px 0;
  padding-left: 30px;
  border-bottom: 1px dashed #dddddd;
}
.pricing-block .features li:before {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 16px;
    color: #2bd40f;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    margin-top: -8px;
}
.pricing-block .features li.false:before{
  color: #e1137b;
  content: "\f057";
}

.pricing-block .features li a{
  color: #848484;
}

.pricing-block .features li:last-child{
  border-bottom: 0;
}

.pricing-block .btn-box{
  position: relative;
  text-align: center;
}

.pricing-block .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 500;
  padding: 8px 30px;
  background-color: #40cbb4;
  border-radius: 10px;
  border-top:2px solid transparent;
  border-bottom:2px solid transparent;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 300ms ease;
}

.pricing-block .btn-box a:hover{
  color: #ffffff;
}

.pricing-block .inner-box:hover .btn-box a{
  color:#40cbb4;
  background:none;
  border-radius:0px;
  border-color:#40cbb4;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .inner-box{
  border-color: #1d95d2;
}

.pricing-block:nth-child(2) .btn-box a,
.pricing-block:nth-child(2) .icon-box{
  background-color: #1d95d2;
}

.pricing-block:nth-child(2) .inner-box:hover .btn-box a{
  color:#1d95d2;
  background:none;
  border-radius:0px;
  border-color:#1d95d2;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .price{
  color: #1d95d2;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .inner-box{
  border-color: #ffc20b;
}

.pricing-block:nth-child(3) .btn-box a,
.pricing-block:nth-child(3) .icon-box{
  background-color: #ffc20b;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .price{
  color: #ffc20b;
}

.pricing-block:nth-child(3) .inner-box:hover .btn-box a{
  color:#ffc20b;
  background:none;
  border-radius:0px;
  border-color:#ffc20b;
}


    @media (min-width:321px) and (max-width:768px){
    .button{
        margin-left: 0% !important;
    }


     @media (min-width:321px) and (max-width:768px){
    .small{
       font-size: 15px !important;
    }

     @media (min-width:321px) and (max-width:768px){
    .smalll{
       margin-bottom: -48px !important;
       font-size: 15px !important;

    }

    @media (min-width:321px) and (max-width:768px){
    .block {
       /*margin-bottom: -48px !important;*/
       font-size: 15px !important;

       height: 250px;

    }


      @media (min-width:321px) and (max-width:768px){
    .smallll{
      margin-bottom: 9px !important;
    margin-left: 0px !important;
    color: #4e4b4b;
       font-size: 15px !important;

    }


     @media (min-width:321px) and (max-width:768px){
    .w-100{
      /*margin-bottom: -118px !important;*/
    }



 @media (min-width:321px) and (max-width:768px){  
    #full-nav .navbar-brand img {
        height: 41px;
    }

    #banner .carousel .carousel-inner h1{
        font-size: 25px;
    }
    #banner .custom-shadow{
        /*height: 331px;*/
        padding: 1rem 1rem;
    }
    #banner .carousel .carousel-inner {
        height: 330px;
    }
    
    #banner .card .card-body .card-title{
        font-size: 16px;
    }

    .input-filed{
        margin-bottom: 1rem;
    }
    .footer .footer-inner .footer-content .search-submit {
        padding: 0.6rem 2.7rem;
        font-size: 1rem;
    }
    #about h2{
        font-size: 2rem;
    }   
     #about2 h2 {
    font-size: 2rem;
}
}


        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {}
        a,
        a:hover,
        a:focus,
        a:active {
            text-decoration: none;
            outline: none;
        }
        
        a,
        a:active,
        a:focus {
            color: #333;
            text-decoration: none;
            transition-timing-function: ease-in-out;
            -ms-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -ms-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
        }
        
        ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        img {
    max-width: 100%;
    height: auto;
}
span, a, a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
.section-head {
  margin-bottom: 60px;
}
.section-head h4 {
  position: relative;
  padding:0;
  color:#f91942;
  line-height: 1;
  letter-spacing:0.3px;
  font-size: 34px;
  font-weight: 700;  
  text-align:center;
  text-transform:none;
  margin-bottom:30px;
}
.section-head h4:before {
  content: '';
  width: 60px;
  height: 3px;
  background: #f91942;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right:0;  
  margin:0 auto;
}
.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color:#2f2f2f
}
p.service_text{
  color:#cccccc !important;
  font-size:16px;
  line-height:28px;
  text-align:center;    
}
.section-head p, p.awesome_line{
  color:#818181;
  font-size:16px;
  line-height:28px;
  text-align:center;  
}

.extra-text {
    font-size:34px;
    font-weight: 700;
    color:#2f2f2f;
    margin-bottom: 25px;
    position:relative;
    text-transform: none;
}
.extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #f91942;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.extra-text span {
    font-weight: 700;
    color:#f91942;
}
.item {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border:5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover{
    background:#f91942;
    box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover .item, .item:hover span.icon{
    background:#fff;
    border-radius:10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover h6, .item:hover p{
    color:#fff;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item .icon {
    font-size: 40px;
    margin-bottom:25px;
    color: #f91942;   
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}
.item .feature_box_col_one{
    background:rgba(247, 198, 5, 0.20);
    color:#f91942
}
.item .feature_box_col_two{
    background:rgba(255, 77, 28, 0.15);
    color:#f91942
}
.item .feature_box_col_three{
    background:rgba(0, 147, 38, 0.15);
    color:#f91942
}
.item .feature_box_col_four{
    background:rgba(0, 108, 255, 0.15);
    color:#f91942
}
.item .feature_box_col_five{
    background:rgba(146, 39, 255, 0.15);
    color:#f91942
}
.item .feature_box_col_six{
    background:rgba(23, 39, 246, 0.15);
    color:#f91942
}
.item p{
    font-size:15px;
    line-height:26px;
}
.item h6 {
    margin-bottom:20px;
    color:#2f2f2f;
}
.mission p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}
.mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f91942;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}
.mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}
.skills {
    padding-top:0px;
}
.skills .prog-item {
    margin-bottom: 25px;
}
.skills .prog-item:last-child {
    margin-bottom: 0;
}
.skills .prog-item p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}
.skills .prog-item .skills-progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius:20px;
    position: relative;
}
.skills .prog-item .skills-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #f91942;
    width: 10%;
    border-radius: 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.skills .prog-item .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 10px;
    font-weight:600;    
    color: #fff;
    background:rgba(0, 0, 0, 0.9);
    padding: 3px 7px;
    border-radius: 30px;
}


 h2,
        h3,
        h4,
        h5,
        h6 {}
        a,
        a:hover,
        a:focus,
        a:active {
            text-decoration: none;
            outline: none;
        }
        
        a,
        a:active,
        a:focus {
            color: #333;
            text-decoration: none;
            transition-timing-function: ease-in-out;
            -ms-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -ms-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
        }
        
        ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        img {
    max-width: 100%;
    height: auto;
}
span, a, a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
.section-head {
  margin-bottom: 60px;
}
.section-head h4 {
  position: relative;
  padding:0;
  color:#f91942;
  line-height: 1;
  letter-spacing:0.3px;
  font-size: 34px;
  font-weight: 700;  
  text-align:center;
  text-transform:none;
  margin-bottom:30px;
}
.section-head h4:before {
  content: '';
  width: 60px;
  height: 3px;
  background: #f91942;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right:0;  
  margin:0 auto;
}
.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color:#2f2f2f
}
p.service_text{
  color:#cccccc !important;
  font-size:16px;
  line-height:28px;
  text-align:center;    
}
.section-head p, p.awesome_line{
  color:#818181;
  font-size:16px;
  line-height:28px;
  text-align:center;  
}

.extra-text {
    font-size:34px;
    font-weight: 700;
    color:#2f2f2f;
    margin-bottom: 25px;
    position:relative;
    text-transform: none;
}
.extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #f91942;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.extra-text span {
    font-weight: 700;
    color:#f91942;
}
.item {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border:5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover{
    background:#f91942;
    box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover .item, .item:hover span.icon{
    background:#fff;
    border-radius:10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover h6, .item:hover p{
    color:#fff;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item .icon {
    font-size: 40px;
    margin-bottom:25px;
    color: #f91942;   
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}
.item .feature_box_col_one{
    background:rgba(247, 198, 5, 0.20);
    color:#f91942
}
.item .feature_box_col_two{
    background:rgba(255, 77, 28, 0.15);
    color:#f91942
}
.item .feature_box_col_three{
    background:rgba(0, 147, 38, 0.15);
    color:#f91942
}
.item .feature_box_col_four{
    background:rgba(0, 108, 255, 0.15);
    color:#f91942
}
.item .feature_box_col_five{
    background:rgba(146, 39, 255, 0.15);
    color:#f91942
}
.item .feature_box_col_six{
    background:rgba(23, 39, 246, 0.15);
    color:#f91942
}
.item p{
    font-size:15px;
    line-height:26px;
}
.item h6 {
    margin-bottom:20px;
    color:#2f2f2f;
}
.mission p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}
.mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f91942;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}
.mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}
.skills {
    padding-top:0px;
}
.skills .prog-item {
    margin-bottom: 25px;
}
.skills .prog-item:last-child {
    margin-bottom: 0;
}
.skills .prog-item p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}
.skills .prog-item .skills-progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius:20px;
    position: relative;
}
.skills .prog-item .skills-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #f91942;
    width: 10%;
    border-radius: 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.skills .prog-item .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 10px;
    font-weight:600;    
    color: #fff;
    background:rgba(0, 0, 0, 0.9);
    padding: 3px 7px;
    border-radius: 30px;

#top-menu {
  background-color: #333;
  color: #fff;
  padding:20px;
  margin-bottom:40px;
}
#post {
  max-width:728px;
  margin: 0 auto;
  padding: 40px;
  background-color:#fff;
}
#post img {
  max-width:100%;
  height: auto;
}
footer {
  background-color: #333;
  color: #fff;
  padding: 20px;
  margin-top: 40px;
}


/* --- Floating Share Buttons --- */
/* Icons/Logos from FontAwesome4*/

#floating-share-buttons {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
#floating-share-buttons li {
  
}
#floating-share-buttons a {
  color: #fff;
  text-decoration:none;
  font-size:14px;
}
#floating-share-buttons a.share-facebook {
  background-color: #395793 ;
}
#floating-share-buttons a.share-pinterest {
  background-color: #b8171c ;
}
#floating-share-buttons a.share-twitter {
  background-color: #1c9deb ;
}
#floating-share-buttons a.share-linkedin {
  background-color: #21577e ;
}
#floating-share-buttons a.share-whatsapp {
  background-color: #48a91f ;
}
#floating-share-buttons a.share-mail {
  background-color: #333 ;
}
/*
  Breakpoint is 1024px. You change this value to adapt it to your design
*/

/* Desktop */ @media (min-width: 1023px) {
  ul#floating-share-buttons {    
    position: fixed;
    top: 85%;
    transform: translateY(-50%);
    min-height: 100px;
    padding: 0px;
  }
  ul#floating-share-buttons a {
    width:3rem;
    height:3rem;
    align-items: center;
    display: inline-flex;
    justify-content: center;    
    transition: width 0.5s;
  }
  ul#floating-share-buttons a:hover {
    width:4.5rem;
  }
  #floating-share-buttons a.share-whatsapp {
    /*display:none;*/
  }
}
/* Mobile */ @media (max-width: 1024px) {
  footer {
    padding-bottom:4rem;
  }
  #floating-share-buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;        
    text-align: center;
    display: grid;    
  }
  #floating-share-buttons li {
    display:inline-block;
    width:calc(100% / 6);
    padding:0;
    margin:0;
  }
  #floating-share-buttons li a {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    height:3rem;
    width:100%;    
  }
