.p_3_s359{ .supMain { padding: 80px 0px; } .supCard { padding: 20px 30px; background-color: var(--themeBg1); border-radius: 10px; position: relative; overflow: hidden; cursor: pointer; } .cardGrid { grid-template-columns: 60px 1fr; position: relative; z-index: 9; } .iconSec { width: 60px; height: 60px; } .iconSec i { font-size: 40px; color: var(--themeColor1); transition: 0.3s; } .cardTextSec { height: 100%; } .cardHead { height: 100%; display: flex; flex-direction: column; justify-content: center; border-left: 2px solid #dddddd; padding-left: 20px; font-size: 24px; font-weight: 800; color: var(--headingColor1); transition: 0.3s; } .hoverDiv { position: absolute; bottom: 0px; left: 0px; width: 100%; height: 0%; background-color: var(--themeColor1); transition: 0.3s; } .supCard:hover .hoverDiv { height: 100%; } .supCard:hover .iconSec i { color: var(--paragraphColorWhite); } .supCard:hover .cardHead { color: var(--paragraphColorWhite); } .topTabSec { margin-bottom: 50px; } .botTabSec { background-position: center; background-repeat: no-repeat; background-size: cover; padding: 10px; border: 1px solid #dddddd; border-radius: 10px; background-color: var(--themeBg1); display: none; } .botGrid { grid-template-columns: 500px 1fr; } .imgSec img { object-fit: cover; border-radius: 10px; } .botRightSec { padding: 30px 70px 30px 30px; } .botRightSec .cardHead { border: none; margin-bottom: 40px; padding-left: 0px; } .botCardSec { border-bottom: 1px solid #dddddd; padding-bottom: 30px; margin-bottom: 30px; transition: 0.3s; } .botCardGrid { grid-template-columns: 45px 1fr; } .botIConSec { width: 45px; height: 45px; background-color: var(--themeColor1); border-radius: 50%; } .botIConSec i { font-size: 20px; color: white; } .carInnerHead { font-size: 16px; font-weight: 800; margin: 0 0 5px; color: var(--headingColor2); } .carInnerPara { font-size: 15px; line-height: 25px; } .botCardSec:hover { border-bottom: 1px solid var(--themeColor1); } .supCard.activeTab .hoverDiv { height: 100%; } .supCard.activeTab .iconSec i { color: var(--paragraphColorWhite); } .supCard.activeTab .cardHead { color: var(--paragraphColorWhite); } .botTabSec.active { display: block; } .line { width: 4px; height: 17px; display: inline-block; background-color: var(--themeColor1); position: relative; top: 2px; margin-right: 10px; } .line::after { position: absolute; right: -5px; top: 0; bottom: 0; margin: auto; width: 0px; height: 0px; border-style: solid; border-width: 3.5px 0 3.5px 5px; border-color: transparent transparent transparent var(--themeColor1); content: ""; animation: zump 1.5s linear infinite; } @keyframes zump { 0% { transform: translateY(-5px); } 50% { transform: translateY(6px); } 100% { transform: translateY(-5px); } } .abtHead { font-size: 22px; letter-spacing: 2.2px; margin-bottom: 16px; font-family: var(--o1Font); color: var(--themeColor1); text-transform: uppercase; display: inline-block; font-weight: 700; line-height: 1em; } .abtSubHead { font-size: 40px; line-height: 50px; font-weight: 600; color: var(--headingColor1); padding-bottom: 20px; /* font-family: va\; */ } @media only screen and (max-width: 1100px) { .botCardGrid.gap30 { gap: 10px; } .botGrid { grid-template-columns: 1fr 1fr; } } @media only screen and (max-width: 900px) { .topTabSec .grid3 { grid-template-columns: 1fr 1fr; } } @media only screen and (max-width: 700px) { .abtSubHead { font-size: 30px; } .cardHead { font-size: 20px; } .botGrid { grid-template-columns: 1fr; } .cardGrid { grid-template-columns: 40px 1fr; } .supCard { padding: 15px; } .iconSec { width: 40px; height: 40px; } .cardGrid.gap20 { gap: 10px; } .botRightSec { padding: 30px; } } @media only screen and (max-width: 550px) { .supMain { padding: 20px 0px; } .topTabSec .grid3 { grid-template-columns: 1fr; } .botRightSec { padding: 10px; } } }.p_3_s359{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }.p_3_s360{ .contact_section_10 { padding: 80px 0px; background-color: var(--themeBg1); background-position: center; background-repeat: no-repeat; background-size: cover; } .gap8{ gap: 8px; } .mainHeading { font-size: 40px; font-weight: 600; line-height: 50px; margin-bottom: 10px; font-family: var(--hFont); color: var(--headingColor1); } .mainHeading span { color: var(--themeColor1); } .subPara { font-size: 15px; line-height: 25px; color: var(--paragraphColorBlack); font-family: var(--pFont); margin-bottom: 20px; } .custGrid { grid-template-columns: 25px 1fr; margin-bottom: 10px; } .iconSec { line-height: 0px; overflow: hidden; } .cardHead { font-size: 14px; color: var(--headingColor1); font-weight: 500; } .address a { font-size: 14px; font-weight: 500; color: var(--paragraphColorBlack); } .iconSec img { height: 100%; } .inputSec input, .inputSec textarea { font-size: 15px; height: 40px; padding: 5px 15px; width: -webkit-fill-available; border-radius: 10px; border: 2px solid #dce3e6; outline: none; margin-bottom: 20px; } .inputSec textarea { height: auto; padding: 15px 20px; resize: none; } .btn { padding: 10px; font-size: 16px; line-height: 26px; color: var(--btnTextColor); background-color: var(--btnColor); transition: 0.3s; border: none; border-radius: 10px; width: 120px; cursor: pointer; float: right; } .btn:hover { color: var(--btnHoverTextColor); background-color: var(--btnHoverColor); } @media only screen and (max-width: 900px) { .contact_section_6 { padding: 40px 0px; } .mainHeading { font-size: 25px; line-height: 30px; } .subPara { margin-top: 10px; } .custGrid { grid-template-columns: 30px 1fr; gap: 10px; } .iconSec { width: 30px; height: 30px; } .address a { font-size: 15px; line-height: 25px; } .conSec.gap30 { gap: 20px; } .inputSec input { padding: 5px 15px; font-size: 14px; height: 30px; border-radius: 10px; margin-bottom: 10px; } .inputSec textarea { padding: 15px; font-size: 14px; border-radius: 10px; margin-bottom: 10px; } .gap60 { gap: 30px; } .btn { width: 100px; font-size: 14px; line-height: 24px; } } }.p_3_s360{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }