@import url('https://fonts.googleapis.com/css2?family=Original+Surfer&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&amp;display=swap');

.text1 {
    float: left;
    width: 100%;
    background: #000;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 7px 0px;
    font-family: 'Source Sans Pro', sans-serif;
    position: relative;
    z-index: 1;
}

.banner_container {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}

    .banner_container img {
        float: left;
        width: 100%;
    }


.copyrt {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    color: black;
    background: #fcd000;
    padding: 10px 0px;
}

.last-row {
    float: left;
    width: 100%;
}

.cal {
    bottom: 0px;
    left: 10px;
    position: fixed;
    z-index: 1111;
}

.whatsaapp img {
    -webkit-animation: mover 0.5s infinite alternate;
    animation: mover 0.5s infinite alternate;
}

.cal img {
    -webkit-animation: mover 0.5s infinite alternate;
    animation: mover 0.5s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.whatsaapp {
    bottom: 0px;
    right: 16px;
    position: fixed;
    z-index: 1111;
}

.banner3 {
    float: left;
    width: 100%;
}

    .banner3 img {
        float: left;
        width: 100%;
    }


@-webkit-keyframes blink2 {
    from {
        color: black;
    }

    to {
        color: white;
    }
}

.just {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: #000;
    position: relative;
    z-index: 1;
}

.just-headr {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #E7600F;
    font-family: 'Original Surfer', cursive;
}

.just-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: whitesmoke;
    font-family: 'Source Sans Pro', sans-serif;
}

.just-call {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: whitesmoke;
    font-family: 'Source Sans Pro', sans-serif;
}

    .just-call a {
        color: #E7600F;
    }

.just-border {
    float: left;
    width: 100%;
    border: 5px solid whitesmoke;
    padding: 20px;
}


.ban2-sec {
    text-align: center;
    padding: 100px 0px;
    position: relative;
    background: url(../images/cal-bg.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    z-index: 1;
    float: left;
    width: 100%;
}

    .ban2-sec:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        right: 0px;
        bottom: inherit;
        left: 0px;
        margin: 0 auto;
        z-index: -1;
        background: #000000b8;
    }

.ban-name {
    font-size: 60px;
    color: #E7600F;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Original Surfer', cursive;
    margin: 0px;
    font-weight: 700;
    width: 100%;
    float: left;
}

.astr-name {
    font-size: 40px;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Original Surfer', cursive;
    margin: 0px;
    padding: 10px 0px;
    width: 100%;
    float: left;
}

.ban-call {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 10px 0px;
}

    .ban-call a {
        position: relative;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        color: white;
        border: 1px solid #E7600F;
        padding: 10px 20px;
        font-weight: 400;
        z-index: 1;
    }

        .ban-call a::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0px;
            right: 0px;
            bottom: 0px;
            left: 0px;
            margin: 0 auto;
            -webkit-transform: scale(1);
            transform: scale(1);
            background: black;
            border-radius: inherit;
            z-index: -1;
            -webkit-transition: 0.6s ease-in-out;
            transition: 0.6s ease-in-out;
        }

        .ban-call a:hover::before {
            transform: scale(0);
        }

        .ban-call a:hover {
            color: #E7600F;
        }

.why-us {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: url(../images/llll.png);
    background-position: left;
    background-attachment: fixed;
    background-repeat: no-repeat;
    z-index: 1;
}

.why-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #00563B;
    font-family: 'Original Surfer', cursive;
}

.why-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding-bottom: 30px;
    font-family: 'Source Sans Pro', sans-serif;
    color: black;
}

.why-border {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    padding: 10px;
    background: #00563B;
    border: 1px solid #E7600F;
}

    .why-border span {
        float: left;
        width: 100%;
    }

        .why-border span img {
            float: none;
            width: 50%;
            display: table;
            margin: 0 auto;
        }

.wh-t {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    padding: 5px 0px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
}

.best-services2 {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.best-header2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #00563B;
    font-family: 'Original Surfer', cursive;
}

.best-sub2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: black;
    font-family: 'Source Sans Pro', sans-serif;
    padding-bottom: 30px;
}

.best-border2 {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    padding: 10px;
    background: #00563B;
    border-radius: 30px;
}

.service-content2 {
    float: left;
    width: 100%;
}

.dssc {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    padding-top: 5px;
    padding-bottom: 20px;
}

.best-border2:hover {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-box-shadow: 0px 0px 20px #00000057;
    box-shadow: 0px 0px 20px #00000057;
}

.best-title2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #fff;
    font-family: 'Original Surfer', cursive;
    background: #002519;
    padding: 5px 0px;
    position: relative;
    margin-bottom: 10px;
    border-radius: 30px;
    z-index: 1;
    margin-top:10px;
}

.best-img2 {
    float: left;
    width: 100%;
}

    .best-img2 img {
        float: left;
        width: 100%;
        border-radius: 50%;
        border: 10px solid #fff;
    }

.head-main {
    float: left;
    width: 100%;
    background: #00563B;
}

.bg-r {
    float: left;
    width: 100%;
    background: #00563B;
    position: relative;
    padding: 5px;
}

.contact {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 5px;
}

    .contact li {
        list-style: none;
        display: inline;
        color: white;
        font-size: 17px;
        padding-right: 10px;
        font-family: 'Source Sans Pro', sans-serif; 
        text-align:center; 
        
    }

contact-details {
    float: left;
    width: 100%;
}

.contact i {
    color: #E7600F;
    padding-right: 5PX;
}

.contact-right {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 20px;
    background: #000;
    color: #000;
    border-radius: 50px;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    padding: 5px 0px;
}

.topb {
    left: unset !important;
    right: 17px;
}

.bst-services {
    float: left;
    width: 100%;
    padding: 50px 0px;
    position: relative;
    z-index: 1;
    background: #E7600F;
}

.bst-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    font-family: 'Original Surfer', cursive;
    color: #00563B;
}

    .bst-header span {
        background: #00563B;
        width: 60px;
        height: 4px;
        display: inline-block;
    }

    .bst-header span {
        background: #00563B;
        width: 60px;
        height: 4px;
        display: inline-block;
    }

.bst-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: black;
    font-family: 'Source Sans Pro', sans-serif;
    padding-bottom: 30px;
}

.bst-border {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}

.bst-img {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}

    .bst-img img {
        float: left;
        z-index: 1;
        width: 100%;
    }

.bst-titlr {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: black;
    font-family: 'Original Surfer', cursive;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    float: left;
    width: 100%;
}

.text {
    color: #00563B;
    font-size: 25px;
    position: absolute;
    background: #E7600F;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: 'Original Surfer', cursive;
    opacity: 0;
    width: 100%;
    padding: 5px 0px;
}

    .text a {
        color: #00563B;
    }

.bst-border:hover .overlay {
    height: 100%;
}

.bst-border:hover .text {
    opacity: 1;
}

.header {
    float: left;
    width: 100%;
    background-color: white;
    padding: 10px 0px;
}

.header-left {
    float: left;
    width: 100%;
}

.header-right {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.logo-inr {
    padding: 0px;
}

.call-p {
    font-size: 18px;
    margin: 0px;
    padding: 10px 0px 20px;
    text-align: center;
}

.logo-inr a {
    position: relative;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    color: #fff;
    border: 1px solid #f20b0b;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 400;
    font-size: 18px;
    z-index: 1;
    font-family: 'Source Sans Pro', sans-serif;
}

    .logo-inr a:hover::before {
        transform: scale(0);
    }

    .logo-inr a:hover {
        color: #f20b0b;
    }

    .logo-inr a::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        margin: 0 auto;
        -webkit-transform: scale(1);
        transform: scale(1);
        background: #f20b0b;
        border-radius: inherit;
        z-index: -1;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

.logo-inr .fa {
    font-weight: 900;
}

.tag-line {
    font-size: 20px;
    margin: 0px;
    font-weight: 600;
    padding-top: 5px;
    font-family: 'Source Sans Pro', sans-serif;
    color: black;
    text-align: center;
    float: left;
    width: 100%;
}

.dd {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}

.logo1 {
    float: left;
    width: 100%;
}

    .logo1 img {
        float: left;
        width: 100%;
    }

.logo {
    float: left;
    width: 100%;
}

    .logo img {
        float: none;
        display: table;
        margin: 0 auto;
    }

.header-right1 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding: 5px;
    color: #f20b0b;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
}

.header-right3 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding: 5px;
    color: black;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
}

.header-right2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding: 5px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    padding-top: 10px;
    background: #00563B;
}

.testi {
    float: left;
    width: 100%;
    padding: 50px 0px;
    position: relative;
    z-index: 1;
    background: url(../images/bk.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    z-index: 1;
}

    .testi::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        right: 0px;
        bottom: 0;
        left: 0px;
        margin: 0 auto;
        background: #000000c2;
        z-index: -1;
    }

.testi-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #fff;
    font-family: 'Original Surfer', cursive;
}

.testi-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #E7600F;
    padding-bottom: 30px;
    font-family: 'Source Sans Pro', sans-serif;
}

.line1 {
    float: left;
    width: 100%;
}

    .line1 img {
        display: table;
        float: none;
        margin: 0 auto;
    }

.testi-border {
    float: left;
    width: 100%;
    background: #00563B80;
    padding: 10px;
    position: relative;
    z-index: 1;
}

.testi-desc {
    float: left;
    width: 100%;
    padding: 15px 15px 70px 15px;
    position: relative;
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    z-index: 1;
}

.tetsi-name {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 25px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    border-bottom: 3px solid #fff;
    background: #E7600F;
    padding-left:5px;
}

.tetsi-img {
    float: left;
    width: 70px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    bottom: 40px;
    right: 23px;
}

    .tetsi-img img {
        float: right;
        width: 100%;
        border: 2px solid #E7600F;
        padding: 2px;
    }

.about-us {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 50px 0px;
    background: url(../images/bk.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    z-index: 1;
}

    .about-us::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        right: 0px;
        bottom: 0;
        left: 0px;
        margin: 0 auto;
        background: #000000c2;
        z-index: -1;
    }

.abt-left {
    float: left;
    width: 100%;
}

.abt-right {
    float: left;
    width: 100%;
}

    .abt-right img {
        float: left;
        width: 100%;
    }

.abt-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-family: 'Original Surfer', cursive;
    color: #E7600F;
}

.line {
    float: left;
    width: 100%;
}

    .line img {
        display: table;
        margin: 0 auto;
        float: none;
    }

.abt-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    margin-bottom: 30px;
}

.abt-desc {
    float: left;
    width: 100%;
    text-align: justify;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}

    .abt-desc ul {
        list-style: none;
        padding-top: 20px;
    }

    .abt-desc i {
        padding-right: 10px;
        color: #E7600F;
    }

    .abt-desc span {
        color: #E7600F;
        font-weight: bold;
    }


.best-services {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: #00563B;
}

.best-right-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #E7600F;
    font-family: 'Original Surfer', cursive;
}

.best-right-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 30px;
}

.best-border {
    float: left;
    width: 100%;
    border-radius: 10px;
    position: relative;
    margin-bottom: 40px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px #fff;
    box-shadow: 0px 0px 10px #fff;
}

.best-img {
    float: left;
    width: 100%;
}

    .best-img img {
        float: left;
        width: 100%;
        padding: 0px;
        width: 100%;
        border-radius: 10px 10px 0px 0px;
    }

.best-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #fff;
    background: #00563B;
    padding: 10px 0px;
}

.best-call {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #000;
    text-align: center;
}

    .best-call a {
        position: relative;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        color: #fff;
        border: 1px solid #02820E;
        padding: 10px 20px;
        font-weight: 600;
        z-index: 1;
        border-radius: 10px;
    }

        .best-call a::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0px;
            right: 0px;
            bottom: 0px;
            left: 0px;
            margin: 0 auto;
            -webkit-transform: scale(1);
            transform: scale(1);
            background: #02820E;
            border-radius: inherit;
            z-index: -1;
            -webkit-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
        }

    .best-call i {
        padding-right: 5px;
    }

.srv-content {
    width: 100%;
    border-radius: 20%;
    float: left;
}

.srv-contentt {
    float: left;
    width: 100%;
}

.footer {
    float: left;
    width: 100%;
    padding: 40px 0px;
    position: relative;
    z-index: 1;
    background: linear-gradient( 45deg, black, #00563B);
}

    .footer::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        right: 0px;
        bottom: 0;
        left: 0px;
        margin: 0 auto;
        background: url(../images/llll.png);
        background-position: left;
        background-attachment: fixed;
        background-repeat: no-repeat;
        z-index: -1;
        opacity: 0.3;
    }

    .footer img {
        display: table;
        margin: 0 auto;
        float: none;
    }

.footer-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #E7600F;
    font-family: 'Original Surfer', cursive;
}

.footer-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    padding-bottom: 30px;
}

ul.footer-details {
    float: left;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #E7600F;
}

    ul.footer-details li {
        list-style: none;
        font-size: 25px;
        padding-right: 40px;
        display: inline;
        font-family: 'Source Sans Pro', sans-serif;
    }

.footer-border {
    float: left;
    width: 100%;
}

.footer-sub-header {
    float: left;
    width: 100%;
    font-size: 25px;
    padding-bottom: 20px;
    color: #E7600F;
    font-family: 'Original Surfer', cursive;
}

.footer-desc {
    float: left;
    width: 100%;
    font-size: 18px;
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
}

.footer-border ul.footer-detail {
    font-size: 18px;
    color: white;
    padding-bottom: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    padding-left: 10px;
}

    .footer-border ul.footer-detail li {
        list-style: none;
        font-size: 18px;
        padding: 5px 0px;
        font-family: 'Source Sans Pro', sans-serif;
        border-bottom: 1px solid #ffffff26;
    }

i.fa.fa-angle-right {
    color: #fff;
    font-size: 20px;
    padding-right: 5px;
}

.footer a {
    color: #fff;
}

.footer span {
    display: block;
    background: #f20b0b;
    color: #fff;
    font-size: 20px;
    font-size: 25px;
    padding: 5px 20px;
    text-transform: capitalize;
    font-family: 'Source Sans Pro', sans-serif;
}

@media(min-width:320px) and (max-width:479px) {
    .logo;

{
    display: none;
}

.best-title2 {
    font-size: 20px;
}


.contact li {
    padding-right: 15px;
}

.contact-details {
    text-align: center;
}

.text1 {
    font-size: 18px;
}

.about-us-header {
    font-size: 35px;
}

.why-header {
    font-size: 35px;
}

.ast_whywe_info_box_info p {
    font-size: 18px;
    text-align: center;
}

.just-headr {
    font-size: 35px;
}

.just-sub {
    font-size: 18px;
}

.just-call {
    font-size: 25px;
}

.wazifa-list-desc {
    text-align: center;
}

.wazifa-list-header {
    text-align: center;
}

.ban-name {
    font-size: 35px;
}

.astr-name {
    font-size: 25px;
}

.other-sub {
    font-size: 20px;
}

.other-header {
    font-size: 35px;
}

.testi-header {
    font-size: 35px;
}

.testi-border {
    margin-bottom: 30px;
}

.contact {
    display: block;
}

.bst-header {
    font-size: 35px;
}

    .bst-header span {
        display: none;
    }

.other-header2 {
    font-size: 35px;
}

.best-header {
    font-size: 35px;
}

.best-sub {
    font-size: 20px;
}

.list-header {
    font-size: 35px;
}

.footer-hesder {
    font-size: 35px;
}

.contact-right {
    clip-path: none;
}

.header-right {
    display: none;
}

.banner-next-name {
    font-size: 25px;
}

.footer-cal {
    font-size: 20px;
}

.abt-sub {
    font-size: 20px;
    font-weight: normal;
}

.abt-header {
    font-size: 35px;
}

.best-right-sub {
    font-size: 20px;
}

.best-right-header {
    font-size: 35px;
}

.best-sub2 {
    font-size: 20px;
}

.best-header2 {
    font-size: 35px;
}

}

@media(min-width:480px) and (max-width:639px) {
    .contact;

{
    display: none;
}

.logo {
    display: none;
}

.best-title2 {
    font-size: 20px;
}

.abt-sub {
    font-size: 20px;
    font-weight: normal;
}

.abt-header {
    font-size: 35px;
}

.best-right-sub {
    font-size: 20px;
}

.best-right-header {
    font-size: 35px;
}

.best-sub2 {
    font-size: 20px;
}

.best-header2 {
    font-size: 35px;
}

.contact-right {
    clip-path: none;
}

.header-right {
    display: none;
}

.banner-next-name {
    font-size: 25px;
}

.footer-cal {
    font-size: 20px;
}

.footer-hesder {
    font-size: 35px;
}

.best-header {
    font-size: 35px;
}

.list-header {
    font-size: 35px;
}

.best-sub {
    font-size: 20px;
}

.other-header2 {
    font-size: 35px;
}

.bst-header span {
    display: none;
}

.bst-header {
    font-size: 35px;
}

.contact li {
    display: none;
}

.contact-details {
    text-align: center;
}

.contact-right {
    font-size: 16px;
    padding-bottom: 10px;
}

.text1 {
    font-size: 18px;
}

.about-us-header {
    font-size: 35px;
}

.why-header {
    font-size: 35px;
}

.ast_whywe_info_box_info p {
    font-size: 18px;
    text-align: center;
}

.just-headr {
    font-size: 35px;
}

.just-sub {
    font-size: 25px;
}

.just-call {
    font-size: 25px;
}

.wazifa-list-desc {
    text-align: center;
}

.wazifa-list-header {
    text-align: center;
}

.ban-name {
    font-size: 35px;
}

.astr-name {
    font-size: 25px;
}

.other-sub {
    font-size: 20px;
}

.other-header {
    font-size: 35px;
}

.testi-header {
    font-size: 35px;
}

.testi-border {
    margin-bottom: 30px;
}

}

@media(min-width:640px) and (max-width:767px) {
    .contact;

{
    text-align: center;
}

.testi-border {
    margin-bottom: 30px;
}

.logo {
    display: none;
}

.best-title2 {
    font-size: 20px;
}

}

@media(min-width:768px) and (max-width:991px) {
    .head-main .col-sm-6;

{
    width: 100%;
    text-align: center;
}

.logo {
    display: none;
}

.why-us .col-sm-3 {
    width: 50%;
}

.header .col-sm-5 {
    width: 100%;
}

.header .col-sm-3 {
    width: 50%;
}

.header .col-sm-4 {
    width: 50%;
}

.other-services .col-sm-3 {
    width: 50%;
}

.testi .col-sm-4 {
    width: 50%;
    margin-bottom: 30px;
}

.footer .col-sm-4 {
    width: 50%;
}

.about-us .col-sm-7 {
    width: 100%;
}

.about-us .col-sm-5 {
    width: 100%;
}

.about-us .abt-right .col-sm-12 {
    width: 100%;
}

.top-srv-sec .col-sm-4 {
    width: 50%;
}

.best-services .col-sm-4 {
    width: 50%;
}

.other-list .col-sm-4 {
    width: 50%;
}

.contact {
    text-align: center;
}

.best-services2 .col-sm-3 {
    width: 50%;
}

}

@media(min-width:992px) and (max-width:1200px) {
    .logo img;

{
    width: 100%;
}

;
}
