    html {
    scroll-behavior: smooth;
}

.swal-footer {
    text-align: center !important;
}

.summary, .summary:hover {
    color: #484848 !important;
    min-height: 82px;
    max-height: 82px;
    overflow: hidden;
    text-align: justify !important;
    margin-bottom: 8px;
}

.section__header {
    padding: 20px 0;
    background: #fff;
    box-shadow: 0 0 20px #0707071c;
}

.section__header .header-desktop ul li a {
    color: #285470;
}

.section__header .header-desktop .loginAndOther a {
    color: #4675ab;
}

.pm-part-box-container{
    box-shadow: -3px 3px 10px rgba(29, 87, 177, 0.18);
    min-height: 50px;
    width: 100%;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.pm-part-box-container img{
    width: 160px;
    height: 160px;
    margin: 30px auto;
    display: block;
}

.pm-part-box-container h4{
    font-weight: bold;
    color: #646464;
    text-align: center;
    margin: 0;
    padding: 0 10px 30px 10px;
    font-size: 16px;
}

.pm-part-box-container > a{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.pm-part-box-container .pm-part-children-box{
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    z-index: 20;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: white;
    border: 2px solid #6db8fa;
    border-radius: 8px;
    transition: all 0.2s;
}

.pm-part-box-container .pm-part-children-box.show-this{
    right: 0;
}

.pm-part-box-container .pm-part-child-box{
    display: block;
    width: 100%;
    padding: 10px 20px;
}

.section__threeStep .steps:hover {
    box-shadow: -3px 3px 11px 2px rgba(29, 87, 177, 0.18) !important;
}
.section__threeStep .steps {
    box-shadow: -3px 3px 9px 1px rgba(29, 87, 177, 0.18) !important;
}








.section__footer {
    background: url("../user/images/svg/footer-final3.svg") no-repeat;
    font-size: 14px;
    padding-top: 254px;
    padding-bottom: 10px;
    background-size: 100%;
    background-position: bottom;
}

.section__footer h2 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font: inherit;
    vertical-align: baseline;
}

@media only screen and (max-width: 768px) {
    .section__footer {
        padding-top: 131px;
        padding-bottom: 30px
    }
}

@media only screen and (max-width: 1200px) {
    .section__footer .footer-pic {
        display: none
    }
}

@media only screen and (max-width: 768px) {
    .section__footer .footer-pic {
        display: block
    }
}

.section__footer .foot-svg {
    width: 100%
}

@media only screen and (max-width: 768px) {
    .section__footer .foot-svg {
        margin-bottom: 50px
    }
}

@media only screen and (max-width: 576px) {
    .section__footer .foot-svg {
        width: 60%;
        margin: -109px auto 52px auto;
        display: -ms-flexbox;
        display: flex
    }
}

.section__footer .footer__timeAndTel {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

@media only screen and (max-width: 1100px) {
    .section__footer .footer__timeAndTel {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.section__footer .footer__timeAndTel i {
    font-size: 20px;
    vertical-align: -2px;
    margin-left: 10px
}

.section__footer .footer-time {
    color: white;
    margin-left: 15px
}

@media only screen and (max-width: 1100px) {
    .section__footer .footer-time {
        margin-left: 0;
        margin-bottom: 15px
    }
}

.section__footer .footer-tel {
    color: white;
    display: -ms-flexbox;
    display: flex
}

.section__footer .footer-tel a {
    color: white
}

.section__footer .footer-tel .fa-phone {
    font-size: 16px;
    margin-left: 10px
}

.section__footer .footer__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 26px;
    margin-bottom: 27px
}

.section__footer .footer__nav ul li {
    margin-bottom: 10px
}

.section__footer .footer__nav ul li i {
    color: white
}

.section__footer .footer__nav ul li a {
    color: white
}

.section__footer .footer__nav ul li a:hover {
    padding-right: 5px;
    transition: 0.3s
}

.section__footer .footer__address {
    color: white
}

@media only screen and (max-width: 768px) {
    .section__footer .footer__address {
        margin-bottom: 50px
    }
}

.section__footer .footer__address .fa-map-marker-alt {
    font-size: 20px;
    vertical-align: -1px;
    margin-left: 10px
}

.section__footer .footer__address p {
    display: inline;
    line-height: 2.3
}

.section__footer .footer__trustPic {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media only screen and (max-width: 768px) {
    .section__footer .footer__trustPic {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.section__footer .footer__trustPic img {
    width: 105px;
    height: 105px
}

@media only screen and (max-width: 909px) {
    .section__footer .footer__trustPic img {
        width: 93px
    }
}

.section__footer .footer__membership {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 34px;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1200px) {
    .section__footer .footer__membership {
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media only screen and (max-width: 909px) {
    .section__footer .footer__membership {
        -ms-flex-align: center;
        align-items: center
    }
}

.section__footer .footer__membership p {
    color: white;
    margin-left: 10px
}

.section__footer .footer__membership p .fa-hand-point-left {
    color: white;
    display: inline;
    vertical-align: -3px;
    font-size: 20px;
    width: 50px;
    padding-right: 5px;
    animation-name: left-to-right;
    animation-duration: .5s;
    animation-direction: alternate;
    animation-iteration-count: infinite
}

@media only screen and (max-width: 1200px) {
    .section__footer .footer__membership p .fa-hand-point-left {
        display: none
    }
}

.section__footer .footer__membership p .fa-hand-point-down {
    display: none
}

@media only screen and (max-width: 1200px) {
    .section__footer .footer__membership p .fa-hand-point-down {
        display: initial;
        vertical-align: -5px;
        animation-name: up-to-down;
        animation-duration: .5s;
        animation-iteration-count: infinite
    }
}

@media only screen and (max-width: 1200px) {
    .section__footer .footer__membership p {
        width: 198px;
        margin-bottom: 20px
    }
}

.section__footer .footer_inputNumber {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

@media only screen and (max-width: 1344px) {
    .section__footer .footer_inputNumber {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.section__footer .footer_inputNumber .fa-mobile-alt {
    font-size: 20px;
    color: white;
    padding: 4px 8px;
    border-right: 1px solid white;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    border-radius: 0 10px 10px 0
}

.section__footer .footer_inputNumber .fa-mobile-alt:hover {
    color: black
}

.section__footer .footer_inputNumber input {
    color: white;
    direction: ltr;
    padding: 3px 5px;
    background: transparent;
    border-left: 1px solid white;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    border-radius: 10px 0 0 10px
}

.section__footer .footer_inputNumber input::-webkit-input-placeholder {
    color: #ffffff94;
    font-size: 11px;
    text-align: center
}

.section__footer .footer_inputNumber input::placeholder {
    color: #ffffff94;
    font-size: 11px;
    text-align: center
}

@media only screen and (max-width: 768px) {
    .section__footer .footer_inputNumber input::-webkit-input-placeholder {
        font-size: 11px
    }

    .section__footer .footer_inputNumber input::placeholder {
        font-size: 11px
    }
}

.section__footer .footer__socialNetworks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: white;
    margin-bottom: 50px
}

@media only screen and (max-width: 768px) {
    .section__footer .footer__socialNetworks {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.section__footer .footer__social-items {
    display: -ms-flexbox;
    display: flex;
    font-size: 20px
}

.section__footer .footer__social-items a {
    color: white;
    width: 30px;
    height: 30px;
    text-align: center
}

.section__footer .footer__social-items a:hover {
    box-shadow: 0px -1px 8px 0px #fff;
    color: #fff;
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    transition: 0.3s
}

.section__footer .designBy {
    text-align: left;
    color: white;
    direction: ltr
}

@media only screen and (max-width: 768px) {
    .section__footer .designBy {
        text-align: center
    }
}

.section__footer .designBy a {
    color: black;
    font-weight: bold
}

@keyframes left-to-right {
    0% {
        padding-right: 1px
    }
    100% {
        padding-right: 5px
    }
}

@keyframes up-to-down {
    0% {
        vertical-align: -1
    }
    100% {
        vertical-align: -5
    }
}
