/***Authored by Preethi R***/
@charset "utf-8";
/* CSS Document */
@font-face {font-family: o-regular;src: url(../fonts/Outfit-Regular.ttf);}
@font-face {font-family: o-medium;src: url("../fonts/Outfit-Medium.ttf");}
@font-face {font-family: o-semibold;src: url("../fonts/Outfit-SemiBold.ttf");}
@font-face {font-family: o-bold;src: url("../fonts/Outfit-Bold.ttf");}
@font-face {font-family: l-regular;src: url("../fonts/Lato-Regular.ttf");}
@font-face {font-family: l-bold;src: url("../fonts/Lato-Bold.ttf");}
@font-face{font-family:l-light;src:url("../fonts/Lato-Light.ttf")}
/*common*/
body{font-family: l-regular;font-size: 14px;}
.page-wrapper :focus, .ui-dialog :focus{box-shadow: none !important;outline: 0px !important;}
/*header-strip*/
.header-strip{background: linear-gradient(to right, #a7b5ff, #e7adff);position: fixed;width: 100%;z-index: 3;text-align: center;padding: 10px;font-family: o-regular;top:0px;}
.header-strip p{margin: 0px;}
.header-strip p a{font-family: o-semibold;color: #2B2B2B;text-decoration: none;}
.header-strip p a img{margin-left: 5px;}
/*header*/
#header{position: fixed;width: 100%;top: 40px;z-index: 3;}
#header .dropdown-item .new-icon {width: 43px;margin-left: 6px;}
#header .navbar{background-color: #5A4D9F!important;}
#header .navbar .mob{display: none;}
#header .navbar .desk{display: block;}
#header .navbar .navbar-nav.me-auto{margin: 0 auto;margin-right: 0px!important;}
#header .navbar .nav-link{color: white;text-transform: uppercase;font-size: 14px;padding: 15px 15px 15px;background-image: linear-gradient(#ffe300,#ffe300);background-size: 0% 2px;background-repeat: no-repeat;transition: background-size .5s;background-position: 0 97%;display: inline;}
#header .navbar .nav-link::after{display: none;}
#header .navbar .nav-link:hover {background-size: 100% 2px;color: #ffe300;}
#header .bsb-navbar.bsb-navbar-hover .dropdown:hover > .dropdown-menu,#header .bsb-navbar.bsb-navbar-hover .dropdown:hover > .dropdown-menu.show {display: block !important;margin-top: 13px; border: 0px;border-radius: 0px;box-shadow: 0px 3px 25px rgba(0,0,0,0.09);}
#header .bsb-navbar.bsb-navbar-hover .dropdown .dropdown-menu.show {display: none;}
#header .navbar .d-flex a{background: white;padding: 10px 20px;border-radius: 30px;color: black;text-transform: uppercase;text-decoration: none;font-family: l-bold;}
#header .navbar .d-flex .t-login {margin-right: 10px;padding: 10px 40px;background: linear-gradient(to right, #fff 50%, #FFC65A 50%);background-size: 202% 100%;background-position: right bottom;transition: all .5s ease-out;}
#header .navbar .d-flex .t-login:hover{background-position: left bottom;color: #2B2B2B;}
/*footer*/
/*
.footer{background-color: #5A4D9F;min-height: 480px;margin-top: 70px;border-top: 8px solid #dbdbdb;}
.footer a{text-decoration: none;}
.footer .logo{margin-top: 70px;margin-bottom: 20px;width: 155px;}
.footer .footer-logo{height: 60px;display: flex;margin-top: 20px;}
.footer .footer-logo img{margin-right: 20px;}
.footer .policy{margin-top: 76px;padding-bottom: 30px;}
.footer .policy a{color: #fff;margin-right: 20px;font-size: 14px;}
.footer .fo-te{position: absolute;right: 0;}
.footer .fo-te img{margin-left: 12px;width: 100%;height:400px;margin-top: 30px;margin-top: 45px;}
.footer .back-footer{position: absolute;top: 50px;left: 17%;margin-top:40px;}
.footer .back-footer h4{font-size: 16px;color: #5A4D9F;font-family: l-bold;margin-bottom: 10px;}
.footer .back-footer a{color: #2B2B2B;line-height: 25px;font-size: 14px;}
.footer .con{position: absolute;top: 294px;left: 21%;margin-top: 30px;text-align: end;}
.footer .con .copy-right{margin-top: 20px;font-family: l-bold;font-size: 14px;color:#2B2B2B;}
.footer .con p:first-child{font-size: 18px; font-family: l-bold;margin: 0px;}
.footer .con a{color: #5A4D9F;}
.footer .back-footer .col-md-4{position: relative;min-height: 1px;padding-right: 25px;padding-left: 25px;float: left;white-space: nowrap;}
.footer .back-footer .col-md-4:first-child{width:32.333%;}
.footer .back-footer .col-md-4:nth-child(2){width:34.333%;white-space: nowrap;}
.footer-mobile{display: none;}
*/
/*404-not-found*/
#not-found .thank-you-bg {position: absolute;max-height: 1000px;width: 100%;opacity: 75%;z-index: -1;}
#not-found h1{font-size: 120px;font-family: o-semibold;color:#5A4D9F;margin-top: 220px;}
#not-found p{font-size: 20px;font-family: o-regular;line-height: 40px;}
#not-found a{font-size: 20px;}
@media (min-width:320px) and (max-width:767px){
/*header-strip*/
.header-strip {padding: 10px 30px;height: 62px;align-content: center;}
/*header*/
#header {top: 62px;}
#header .navbar {background-color: #fff !important;padding: 10px 20px;box-shadow: 0px 3px 6px rgba(0,0,0,0.1);}
#header .navbar .navbar-toggler{border: 0px!important;box-shadow: none!important;float: right;margin-top: -36px;position: relative;z-index: 2;padding-bottom: 0px;}
#header .navbar .mob{display: block;}
#header .navbar .desk{display: none;}
#header .navbar .container{display: block;max-width: 100%;}
#header .navbar .navbar-brand{margin-right: 0px;}
#header .navbar .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon{display: block;}
#header .navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{display: none;}
#header .navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-close{display: block;}
#header .navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-close img{width: 20px;}
#header .navbar .navbar-toggler[aria-expanded="false"] .navbar-toggler-close{display: none;}
#header .navbar .navbar-collapse{position: absolute;background: #5A4D9F !important;right: 27px;width: 270px;top: 6px;border-radius: 20px 0px 20px 20px;padding: 50px 20px 20px 20px;}
#header .navbar .navbar-collapse .navbar-nav{max-height: 246px;overflow-y: scroll;}
#header .navbar .nav-link {padding: 10px 15px;display: block;}	
#header .navbar .nav-link::after{display: inherit;width: 10px;float: right;margin-top: 7px;}
#header .bsb-navbar.bsb-navbar-hover .dropdown:hover > .dropdown-menu,#header .bsb-navbar.bsb-navbar-hover .dropdown:hover > .dropdown-menu.show {display: none !important;}
#header .d-flex {display: block !important;}
#header .d-flex a{width: 100%;display: block;text-align: center;}
#header .navbar .d-flex .t-login{margin-bottom: 15px;margin-right: 0px;}
/*footer*/
/*
.footer{display: none;}
.footer-mobile{display: block;background-color: #5A4D9F;min-height: 480px;margin-top: 70px;border-top: 8px solid #dbdbdb;padding-top: 40px;}
.footer-mobile .logo{width: 140px;}
.footer-mobile .container{max-width: 100%;}
.footer-mobile .foot-bottom{background: url(../img/bg-small.png);background-repeat: no-repeat;background-size: cover;margin-top: 40px;background-position: top center;}
.footer-mobile .background-footer{margin-top: 35%;padding: 20px;}
.background-footer h4{color: #5A4D9F;font-family: l-bold;font-size: 16px;}
.background-footer a,.background-footer a:hover{text-decoration: none;color: black;line-height: 2;}
.footer-mobile .back-footer{display: flex;flex-wrap: wrap;}
.footer-mobile .back-footer .company,.footer-mobile .back-footer .learn-more{margin-bottom: 30px;}
.footer-mobile .back-footer div{width: 50%;}
.footer-mobile .footer-logo-small{display: flex;width: 100%!important;margin-bottom: 10px;}
.footer-logo-small img {width: 25%;}
.footer-mobile .con {width: 100% !important;text-align: center;margin-top: 50px;font-family: l-bold;}
.footer-mobile .con p {margin-bottom: 0px;}
.footer-mobile .copy-right{margin-bottom: 15px!important;}
.footer-mobile .con a,.footer-mobile .con a:hover{color: #5A4D9F!important;font-family: l-regular;}
.footer-mobile .policy{width: 100%!important;text-align: center;}
.footer-mobile .policy a,.footer-mobile .policy a:hover {line-height: 1.4;margin-right: 10px;font-family: l-bold;width: fit-content;display: inline-block;}	
*/
}
@media (min-width:768px) and (max-width:991px){
/*header*/
#header .navbar .navbar-toggler{display: none;}
#header .navbar .navbar-collapse{display: flex;flex-basis: auto;}
#header .navbar .navbar-nav.me-auto{flex-direction: row;margin-bottom: 0px !important;}
#header .navbar .nav-link{font-size: 11px;padding: 10px 7px;}
#header .dropdown-item .new-icon {width: 30px;}
#header .navbar-nav .dropdown-menu{position: absolute;}
#header .bsb-navbar.bsb-navbar-hover .dropdown:hover > .dropdown-menu, #header .bsb-navbar.bsb-navbar-hover .dropdown:hover > .dropdown-menu.show{margin-top: 8px;}
#header .navbar-nav .dropdown-menu a{font-size: 11px;}
#header .navbar .d-flex a{font-size: 11px;padding: 10px 10px !important;}
#header .navbar .d-flex .t-login {margin-right: 5px;}
/*footer*/
/*
.footer .col-md-6{width: 40% !important;}
.footer .col-md-6.fo-te{width: 60% !important;}
.footer .footer-logo img {width: 50px;height: 50px;}
.footer .back-footer .col-md-4{padding: 0px 9px;}
.footer .back-footer .col-md-4:first-child {width: 30.333%;}
.footer .back-footer .col-md-4:nth-child(2) {width: 36.333%;}
.footer .con{left: 26%;}
.footer .con .copy-right {width: 300px;}
.footer .policy {margin-top: 48px;}
.footer .policy a {margin-right: 14px;}	
*/
}
@media (min-width:992px) and (max-width:1199px){
/*header*/	
#header .navbar .d-flex .t-login {padding: 10px 15px;}
#header .navbar .d-flex a{padding: 10px 15px !important;}
/*footer*/
/*
.footer .back-footer .col-md-4{padding: 0px 10px;}
.footer .policy a {margin-right: 13px;}
.footer .con {left: 22%;}
.footer .con .copy-right {font-size: 12px;}	
*/
}

/*new-footer*/
/* #footer .container-fluid{width: 1000px;}
#footer{background-color: #5A4D9F;min-height: 600px;padding-bottom: 24px;}
#footer .logo{margin-top: 30px; position: relative;padding: 10px;border-radius: 10px;background:linear-gradient(white, white) padding-box,linear-gradient(103.87deg, #A7B5FF 1.24%, #F3ACFF 98.98%) border-box;border: 2px solid transparent;text-align: center;}
#footer .logo img {margin-right: 33px;width: 85px;}
#footer .footer-main{margin-top: 30px; position: relative;padding: 10px;border-radius: 10px;background:linear-gradient(white, white) padding-box,linear-gradient(103.87deg, #A7B5FF 1.24%, #F3ACFF 98.98%) border-box;border: 2px solid transparent;padding-bottom: 35px;}
#footer .footer-main .sy-logo{text-align: center;margin-top: 20px;margin-bottom: 20px;}
#footer .footer-main .sy-logo img{margin-bottom: 20px;}
#footer .footer-main .footer-grid-pages hr{margin: 30px 0px;}
#footer .footer-main .grid-title{font-size: 16px;color: #5a4d9f;font-family: l-bold;margin-bottom: 10px;}
#footer .footer-main .footer-grid-pages a{color: #2b2b2b;line-height: 25px;font-size: 14px;text-decoration: none;display: inherit;}
#footer .footer-contact .location{background-color: #5A4D9F;padding: 10px 10px;border-radius: 8px;}
#footer .footer-contact .location img{float: left;}
#footer .footer-contact .location p{margin-bottom: 4px;color: #FFE159;font-family: o-semibold;}
#footer .footer-contact .sg img{margin-top: 6px;margin-right: 8px;}
#footer .footer-contact .ind img{margin-top: 6px;}
#footer .footer-contact{background-color: #F7F5FC;padding: 15px 15px;border-radius: 15px;}
#footer .footer-contact .usa p{margin-top: 2px;}
#footer .footer-contact .usa img{margin-top: 5px;margin-right: 15px;}
#footer .footer-contact .sg p{margin-top: 2px;}
#footer .footer-contact .ind p{margin-top: 2px;}
#footer .footer-contact .col-md-2{align-items: center;display: grid;}
#footer .footer-contact .col-md-2 p{margin: 0px;font-family: l-bold}
#footer .footer-contact .col-md-3{margin-right: 45px;}
#footer .col-md-2:first-child{width: 10%;}
#footer .footer-social{background-color: #F7F5FC;padding: 15px 15px;border-radius: 15px;margin-top: 40px;}
#footer .footer-social .col-md-8 p{float: left;}
#footer .footer-social .col-md-8 a{margin-left: 10px;}
#footer .footer-social .col-md-4 p{font-family: l-bold;text-decoration: none;float: left;margin-right: 25px;margin-top: 15px;}
#footer .footer-social .col-md-4 .con-mail{font-family: l-regular;text-decoration: none;color: #5A4D9F;}
#footer .footer-social .col-md-4{display: flex;align-items: center;border-right: 2px solid #fff;}
#footer .footer-social .follow{font-family: l-bold;color: #5A4D9F;text-align: center;display: flex;align-items: center;}
#footer .footer-social .follow a{color: #5A4D9F;text-decoration: none;font-size: 14px;}
#footer .footer-social .follow .follow-ups{font-size: 14px;font-family: l-bold;color: #2B2B2B;margin-top: 16px;margin-left: 80px;}
#footer .bottom-footer{color: #fff;font-family: l-light;font-size: 14px;margin-top: 40px;}
#footer .bottom-footer .term-pages{font-family: l-bold;text-align: end;}
#footer .bottom-footer .term-pages a{color: #fff;text-decoration: none;margin-right: 25px;}
#footer .bottom-footer .term-pages a:last-child{margin-right: 0px;}
@media (min-width:991px) and (max-width:1199px) {
#footer .container{width: 100%;max-width: 100%;}
#footer .container-fluid {width: 100%;}
#footer .footer-contact .usa img {margin-right: 4px;}
#footer .footer-contact .sg img {margin-right: 4px;}
#footer .footer-contact .ind img {width: 65px;}
}
@media (min-width:768px) and (max-width:991px) {
#footer .container{width: 100%;max-width: 100%;}
#footer .logo img {margin-right: 33px;width: 70px;}
#footer .container-fluid {width: 100%;}
#footer .footer-contact .col-md-3 {margin-right: 0px;width: 28.8%;}
#footer .footer-contact .usa img {margin-right: 2px;width: 53px;}
#footer .footer-contact .sg img {margin-right: 2px;width: 53px;}
#footer .footer-contact .ind img {width: 53px;}
#footer .col-md-2:first-child {width: 12.6%;padding-right: 0px;}
#footer .footer-social .follow .follow-ups {margin-left: 0px;}
#footer .footer-social .follow a {font-size: 11px;}
#footer .footer-social .col-md-4 .con-mail {font-size: 13px;}
#footer .footer-social .col-md-4 p {margin-right: 10px;}
#footer .bottom-footer .term-pages a {margin-right: 8px;font-size: 12px;}
#footer .footer-contact .usa p {font-size: 13px;}
#footer .footer-contact .sg p {font-size: 13px;}
#footer .footer-contact .ind p {font-size: 13px;}
}
@media (min-width:320px) and (max-width:767px) {
#footer .container{width: 100%;max-width: 100%;}
#footer .container-fluid {width: 100%;max-width: 100%;}
#footer .logo img {margin-right: 33px;width: 300px!important;margin-bottom: 20px;}
#footer .logo img {margin-right: 0px;width: 125px !important;}
#footer .footer-main .footer-grid-pages .col-md-3, #footer .footer-main .footer-grid-pages .col-md-2{width: 50%;max-width: 50%;margin-bottom: 20px;}
#footer .footer-main .footer-contact .col-md-2, #footer .footer-main .footer-contact .col-md-3{width: 50%;max-width: 50%;margin-bottom: 20px;}
#footer .footer-contact .col-md-3 {margin-right: 0px;}
#footer .footer-social .col-md-4 {flex-wrap: wrap;}
#footer .footer-social .col-md-8{width: 100%;flex-wrap: wrap;gap:10px;}
#footer .footer-social .col-md-4 {border-right: 0px;}
#footer .footer-social .col-md-8 a {margin-left: 0px;}
#footer .footer-social .col-md-4 p {margin-top: 0px;margin-bottom: 8px;}
#footer .footer-social .follow .follow-ups {margin-left: 0px;margin-bottom: 0px;margin-top: 0px;}
#footer .bottom-footer .term-pages {display: inline-grid;text-align: left;}
#footer .footer-social .col-md-4 .con-mail {margin-bottom: 10px;}
#footer-main .follow a{text-wrap: nowrap;}
#footer .footer-social .follow a {text-wrap: nowrap;}
}
@media only screen and (max-width: 600px) {
#footer .footer-main .footer-contact .col-md-2, #footer .footer-main .footer-contact .col-md-3 {width: 100%; max-width: 100%;margin-bottom: 20px;}
} */
#footer .container-fluid{width: 1000px;}
#footer{background-color: #5A4D9F;min-height: 600px;padding-bottom: 24px;margin-top: 70px;}
#footer .logo{margin-top: 30px; position: relative;padding: 10px;border-radius: 10px;background:linear-gradient(white, white) padding-box,linear-gradient(103.87deg, #A7B5FF 1.24%, #F3ACFF 98.98%) border-box;border: 2px solid transparent;text-align: center;}
#footer .logo img {margin-right: 33px;width: 85px;}
#footer .logo img:last-child{margin-right: 0px;}
#footer .footer-main{margin-top: 30px; position: relative;padding: 10px;border-radius: 10px;background:linear-gradient(white, white) padding-box,linear-gradient(103.87deg, #A7B5FF 1.24%, #F3ACFF 98.98%) border-box;border: 2px solid transparent;padding-bottom: 35px;}
#footer .footer-main .sy-logo{text-align: center;margin-top: 20px;margin-bottom: 20px;}
#footer .footer-main .sy-logo img{margin-bottom: 20px;}
#footer .footer-main .footer-grid-pages hr{margin: 30px 0px;}
#footer .footer-main .grid-title{font-size: 16px;color: #5a4d9f;font-family: l-bold;margin-bottom: 10px;}
#footer .footer-main .footer-grid-pages a{color: #2b2b2b;line-height: 25px;font-size: 14px;text-decoration: none;display: inherit;font-family: l-regular;}
#footer .footer-contact .location{background-color: #5A4D9F;padding: 10px 8px;border-radius: 8px;}
#footer .footer-contact .location img{float: left;}
#footer .footer-contact .location a{text-decoration: none; margin-bottom: 0px;color: #FFE159;font-family: o-semibold;}
#footer .footer-contact .sg img{margin-top: 3px;margin-right: 8px;}
#footer .footer-contact .ind img{margin-top: 2px;}
#footer .footer-contact{background-color: #F7F5FC;padding: 15px 15px;border-radius: 15px;}
#footer .footer-contact .usa a {margin-top: 2px;font-size: 15px;}
#footer .footer-contact .usa img{margin-top: 2px;margin-right: 15px;}
#footer .footer-contact .sg  a{margin-top: 2px;}
#footer .footer-contact .ind a{margin-top: 0px;}
#footer .footer-contact .col-md-2{align-items: center;display: grid;}
#footer .footer-contact .col-md-2 p{margin: 0px;font-family: l-bold}
#footer .footer-contact .col-md-3{margin-right: 45px;}
#footer .col-md-2:first-child{width: 10%;}
#footer .footer-social{background-color: #F7F5FC;padding: 15px 15px;border-radius: 15px;}
#footer .footer-social .col-md-8 p{float: left;}
#footer .footer-social .col-md-8 a{margin-left: 10px;}
#footer .footer-social .col-md-4 p {font-family: l-bold;text-decoration: none;float: left;margin-right: 25px;margin-top: 15px;}
#footer .footer-social .col-md-4 .con-mail{font-family: l-regular;text-decoration: none;color: #5A4D9F;}
#footer .footer-social .col-md-4{display: flex;align-items: center;border-right: 2px solid #fff;}
#footer .footer-social .follow{font-family: l-bold;color: #5A4D9F;text-align: center;display: flex;align-items: center;}
#footer .footer-social .follow a{color: #5A4D9F;text-decoration: none;font-size: 14px;}
#footer .footer-social .follow .follow-ups{font-size: 14px;font-family: l-bold;color: #2B2B2B;margin-top: 16px;margin-left: 80px;}
#footer .bottom-footer{color: #fff;font-family: l-light;font-size: 14px;margin-top: 40px;}
#footer .bottom-footer .term-pages{font-family: l-bold;text-align: left;}
#footer .bottom-footer .term-pages a{color: #fff;text-decoration: none;margin-right: 25px;}
#footer .bottom-footer .term-pages a:last-child{margin-right: 0px;}
#footer .sy-logo hr{color: #F7F5FC;opacity: 100%;height: 2px;background-color: #F7F5FC;box-sizing: inherit;}
#footer .footer-main .footer-grid-pages hr {margin: 30px 0px;color: #F7F5FC;opacity: 100%;height: 2px;background-color: #F7F5FC;box-sizing: inherit;}
@media (min-width:991px) and (max-width:1199px) {
/* #footer .container{width: 100%;max-width: 100%;} */
#footer .container-fluid {width: 100%;}
#footer .footer-contact .usa img {margin-right: 4px;}
#footer .footer-contact .sg img {margin-right: 4px;}
#footer .footer-contact .ind img {width: 65px;}
#footer .footer-contact .col-md-3 {margin-right: 26px;}
#footer .footer-social .follow .follow-ups {margin-left: 50px;}
#footer .bottom-footer .term-pages a {margin-right: 20px;}
}
@media (min-width:768px) and (max-width:991px) {
/* #footer .container{width: 100%;max-width: 100%;} */
#footer .logo img {margin-right: 33px;width: 70px;}
#footer .container-fluid {width: 100%;}
#footer .footer-contact .col-md-3 {margin-right: 0px;width: 41.8%;}
#footer .footer-contact .usa img {margin-right: 2px;width: 53px;margin-top: 4px;}
#footer .footer-contact .sg img {margin-right: 2px;width: 53px;margin-top: 4px;}
#footer .footer-contact .ind img {width: 53px;margin-top: 4px;}
#footer .footer-contact .ind a {margin-left: 10px;}
#footer .footer-contact .sg a {margin-left: 6px;}
#footer .footer-contact .usa a {margin-left: 10px;}
#footer .col-md-2:first-child {width: 12.6%;padding-right: 0px;}
#footer .footer-social .follow .follow-ups {margin-left: 0px;}
#footer .footer-social .follow a {font-size: 14px;}
#footer .footer-social .col-md-4 .con-mail {font-size: 13px;}
#footer .footer-social .col-md-4 p {margin-right: 10px;}
#footer .bottom-footer .term-pages a {margin-right: 23px;/*! font-size: 12px; */}
#footer .footer-contact .usa p {font-size: 13px;}
#footer .footer-contact .sg p {font-size: 13px;}
#footer .footer-contact .ind p {font-size: 13px;}
#footer .footer-social .col-md-8 a {margin-left: 7px;}
#footer .footer-contact .location {padding: 10px 10px;}
#footer .footer-social .follow, #footer .footer-social .col-md-4  {width: 100%;max-width: 100%;}
#footer .footer-contact .col-md-3:last-child {margin-left: 79px;margin-top: 20px;}
#footer .bottom-footer .term-pages a:last-child {margin-left: 14px!important;}
#footer .footer-grid-pages .col-md-3:first-child{width: 25%;}
#footer .footer-grid-pages .col-md-2:nth-child(3){width: 24.667%;}
#footer .footer-grid-pages .col-md-2:nth-child(2){width: 24.667%;}
#footer .footer-grid-pages .col-md-2:nth-child(5) {width: 24.667%;margin-top: 20px;}
}
@media (min-width:320px) and (max-width:767px) {
#footer .container{width: 100%;max-width: 100%;}
#footer .container-fluid {width: 100%;max-width: 100%;}
#footer .logo img {margin-right: 33px;width: 300px!important;margin-bottom: 20px;}
#footer .logo img {margin-right: 0px;width: 125px !important;}
#footer .footer-main .footer-grid-pages .col-md-3, #footer .footer-main .footer-grid-pages .col-md-2{width: 50%;max-width: 50%;margin-bottom: 20px;}
#footer .footer-main .footer-contact .col-md-2, #footer .footer-main .footer-contact .col-md-3{width: 50%;max-width: 50%;margin-bottom: 20px;}
#footer .footer-contact .col-md-3 {margin-right: 0px;}
#footer .footer-social .col-md-4 {flex-wrap: wrap;}
#footer .footer-social .col-md-8{width: 100%;flex-wrap: wrap;gap:10px;}
#footer .footer-social .col-md-4 {border-right: 0px;}
#footer .footer-social .col-md-8 a {margin-left: 0px;}
#footer .footer-social .col-md-4 p {margin-top: 0px;margin-bottom: 8px;font-size: 14px;}
#footer .footer-social .follow .follow-ups {margin-left: 0px;margin-bottom: 0px;margin-top: 0px;}
#footer .bottom-footer .term-pages {display: inline-grid;text-align: left;}
#footer .footer-social .col-md-4 .con-mail {margin-bottom: 10px;font-size: 14px!important;}
#footer-main .follow a{text-wrap: nowrap;}
#footer .footer-social .follow a {text-wrap: nowrap;}
#footer .footer-contact .ind a {margin-left: 13px;}
#footer .footer-contact .sg img {margin-top: 2px;}
}
@media only screen and (max-width: 600px) {
#footer .footer-main .footer-contact .col-md-2, #footer .footer-main .footer-contact .col-md-3 {width: 100%; max-width: 100%;margin-bottom: 20px;}
}
