body{
      font-family: "Afacad", sans-serif;

    font-size: 18px;
    line-height: normal;
    letter-spacing: normal;
}


header, div, section, ul, li, a, i, p, h1, h2, h3, h4, h5, h6, span, img, div:hover, section:hover, ul:hover, li:hover, a:hover, i:hover, p:hover, h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover, span:hover, img:hover {
  transition-duration: 300ms;
}
p, li {
    color: #707070;
}
ul {
    padding-left: 20px;
}
img{
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6{
    color: #3060A0;
    text-transform: uppercase;
    font-weight: bold;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
    color: #6C4D91;
}

.common-btn {
    border-radius: 10px;
    border: 2px solid #6C4D91;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding: 8px 19px;
}
.bg-btn{
    background: #3060A0;
background: linear-gradient(90deg, rgba(48, 96, 160, 1) 0%, rgba(108, 77, 145, 1) 100%);
    color: #fff;
}
.bg-btn:hover{
     background: #fff;
background: unset;
    color: #6C4D91;
}
.border-btn{
    color: #6C4D91;
}
.border-btn:hover{
    background: #3060A0;
background: linear-gradient(90deg, rgba(48, 96, 160, 1) 0%, rgba(108, 77, 145, 1) 100%);
    color: #fff;
}
.bg-hover-white:hover{
    border-color: #fff;
    color: #fff;
}
.border-hover-white {
    border-color: #fff;
    color: #fff;
}
.border-hover-white:hover {
    border-color: #fff;
    background-color: #fff !important;
    background: unset;
    color: #6C4D91;
}
h1 {
    font-size: 55px;
    line-height: 53px;
}
h2 {
    font-size: 40px;
}
a{
    display: inline-block;
}
.accordion-button:focus {
    border-color: unset;
    box-shadow: unset;
}
/**************************/
a.navbar-brand img {
    max-width: 160px;
}
.Results-sec, .scale_sec, .scale_box_inside, .review-sec, footer, .sub-header, .contact-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.Results-sec {
    background-image: url(../images/Results-bg.png);
}
.scale_sec, .contact-section{
     background-image: url(../images/scale-bg.png);
}
.scale_box_inside {
    background-image: url(../images/scale-bg-2.png);
    border-radius: 70px;
    padding: 50px 100px;
}
.review-sec{
    background-image: url(../images/review-bg.png);
}
footer, .sub-header{
    background-image: url(../images/footer-bg.png);
}
.Results-inside-box a, .services_box_inside, .review_box  {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 5%);
    text-decoration: none;
    height: 100%;
    position: relative;
}
.services_box_inside {
    padding-bottom: 67px;
}
.Results-inside-box a img, .services_box_inside img {
    width: 100%;
}
.content-box {
    padding: 15px;
    color: #707070;
    border-bottom: 1px solid rgb(221 221 221 / 35%);
    
}
.services_box_inside .content-box{
    border-bottom: 0px !important;
        padding: 15px 15px 0px 15px;
}
.services_box_inside .content-box .common-btn {
    position: absolute;
    bottom: 15px;
}
.result-bottom{
    padding: 10px 15px;
}
.Results-inside-box a:hover{
    background-color: #3060A0;
  
}
.Results-inside-box a:hover .content-box, .Results-inside-box a:hover .result-bottom p{
      color: #fff;
}


.price-top h3 {
    color: #153661;
}

.pricing-box-sec {
    border: 1px solid #E0E0E0;
    padding: 25px;
    border-radius: 10px;
}
.review_box {
    padding: 24px;
}
.accordion-item .accordion-button {
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    font-size: 25px;
}
.accordion-button:not(.collapsed) {
    color: #ffffff !important;
    background-color: #3060a0;
}
.accordion-button:not(.collapsed)::after{
    filter: brightness(0) invert(1);
}

.menu-links li a, .menu-links li {
    color: #fff;
    text-decoration: none;
}

.menu-links{
    margin-bottom: 0px;
}
.social-media-sec li a {
    color: #fff;
    border-radius: 10px;
    border: 2px solid #ffffff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding: 4px 12px;
}
.social-media-sec li a:hover{
      background: #3060A0;
background: linear-gradient(90deg, rgba(48, 96, 160, 1) 0%, rgba(108, 77, 145, 1) 100%);
    color: #fff;
    border-color: #6C4D91;
}
.social-media-sec {
    list-style: none;
    padding: 0;
    margin: 0;
}
.social-media-sec li {
    display: inline-block;
    margin-bottom: 3px;
}
.botton-copyright {
    border-top: 1px solid rgb(255 255 255 / 10%);
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}
.footer-links li a {
    color: #fff;
    padding-left: 20px;
}


.carousel-item {
    background-color: #153661;
    background-image: url(../images/review-bg.png);
    background-size: cover;
    background-position: top;
}
.contact-section form {
    background-color: #fff;
    padding: 40px;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 5%);
    border-radius: 8px;
}
.navbar-nav li a {
    padding: 7px 17px !important;
}
.chat-btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 40px;
    z-index: 999;
}
.coupon-code {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}
/*****************************************/
/*****************************************/
/*****************************************/
/*****************************************/
/*****************************************/


@media only screen and (max-width: 1366px) {
    body{
     font-size: 14px;
}
    .scale_box_inside {
    padding: 50px 50px;
}

}
@media only screen and (max-width: 1199px) {
    h1 {
    font-size: 45px;
    line-height: 44px;
}
    
}
@media only screen and (max-width: 991px) {
    h1 {
        font-size: 35px;
        line-height: 33px;
    }
    .navbar-nav {
    position: absolute;
    z-index: 99;
    background-color: #fff;
    right: 0;
    width: 100%;
}
.navbar-nav li a {
        padding: 7px 17px !important;
        display: inline-block;
        width: 100%;
        border-radius: 0;
        text-align: left;
        border-top: 1px solid #f8f8f8;
    }
    .navbar-nav{
        box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 5%);
    }
}
@media only screen and (max-width: 767px) {
    h1 {
    font-size: 35px;
    line-height: 36px;
}
    h2 {
    font-size: 25px;
}
    .scale_box_inside {
        padding: 40px 40px;
    }
    .carousel-item .btn_box a {
    margin-top: 9px;
}
    .social-media-sec li a {
    font-size: 10px;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 3px 10px;
}
}
@media only screen and (max-width: 580px) {
    .botton-copyright {
    text-align: center;
}
    .footer-links li a {
    padding-left: 10px;
    padding-right: 10px;
}
    .footer-links {
    justify-content: center;
    margin-top: 5px;
}
}
@media only screen and (max-width: 360px) {}

