.p_9_s217{ .footer_section_3 { padding: 70px 0px 50px; background-color: var(--themeColor1); background-position: center; background-repeat: no-repeat; background-size: cover; border-bottom: 1px solid var(--themeBg3); } .footHead { position: relative; font-size: 22px; line-height: 30px; font-weight: 600; color: var(--headingColorW1); margin-bottom: 50px; } .footHead::after { content: ""; position: absolute; background: var(--themeColor2); height: 3px; width: 15px; left: 0; transition: all 0.4s ease; z-index: 1; bottom: -20px; } .footHead:hover::after { width: 50px; left: 0; } .footHead::before { position: absolute; content: ""; background: var(--themeColor2); height: 3px; transition: all 0.4s ease; width: 50px; right: 0; left: 25px; bottom: -20px; margin-left: 0; z-index: 0; } .footHead:hover::before { width: 15px; left: 60px; } .footAbt { font-size: 17px; line-height: 30px; color: var(--paragraphColorWhite); margin-bottom: 30px; } .iconSec { width: 35px; height: 35px; background-color: var(--btnColor); border-radius: 5px; transition: 0.4s; } .iconSec i { color: var(--btnTextColor); transition: 0.4s; } .iconSec:hover { background-color: var(--btnHoverColor); } .iconSec:hover i { color: var(--btnTextHoverColor); } .conSec { margin-bottom: 20px; } .conGrid { grid-template-columns: 20px 1fr; } .conIconSec { margin-top: 2px; width: 20px; height: 20px; } .conIconSec i { font-size: 17px; color: var(--themeColor2); } .conText a { line-height: 25px; color: var(--anchorColor); transition: 0.4s; } .conText:hover a { color: var(--anchorColorHover); } .footUl { list-style: none; } .footLi { margin-bottom: 10px; } .footLi a { color: var(--anchorColor); transition: 0.4s; } .footLi:hover a { color: var(--anchorColorHover); } .copyrightSec { background-color: var(--themeColor1); padding: 20px 0px; } .copyText { color: var(--paragraphColorWhite); } .footLinkUl { list-style: disc; } .footLinkLi { font-size: 17px; } .footLinkLi::marker { color: var(--themeColor2); } .footLinkLi a { color: var(--anchorColor); transition: 0.4s; } .footLinkLi:hover a { color: var(--anchorColorHover); } @media only screen and (max-width: 900px) { .footerSec { padding-left: 0px !important; } .footer_section_3 > div > div.gap20 { gap: 40px; } div.copyrightSec > div div.flex { flex-direction: column; gap: 20px; } .footLinkUl { justify-content: center; flex-wrap: wrap; column-gap: 50px; row-gap: 8px; } .copyText { text-align: center; } .footHead { font-size: 20px; margin-bottom: 40px; } .footAbt { font-size: 14px; line-height: 25px; } .footLinkLi { font-size: 14px; line-height: 25px; } } .iconSec:hover i{ color: var(--btnTextColor); } }.p_9_s217{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }.p_9_s261{ .footerPlugin{ /* width:80px; */ position:fixed; z-index: 999; } .footerPlugin ul{ margin:0; padding:0; list-style-type:none; } .footerPlugin ul li{ width:50px; height:50px; border-radius:50%; margin-top:10px; background-color:red; transition:0.2s; } .footerPlugin ul li a{ display:flex; width:100%; height:100%; justify-content:center; align-items:center; text-decoration:none; font-size:30px; color:#FFFFFF; } .footerPlugin ul li:hover{ transform:scale(1.1); } }.p_9_s261{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }.p_9_s268{ .sideForm{ width:90%; max-width:400px; position:fixed; top:50%; right:0; transform:translateY(-50%); min-height:20px; border-radius:10px; z-index:99; pointer-events: none; } .formGrid{ display:grid; grid-template-columns: 50px 1fr; align-items:center; pointer-events: none; } .formGrid *{ pointer-events: all; } .enqBox{ background-color:#EB4748; padding:20px 0; border-top-left-radius:20px; border-bottom-left-radius:20px; color:#FFFFFF; cursor:pointer; font-size: 15px; } .enqFOrmCon{ background-color:#FFFFFF; border:2px solid var(--themeColor); border-radius:10px; padding:10px; position:relative; } .formInputBox{ padding-bottom:10px; } .formInputBox label{ font-size:14px; font-weight:600; } .text-red{ color:red; } .formInputBox input, .formInputBox select{ padding:10px; border:0; font-size:12px; width:calc(100% - 20px); background-color:var(--themeLightColor); border-radius:5px; margin-top:5px; } .formInputBox select{ width:calc(100% - 0px); } .formInputBox textarea{ padding:10px; border:0; font-size:12px; width:calc(100% - 20px); background-color:var(--themeLightColor); border-radius:5px; margin-top:5px; } .enqHeadibng{ font-size:25px; color:#000000; font-weight:600; padding-bottom:10px; } .enqFormBtn{ background-color:var(--themeColor); color:#FFFFFF; width:100%; padding:10px; border:0; border-radius:5px; font-size:16px; font-weight:600; cursor:pointer; } .closeEnqForm{ width:30px; height:30px; position:absolute; top:0; right:0; display:flex; justify-content:center; align-items:center; cursor:pointer; } .hideForm{ animation:slideRight 0.5s ease-in-out; animation-fill-mode:forwards; } .padding10{ padding: 10px 0px; display: inline-block; } .enqBox{ display: flex; flex-direction: column; gap: 10px; line-height: 20px; } @keyframes slideRight{ from{ right:0; } to{ right:-350px; } } @media only screen and (max-width: 900px) { .sideForm{ max-width:350px; z-index: 9999; } @keyframes slideRight{ from{ right:0; } to{ right:-300px; } } }@media only screen and (max-width: 900px){ .sideForm { display: none; } } }.p_9_s268{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }