@media only screen and (min-width: 480px) {
    #footer {
        margin-top: -145px;
    }
}

@media only screen and (min-width: 720px) {
    #footer {
        margin-top: 200px;
    }
}

#linkfooter:hover {
    color: #175cff;
}

#linkfooter {
    color: #000;
}

.ptb-1200 {
    padding-top: 50px;
    padding-bottom: 20px;
}

#footer-headingh3 {
    color: #032d60;
}

.socialList {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    justify-content: center;
    flex-flow: row wrap;

    li {
        padding-right: 10px;

        &:first-child {}

        a {
            position: relative;
            display: flex;
            width: 40px;
            height: 40px;
            border-radius: 100%;
            text-decoration: none;
            background-color: #999;
            color: #fff;
            transition: .35s;

            i {
                position: absolute;
                top: 50%;
                left: 50%;
                transform-origin: top left;
                transform: scale(1) translate(-50%, -50%);
                transition: .35s;
            }

            &:hover {
                i {
                    transform: scale(1.5) translate(-50%, -50%);
                }
            }
        }

        &:nth-child(1) a {
            background-color: red;
        }

        &:nth-child(2) a {
            background-color: #3C5A99;
        }

        &:nth-child(3) a {
            background-color: #00aced;
        }

        &:nth-child(4) a {
            background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
        }

        &:nth-child(5) a {
            background: #0072b1;
        }
    }
}

.hr {
    border-top: 1px solid #cecece;
    margin: 25px 0;
}

.copyterms1 {

    padding-right: 8px;
    line-height: 1.9rem;
    font-size: 15px;
}

.copy-terms {
    padding-left: 10px;
}

#copy-terms {
    text-align: left;
}

#copy-policy {
    text-align: right;
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .copyterms1 {
        padding-left: 0px;
        padding-right: 5px;
        line-height: 1.9rem;
        font-size: 15px;
    }

    #copy-right {
        text-align: center;
        margin-bottom: -45px;
    }

    #copy-policy {
        text-align: center;
    }
}

#dropline2 {
    border-bottom: 2px solid #175cff;
    width: 50px;
    margin-left: 2px;
    height: 5px;
    margin-bottom: 15px;
    /* margin-top: -28px; */
}

#usefullinks {
    color: #000;
}

.footer-section {
    background: #f7fbff;
    position: relative;
    background-attachment: fixed;
}

.footer-cta {
    border-bottom: 1px solid #373636;
    padding-bottom: 8px !important;
}

.single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #fff;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo img {
    max-width: 180px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #fff;
    line-height: 21px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3b5998;
}

.twitter-bg {
    background: #55acee;
}

.google-bg {
    background: #dd4b39;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #1da1f2;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #1da1f2;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 16px 28px;
    background: whitesmoke;
    border: 1.5px solid #919191;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #1da1f2;
    padding: 18px 20px;
    border: 1px solid #919191;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #fff;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}




@media (max-width: 767px) {
    .copyright-text p {
        font-size: 12px;
    }
}

.copyright-text p a {
    color: #ff5e14;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #ff5e14;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

.footer-cta .row .col-xl-4:nth-child(1) .single-cta i {
    position: absolute;
    color: #ff5e14;
    margin-top: -0.5px;
}

.footer-cta .row .col-xl-4:nth-child(1) .single-cta .cta-text {
    padding-left: 32px;
}

.footer-cta .row .col-xl-4:nth-child(2) .single-cta i {
    color: #14ffa7;
    margin-top: -0.5px;
}

.footer-cta .row .col-xl-4:nth-child(3) .single-cta i {
    color: #ffd700;
    margin-top: -0.5px;
}

.footer-social-icon .social_icon {
    text-align: left;
}

.footer-social-icon .social_icon li {
    float: inherit !important;
    display: inline-block !important;
    width: inherit;
}

.footer-social-icon .social_icon li a i {
    font-size: 15px;
    line-height: 39px;
}

.footer-social-icon .social_icon li a {
    width: 40px;
    height: 40px;
}

.social_icon {
    text-align: right;
    margin: 0;
    margin-top: 3px;
}

.social_icon li {
    display: inline-block;
    margin: 0 5px;
}

.social_icon li a {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #fff;
    color: #000;
    text-align: center;
    border-radius: 100%;
    transition: 0.2s ease-in-out;
}

.social_icon li a i {
    font-size: 15px;
    line-height: 20px;
}

.social_icon li:nth-child(1) a {
    background: #4267b2;
    color: #fff;
}

.social_icon li:nth-child(2) a {
    background: #334c87;
    color: #fff;
}

.social_icon li:nth-child(3) a {
    background: #f09433;
    background: -moz-linear-gradient(45deg,
            #f09433 0%,
            #e6683c 25%,
            #dc2743 50%,
            #cc2366 75%,
            #bc1888 100%);
    background: -webkit-linear-gradient(45deg,
            #f09433 0%,
            #e6683c 25%,
            #dc2743 50%,
            #cc2366 75%,
            #bc1888 100%);
    background: linear-gradient(45deg,
            #f09433 0%,
            #e6683c 25%,
            #dc2743 50%,
            #cc2366 75%,
            #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    color: #fff;
}

.social_icon li:nth-child(4) a {
    background: #ff0000;
    color: #fff;
}

.social_icon li:nth-child(1):hover a {
    background: #fff;
    color: #4267b2;
}

.social_icon li:nth-child(2):hover a {
    background: #fff;
    color: #1da1f2;
}

.social_icon li:nth-child(3):hover a {
    background: #fff;
    color: #bc1888;
}

.social_icon li:nth-child(4):hover a {
    background: #fff;
    color: #ff0000;
}

@media only screen and (min-width: 720px) {
    .footer-section {
        margin-top: -250px;
    }
}


#website {

    font-size: 15px;

}

#web {

    font-size: 14px;
}

body {
    font-family: 'Nunito', sans-serif;
}

.content {
    padding: 20px;
}

@media (max-width: 480px) {
    .scrollbtncall {
        display: block;
    }
}

@media (min-width: 481px) {
    .scrollbtncall {
        display: none;
    }
}

.scrollbtncall {
    background-color: #1c324c;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 33px;
    z-index: 1000;
}

.mobilefootcall {
    position: fixed;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    gap: 10px;
    opacity: 0;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.mobilefootcall.show {
    display: flex;
    opacity: 1;
    visibility: visible;
}

.scrollbtncall.hidden {
    background-color: transparent;
    /* Hide background color */
}

#mobilecallnow,
#mobilebookbtn {
    padding: 7px 7px;
    font-size: 17px;
    border-radius: 8px;
    text-decoration: none;
    color: #000;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s;
    color: white;
}

.separator {
    display: inline-block;
    width: 2px;
    top: 15%;
    height: 66px;
    background-color: #fff;
    margin: 0 10px;
}

@media (max-width: 768px) {
    #copytext {
        display: none;
    }

    #copyrightspace {
        margin-bottom: 57px;
    }

}

@media (min-width: 768px) {
    .mobilefootcall {
        display: none;
        /* Hide on larger screens */
    }
}
