@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/*CSS START BY AAT*/
/*apply now form css start */

.Popup-Head {
    font-size: 30px !important;
    color: #3b5380;
    font-family: 'PT Serif', serif;
    margin: 20px auto !important;
}

/*apply now form css end */


.btn-primary,
.pagination>.active>a {
    background-image: linear-gradient(to right, #3b5380, #41a0b2) !important;
    border: none !important;
}

a.gdpr-footer {
    color: white;
    text-decoration: underline !important;
}

a.gdpr-footer:hover {
    color: white;
}

.kb-search-input {
    border-radius: 40px !important;
    width: 108% !important;
}

.kb-search-input:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #41a0b2 !important;
}

.input-group-btn-2 {
    font-size: 14px !important;
}

.aat-center {
    max-width: 550px;
    height: 100%;
    width: 100%;
    margin-top: 100px;
    padding: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.aatbot-15 {
    margin-bottom: 15px !important;
}

.logo img-responsive {
    margin-top: 14px;
}

.user_form_center {
    margin: auto;
    margin-top: 100px;
    margin-bottom: 50px;
}

.secondary-login-link {
  font-weight: 500;
  text-decoration: underline !important;
  font-size: 14px;
  color: #777;
}

.aat-team-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;

}

.aat-center img {
    text-align: center;
    margin: auto;
    display: block;
    margin-top: -100px;
    margin-bottom: 20px;
}

.aat-center-admin-forgot img {
    text-align: center;
    margin: auto;
    display: block;
    margin-top: -100px;
    margin-bottom: 20px;
}

.aat-team-login-input {
    position: relative;
}

.aat-team-login-input i {
    position: absolute;
    left: 0px;
    top: 24px;
    background: #41a0b2;
    font-size: 18px;
    margin: 0px;
    width: auto !important;
    padding: 13.5px;
    border-radius: 22px 0px 0px 22px;
    color: #fff;
    box-shadow: none !important;
}

.aat-team-login-input-1 i {
    top: 24px;
    padding: 13.5px;
}

.aat-team-login-input-2 i {
    top: 24px;
    padding: 13.5px;
}

.aat-customer-input i {
    top: 24px !important;
}

.aat-team-login-input input {
    width: 100%;
    height: 45px !important;
    border-radius: 40px;
    padding-left: 55px;
    margin-bottom: 20px;
}

.aat-team-login-input input:focus {
    border-color: #41a0b2 !important;
    outline: none !important;
    box-shadow: none !important;
}

.aat-remember-forgot {
    display: flex;
    justify-content: space-between;
}

.aat-remember-me {
    margin-top: 0px;
}

.aat-button {
      background-image: linear-gradient(to right, #3b5380, #41a0b2);
    padding: 10px 40px;
    border-radius: 40px;
    color: #fff;
    transition: all 0.5s ease;
    border: none;
}

.aat-captcha>div {
    margin: 0 auto;
}

.captcha_main {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* menu */

.aat-nav-main {
    background: #fefefe;
    border-radius: 40px !important;
    margin-top: 12px !important;
    box-shadow: 0px 0.1rem 1rem rgba(0, 0, 0, .15) !important;
    z-index: 1;
    position: relative;
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.aat-nav-main button {
    margin-top: 20px;
    margin-right: 15px;
}

.aat-header img {
    width: 100%;
    /*margin-left: 20px;*/
}

.aat-header a {
    width: 300px;
    margin-top: 15px;
}

.aat-menu-list ul li a {
    padding: 30px 20px;
    color: #000;
    font-size: 16px;
    border-radius: 44px;
}

.aat-menu-list ul li a:hover {
    background: transparent;
    color: #41a0b2
}

.customers-nav-item-edit-profile a {
    padding: 12px 14px !important;
}

.aat_user_header_main a {
    padding: 16px !important;
}

.customers-nav-item-edit-profile a:hover {
    background-image: linear-gradient(to right, #3b5380, #41a0b2) !important;
    color: white !important;
    border-radius: 0px !important;
    border: none !important;
}

.aat_user_header a {
    padding: 10px !important;
}

.dropdown-menu {
    padding: 0px !important;
    border-radius: 10px !important;
    overflow: hidden;
}

.input-group .form-control {
    position: relative;
    z-index: 0 !important;
}

.pagination>.active>a {
    z-index: 0 !important;
}

.aat-adjust-width {
    padding-right: 30px !important;
    min-height: 62px !important;
    max-width: 100%;
}

.menu-toogle-mobile {
    display: none;
}

@media (max-width: 767px) {
    .menu-toogle-mobile {
        display: block;
        margin-left: 20px;
        background-image: linear-gradient(to right, #3b5380, #41a0b2);
        color: white;
        border: none;
        padding: 0px 13px;
        border-radius: 6px;
    }

    .aat-header img {
        width: 80%;

    }

    .aat-menu-list ul li a {
        padding: 10px;
    }
}

/* menu */

/* Footer Start */

.footer-main,
.work-process-bg,
.checkout-outer {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 3px 4px #e4e4e4;
}

.footer-links li a,
.left-content p,
.footer-right-detail a,
.contact-details a {
    color: #000 !important;
    font-size: 16px;
}

.footer-links li a {
    margin-bottom: 20px !important;
}

.footer-detail {
    box-shadow: 0px 0px 3px 1px #c6c6c6;
    margin-bottom: 15px;
    padding: 15px 15px 15px 15px;
    border-radius: 40px;
    display: flex;
    align-items: center;
}

.aat_footer_spacing li {
    margin-bottom: 4px;
}

.footer-inner h2 {
    margin-top: 0px !important;
    font-family: "PT Serif", serif;
    margin-bottom: 15px !important;
}

.footer-right-svg {
    display: inline-block;
}

.footer-right-detail {
    display: inline-block;
    padding-left: 10px;
}

.footer-right-detail a {
    font-size: 13px !important;
}

.footer-right-detail a p {
    font-size: 12px !important;
    margin-bottom: 0 !important;
    font-weight: 600 !important;
}

.contact-footer {
    padding-left: 50px;
    display: inline-block;
    position: relative;
    top: -65px;
}

.footer-right-svg {
    font-size: 22px;
    color: #41a0b2;
    height: 100%;
    vertical-align: middle;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.footer-detail li {
    vertical-align: middle;
    justify-content: center;
    align-self: center;
    /* display: flex; */
    flex-direction: column;
    height: 100%;
}

.footer-inner {
    padding: 40px 40px 100px;
    margin-bottom: -40px;
}

.footer-copyright {
    background: #41a0b2;
    text-align: center;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    position: relative;
}

.footer-social-icons {
    border: 2px solid #3b5380;
    display: inline-block;
    padding: 5px;
    border-radius: 40px;
}

.footer-social-icons ul li.twitter {
    border: 2px solid #000;
    color: white !important;
    background-color: black;
}

.footer-social-icons .aat_footer_icons {
    display: flex;
    margin: 0;
}

.footer-social-icons .aat_footer_icons li a {
    padding: 3px 5px;
}

.fab {
    line-height: 1.6 !important;
}

.footer-social-icons {
    border: 2px solid #3b5380;
    display: inline-block;
    padding: 5px;
    border-radius: 40px;
    display: table;
}

.top-bar-icons ul li.fb {
    background: #129af7;
    border: 2px solid #fff;
}

.top-bar-icons li {
    margin-right: 15px;
    background: #fff;
    border-radius: 50%;
    padding: 0px;
    font-size: 17px;
    height: 30px;
    width: 30px;
    text-align: center;
}

.top-bar-icons li a {
    color: #fff;
}

.top-bar-icons ul li a.twitter-color {
    color: #fff;
}

.top-bar-icons ul li.insta {
    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);
    border: 2px solid #fff;
}

.top-bar-icons li:last-child {
    margin-right: 0;
}

/* Footer End */

.back-home-aat {
    display: none;
}

@media (max-width: 1200px) {
    .navbar-right {
        float: none !important;
        /*display: flex !important;*/
        justify-content: center !important;
    }

}

@media (max-width: 1200px) {
    .aat-header {
        display: flex !important;
        text-align: center !important;
        float: none !important;
        justify-content: center;
    }

}

@media (max-width: 767px) {
    .aat-nav-main {
        /*display: none;*/
    }
}

@media (max-width: 767px) {
    .back-home-aat {
        display: block;
    }
}

@media (min-width: 1401px) {
    .aat_nav_padding {
        padding-left: 135px !important;
    }
}


.input-group .form-control:last-child {
    font-size: 14px !important;
}

.nav>li>a:focus,
.nav>li>a:hover background-color: transparent !important;
}

/*admin side header menu design start */
.company-logo {
    padding: 25px 10px;
    display: block;
}

.company-logo img {
    margin: 0 auto;
    display: block;
}

.navbar-nav li a {
    color: #000 !important;
}

.menu-toggle-mobile {
    background: linear-gradient(to right, #003366, #ff6600);
    border: none;
    border-radius: 4px;
    padding: 8px 12px;
    margin-top: 12px;
    transition: background 0.3s ease;
}

.menu-toggle-mobile .icon-bar {
    background-color: white !important;
    height: 1.3px;
    width: 16px;
    margin: 4px 0;
    border-radius: 2px;
}

@media screen and (max-height: 575px),
screen and (min-width: 992px) and (max-width: 1199px) {

    #rc-imageselect,
    .g-recaptcha {
        transform: scale(0.83);
        -webkit-transform: scale(0.83);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media (max-width: 767px) {
    .aat-menu-list {
        float: none !important;
        width: 100%;
    }

    .aat-menu-list ul.nav>li {
        display: block;
        text-align: left;
        padding: 4px 15px;
    }
}

/*admin side header menu design end */
/*CSS END BY AAT*/