/* @import url('https://fonts.googleapis.com/css2?family=Muli:wght@300;400;500;600;700&display=swap');

body, h1, h2, h3, h4, h5, h6, p, a { font-family: 'Muli', sans-serif; }
p, li { font-size: 17px; color: #384a5d; font-family: 'Muli', sans-serif; }
li { font-size: 17px; margin-bottom: 8px; font-family: 'Muli', sans-serif; } */
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
}

.common-circle-one {
    background-color: #f34561;
    width: 13px;
    height: 13px;
    margin: 0 auto;
    border-radius: 100px;
    margin-bottom: 30px;
    display: inline-block;
    margin-right: 7px;
}
.common-circle-two {
    background-color: #005480;
    width: 13px;
    height: 13px;
    margin: 0 auto;
    border-radius: 100px;
    margin-bottom: 30px;
    display: inline-block;
    margin-right: 7px;
}

.common-cta-home {
    padding: 4px 0px;
    border-radius: 17px;
    margin-top: 230px;
}
.common-cta-home ul {
    padding-inline-start: initial;
}
.common-cta-home ul li {
    display: inline-block;
}
.common-cta-home .btn-success {
    background-color: #ffca2a;
    border-color: #ffca2a;
    border-radius: 100px;
    color: #fff;
    padding: 10px 22px;
    font-size: 17px;
    margin-right: 10px;
    font-weight: 600;
}
.common-cta-home .btn-warning {
    background-color: #fd7060;
    border-color: #fd7060;
    border-radius: 100px;
    color: #fff;
    padding: 10px 22px;
    font-size: 17px;
    font-weight: 600;
}
.common-cta-home .fa-angle-double-right {
    display: inline-block;
    font-size: 20px;
    background-color: #fff;
    color: #133852;
    font-weight: 600;
    padding: 7px 11px;
    border-radius: 100px;
    margin: 0px -17px 0px 14px;
}

@media (min-width: 320px) and (max-width: 375px) {
    .common-cta-home {
        margin-top: 170px;
    }
}
@media (min-width: 375px) and (max-width: 414px) {
    .common-cta-home {
        margin-top: 170px;
    }
}
@media (min-width: 414px) and (max-width: 568px) {
    .common-cta-home {
        margin-top: 170px;
    }
}

/* fix-whatsapp */
.fix-whatsapp {
    position: fixed;
    display: block;
    bottom: 0px;
    background-color: #fff;
    padding: 5px;
    border: none;
    z-index: 10000;
    width: 100%;
    box-shadow:0px -1px 5px rgba(0,0,0,0.2);
}
.fix-whatsapp ul {
    margin: 0px;
    padding: 10px 0px 5px 0px;
    list-style: none;
    padding-inline-start: initial;
}
.fix-whatsapp ul li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}
.fix-whatsapp .btn-info {
    background-color: #4FCE5D;
    border-color: #4FCE5D;
    border-radius: 0px;
}
.fix-whatsapp .btn-primary {
    background-color: rgb(38, 96, 182);
    border-color: rgb(38, 96, 182);
    border-radius: 0px;
    margin-right: 7px;
}

@media (min-width: 320px) and (max-width: 375px) { 
    .fix-whatsapp .btn-info {
        width: 145px;
    }
    .fix-whatsapp .btn-primary {
        width: 145px;
    }
} 
@media (min-width: 375px) and (max-width: 414px) { 
    .fix-whatsapp .btn-info {
        width: 170px;
    }
    .fix-whatsapp .btn-primary {
        width: 170px;
    }
}
@media (min-width: 414px) and (max-width: 568px) { 
    .fix-whatsapp .btn-info {
        width: 190px;
    }
    .fix-whatsapp .btn-primary {
        width: 190px;
    }
}    

/* //fix-whatsapp */


/* blog share on social media */

.share-blog {
    position: fixed;
    display: block;
    top: 50%;
    left: 46.4%;
    bottom: 0;
    padding: 5px;
    border: none;
    z-index: 10000;
}
.share-blog ul {
    margin: 0px;
    padding: 10px 0px 5px 0px;
    list-style: none;
    padding-inline-start: initial;
}
.share-blog ul li {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}
.share-blog .fa-facebook {
    background-color: #3b5998;
    padding: 12px 13px;
    color: #fff;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    font-size: 21px;
    padding-top: 16px;
    display: inline-block;
}
.share-blog .fa-linkedin {
    background-color: #0e76a8;
    padding: 12px 13px;
    color: #fff;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    font-size: 21px;
    padding-top: 14px;
    display: inline-block;
}
.share-blog .fa-pinterest {
    background: #E60023;
    padding: 12px 13px;
    color: #fff;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    font-size: 21px;
    padding-top: 15px;
    display: inline-block;
}
.share-blog .fa-twitter {
    background-color: #00acee;
    padding: 12px 13px;
    color: #fff;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    font-size: 21px;
    padding-top: 16px;
    display: inline-block;
}

@media (min-width: 320px) and (max-width: 375px) {
    .share-blog {
        left: 34%;
    }
}
@media (min-width: 375px) and (max-width: 414px) {
    .share-blog {
        left: 36%;
    }
}
@media (min-width: 414px) and (max-width: 568px) {
    .share-blog {
        left: 38%;
    }
}
/* //blog share on social media */





