@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Light.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Italic.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-LightItalic.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/**********/

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/google-sans/ProductSans-Black.woff2') format('woff2'),
        url('../fonts/google-sans/ProductSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/google-sans/ProductSans-Bold.woff2') format('woff2'),
        url('../fonts/google-sans/ProductSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/google-sans/ProductSans-Italic.woff2') format('woff2'),
        url('../fonts/google-sans/ProductSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/google-sans/ProductSans-Light.woff2') format('woff2'),
        url('../fonts/google-sans/ProductSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/google-sans/ProductSans-Medium.woff2') format('woff2'),
        url('../fonts/google-sans/ProductSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/google-sans/ProductSans-LightItalic.woff2') format('woff2'),
        url('../fonts/google-sans/ProductSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/google-sans/ProductSans-Regular.woff2') format('woff2'),
        url('../fonts/google-sans/ProductSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





body {
    --BlueColor: #196cdf;
    --BlueColorDark: #0b5ccc;
    --RedColor: #fd3d3a;
    --RedColorDark: #e33537;
    --LightBgColor: linear-gradient(to right, rgba(240,240,247,1) 0%, rgba(239,249,252,1) 100%);
    --LightBgColorShade: #f8fafe;
    --headingColor: #03214a;
    --textcolor: #25487b;
    --darktextcolor:#788eab;
    --whitecolor: #ffffff;
    --Greencolor: #3ea325;;
    --Borderlinecolor: rgba(6, 7, 7, 0.14);
    font-family: "Poppins", sans-serif !important;
}

p {
    font-size: 16px;
    line-height: 28px;
    
    color: var(--textcolor);
    font-family: "Poppins", sans-serif !important;
}

.container {
    max-width: 1440px !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headingColor);
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;}

a{
	text-decoration: none;
	transition-duration: 0.3s;
}

a:hover{
	text-decoration: none;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 8px;
    height: 8px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 8px;

    position: absolute;
    top: 0;
    left: 0;

    width: 8px;
    height: 8px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/*----*/



.services-scroll .slick-dots,
.ourclients-scroll .slick-dots,
.projects-scroll .slick-dots {
	bottom: -25px !important;
}

.services-scroll .slick-dots li button,
.ourclients-scroll .slick-dots li button,
.projects-scroll .slick-dots li button {
	border: 2px solid var(--BlueColor);
	list-style: none !important;
	z-index: 990;
	border-radius: 50%;
}

.services-scroll .slick-dots li button,
.ourclients-scroll .slick-dots li button,
.projects-scroll .slick-dots li button {
	border: 2px solid var(--BlueColor);
	list-style: none !important;
	z-index: 990;
	border-radius: 50%;
}

.services-scroll li button:before,
.ourclients-scroll li button:before,
.projects-scroll li button:before {
	display: none;
	visibility: hidden;
}

.services-scroll .slick-dots li.slick-active button,
.ourclients-scroll .slick-dots li.slick-active button,
.projects-scroll .slick-dots li.slick-active button {
	background: var(--BlueColor);
}

.services-scroll .slick-dots li.slick-active button,
.ourclients-scroll .slick-dots li.slick-active button,
.projects-scroll .slick-dots li.slick-active button {
	background: var(--BlueColor);
}

.services-scroll .slick-dots li button,
.ourclients-scroll .slick-dots li button,
.projects-scroll .slick-dots li button {
	border: 2px solid var(--BlueColor);
	list-style: none !important;
	z-index: 990;
	border-radius: 0%;
}

::selection {
    background: var(--BlueColor);
    color: #fff;
}

::-moz-selection {
    background: var(--BlueColor);
	color: #fff;
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(25, 108, 223, .9);
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(25, 108, 223, 1);
}

.grecaptcha-badge { 
    visibility: hidden !important;
    display: none !important;
}

.footertop-section{
    width: 100%;
    min-height: auto;
    background: var(--BlueColor);
    position: relative;
    min-height: 200px;
    overflow: hidden;
}

.footertop-section .container-fluid{
    position: relative;
}

.footertop-section .container-fluid img.footertop-bgimg{
    position: absolute;
    right: 200px;
    top: -40px;
    width: auto;
    height: 250px;
    opacity: 0.4;
    transform: rotate(20deg);
}

.footertop-section .col-xl-4{
    text-align: right;
}

.footertop-section .col-xl-4 a{
    background: var(--whitecolor);
    border-radius: 5px;
    border: none;
    outline: none;
    color: var(--BlueColor);
    font-size: 15px;
    height: 46px;
    line-height: 46px;
    width: auto;
    display: inline-block;
    padding: 0px 30px;
    font-weight: 500;
    position: relative;
    border: 1px solid var(--whitecolor);
}

.footertop-section .col-xl-4 a.footer-phone{
    background: none;
    border: 1px solid var(--whitecolor);
    color: var(--whitecolor);
    margin-right: 20px;
}

.footertop-section .col-xl-4 a i{
    margin-right: 5px;
}

.footertop-section .col-xl-8 h4{
    padding: 0;
    margin: 26px 0px 0px 0px;
    color: var(--whitecolor);
    font-size: 38px;
    position: relative;
    font-weight: 300;
}


.footertop-section .col-xl-8 h4 b{
    font-weight: bold;
}

.footertop-section .col-xl-8 img{
    float: left;
    height: 80px;
    margin-right: 30px;
    position: relative;
    margin-top: 28px;
}

.footertop-section .col-xl-8{
    padding-top: 30px;
}

.footertop-section .col-xl-4{
    padding-top: 77px;
}

.footer-section{
    width: 100%;
    background: var(--LightBgColor);
    position: relative;
    display: inline-block;
}

.footer-section .footer-menu-section .col-lg-3{
    width: 28%;
}

.footer-section .footer-menu-section .col-lg-3 p{
    font-size: 14px;
    line-height: 22px;
}

.footer-section .footer-menu-section .col-lg-3:nth-child(2),
.footer-section .footer-menu-section .col-lg-3:nth-child(3),
.footer-section .footer-menu-section .col-lg-3:nth-child(4),
.footer-section .footer-menu-section .col-lg-3:nth-child(5){
    width: 18%;
}

.footer-section .footer-menu-section .col-lg-3 h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 20px 0px;
    color: var(--headingColor);
    font-size: 18px;
    font-weight: 500;
}

.footer-section .footer-menu-section .col-lg-3 ul{
    width: 100%;
    padding: 0;
    margin: 0px 0px 0px 0px;
}

.footer-section .footer-menu-section .col-lg-3 ul li{
    list-style: none;
    padding: 0;
    margin: 5px 0px 0px 0px;
    width: 100%;
    display: block;
    line-height: normal;
}

.footer-section .footer-menu-section .col-lg-3 ul li a{
    color: var(--textcolor);
    line-height: normal;
    width: 100%;
    display: block;
    font-size: 14px;
}

.footer-section .footer-menu-section .col-lg-3 ul li a:hover{
    color: var(--BlueColor);
}

.footer-section .footer-menu-section{
    margin-top: 80px;
}

.footer-section .footer-bottomdiv{
    width: 100%;
    position: relative;
    border-top: 1px solid var(--Borderlinecolor);
    padding: 30px 0px;
    margin-top: 50px;
}

.footer-section .footer-bottomdiv .col-lg-5{
    text-align: right;
}

.footer-section .footer-bottomdiv .col-lg-5 img{
    width: auto;
    height: 40px;
    display: inline-block;
}

.footer-section .footer-bottomdiv .col-lg-7 p{
    padding: 0;
    margin: 0px 0px 0px 0px;
    line-height: 20px;
    font-size: 13px;
}

.associated-partners{
    margin-top: 50px;
}

.associated-partners h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    color: var(--headingColor);
    font-size: 18px;
    font-weight: 500;
}

.associated-partners .partnerlogo-item{
    width: 100%;
    display: block;
    border: 1px solid var(--Borderlinecolor);
    border-radius: 5px;
    background: var(--whitecolor);
    text-align: center;
}

.associated-partners .partnerlogo-item img{
    display: inline-block;
    height: 63px;
}

.associated-partners .partnerslogo-scroll{
    margin-left: -5px;
    margin-right: -5px;
}

.associated-partners .partnerslogo-scroll .col-lg-3{
    padding-left: 5px;
    padding-right: 5px;
}

.header-wrapper-section{
    width: 100%;
    position: fixed;
    left: 0px;
    top: 40px;
    z-index: 1020;
    padding: 0px 0px 0px 0px;
    background: rgba(255,255,255,0.0);
    transition-duration: 0.3s;
    min-height: 64px;
}

.header-wrapper-section .col-xl-7{
    padding-top: 15px;
    padding-bottom: 4px;
}

.header-wrapper-section .col-xl-3{
    padding-top: 12px;
}

.f-nav .header-wrapper-section{
    box-shadow: 0 4px 10px #0000001a;
    background: rgba(255,255,255,0.9);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    top: 0px;
}

.header-wrapper-section .header-logo{
    display: block;
    margin-top: 16px;
}

.header-wrapper-section .header-logo img{
    width: auto;
    height: 30px;
    
}

.header-wrapper-section .col-xl-3{
    text-align: right;
}

.header-wrapper-section .col-xl-3 .login-btn{
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background: var(--LightBgColor);
    border-radius: 25px;
    color: var(--textcolor);
    font-size: 14px;
    height: 38px;
    width: 110px;
    display: inline-block;
    font-weight: 500;
    transition-duration: 0.3s;
}

.header-wrapper-section .col-xl-3 .login-btn i {
    margin-right: 5px;
    font-size: 12px;
}

.header-wrapper-section .col-xl-3 .login-btn:hover{
    background: var(--BlueColor);
    color: var(--whitecolor);
}

.domainsearch-wrapper{
    width: 100%;
    margin-top: 64px;
}

.domainsearch-wrapper .col-xl-9{
    width: calc(100% - 320px);
}

.domainsearch-wrapper .col-xl-3{
    width: 320px;
}

.domainsearch-wrapper .domainsearch-wrp{
    width: 100%;
    position: relative;
}

.domainsearch-wrapper .domainsearch-wrp input{
    width: 100%;
    border-radius: 5px ;
    border: 1px solid var(--Borderlinecolor);
    background: var(--LightBgColorShade);
    height: 70px;
    transition-duration: 0.3s;
    font-size: 18px;
    color: var(--textcolor);
    font-weight: 500;
    padding-left: 65px;
    padding-right: 185px;
}

.domainsearch-wrapper .domainsearch-wrp input::placeholder {
    color: #99a6b8;
    opacity: 1; 
}
  
.domainsearch-wrapper .domainsearch-wrp input::-ms-input-placeholder { 
    color: #99a6b8;
}

.domainsearch-wrapper .domainsearch-wrp input:focus{
    border-color: var(--BlueColor);
    background: var(--LightBgColorShade);
    outline: none;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(25,108,223,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(25,108,223,0.25);
    box-shadow: 0px 0px 15px 0px rgba(25,108,223,0.25);
}

.domainsearch-wrapper .domainsearch-wrp .searchbtn{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
    background: var(--BlueColor);
    border-radius: 5px;
    border: none;
    outline: none;
    color: var(--whitecolor);
    font-size: 15px;
    height: 50px;
    width: 170px;
    transition-duration: 0.3s
}

.domainsearch-wrapper .domainsearch-wrp .searchbtn:hover{
    background: var(--BlueColorDark);
}

.domainsearch-wrapper .domainsearch-wrp .domainsearch-icon{
    position: absolute;
    left: 20px;
    top: 23px;
    color: #99a6b8;
    font-size: 24px;
}

.domain-searchbar-div{
    width: 100%;
    width: 100%;
    border-radius: 5px ;
    border: 1px solid var(--Borderlinecolor);
    background: var(--LightBgColorShade);
    height: 70px;
    transition-duration: 0.3s;
}

.domain-searchbar-div .domainsearch-con{
    padding-left: 100px;
    display: table;
    position: relative;
    height: 70px;
}

.domain-searchbar-div .domainsearch-con .domain-search-middle{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.domain-searchbar-div .domainsearch-con img{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 70px;
}

.domain-searchbar-div p{
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: normal;
}

.domain-searchbar-div h4{
    padding: 0;
    margin: 2px 0px 2px 0px;
    color: var(--headingColor);
    font-size: 16px;
    font-weight: 600;
}

section{
    padding-left: 150px !important;
    padding-right: 150px !important;
}

.footer-section .footer-logo{
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 20px;
    opacity: 1;
}

.footer-section .footer-logo img{
    width: auto;
    height: 30px;
}

.cann-accrediated{
    width: 100%;
    display: block;
    margin-top: 15px;
}

.cann-accrediated img{
    width: auto;
    height: 80px;
    object-fit: cover;
    display: inline-block;
}

.cann-accrediated p{
    width: auto;
    display: inline-table;
    padding: 0;
    margin: 0px 0px 0px 15px;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    top: -5px;
}

.navbar-style{
    padding: 0px 0px;
    margin-top: 5px;
}

.navbar-style .nav-item{
    margin-right: 10px;
}

.navbar-style .nav-link{
    padding: 0px 4px 16px 4px;
    color: var(--headingColor);
}

.navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
}

.navbar .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
}

.navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
}

/* Position the dropdown in the center of the parent li */
.navbar .dropdown-menu {
    display: none;
    left: 50%;
    transform: translateX(-50%);
    top: 100%; /* Ensure it appears below the nav item */
}


.navbar-style .dropdown-menu{
    min-width: 320px;
    padding: 10px 10px;
    border: none;
    box-shadow: 1px -1px 18px 3px rgba(0, 0, 0, .15);
    border-radius: 10px;
    position: relative;
}

.navbar-style .dropdown-menu::before{
    width: 24px;
    height: 11px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -11px;
    background: url(../img/dropdownup-arrow.svg) no-repeat;
    content: '';
}

.navbar-style .dropdown-menu li a{
    padding: 15px 15px 15px 15px;
    border-radius: 5px;
    border: 1px solid transparent;
    position: relative;
}



.navbar-style .dropdown-menu li a:hover,
.navbar-style .dropdown-menu li a:focus{
    background: var(--LightBgColorShade);
    border: 1px solid var(--Borderlinecolor);
}

.navbar-style .dropdown-menu li a h6{
    width: 100%;
    padding: 0;
    margin: 0px 0px 2px 0px;
    font-size: 15px;
    font-weight: 500;
}

.navbar-style .dropdown-menu li a h6 font{
    display: inline-block;
    background: var(--Greencolor);
    color: var(--whitecolor);
    font-size: 10px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 10px;
    position: relative;
    top: -1px;
}

.navbar-style .dropdown-menu li a p{
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 13px;
    color: var(--textcolor);
    line-height: normal;
}

.navbar-style .dropdown-menu li a:hover h6{
    color: var(--BlueColor);
}

.header-wrapper-section .profile-dropdown{
    position: relative;
    display: inline-block;
    top: 0px;
}

.header-wrapper-section .col-xl-3 .profile-dropdown .btn{
    background: var(--BlueColor);
    border: none;
    color: var(--whitecolor);
    border-radius: 50%;
    outline: none;
    box-shadow: none;
    width: 38px;
    height: 38px;
    padding: 0;
    margin: 0;
    line-height: 38px;
}

.header-wrapper-section .col-xl-3 .profile-dropdown .btn:hover{
    background: var(--BlueColorDark);
}


.header-wrapper-section .col-xl-3 .profile-dropdown .dropdown-menu {
    min-width: 280px;
    padding: 10px 10px;
    border: none;
    box-shadow: 1px -1px 18px 3px rgba(0, 0, 0, .15);
    border-radius: 10px;
    position: relative;
    top: 12px !important;
    right: -20px !important;
}

.header-wrapper-section .col-xl-3 .profile-dropdown .dropdown-menu::before {
    width: 24px;
    height: 11px;
    position: absolute;
    right: 26px;
    top: -11px;
    background: url(../img/dropdownup-arrow.svg) no-repeat;
    content: '';
  }


.header-wrapper-section .col-xl-3 .profile-dropdown .dropdown-menu li a{
    padding: 10px 15px 10px 15px;
    border-radius: 5px;
    border: 1px solid transparent;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    font-weight: 500;
    color: var(--headingColor);
}

.header-wrapper-section .col-xl-3 .profile-dropdown .dropdown-menu hr{
    width: 100%;
    padding: 0;
    margin: 10px 0px;
    border: none;
    background: none;
    opacity: 1;
    border-bottom: 1px solid var(--Borderlinecolor);
}

.header-wrapper-section .col-xl-3 .profile-dropdown .customerid{
    width: 100%;
    padding: 10px 15px 0px;
}

.header-wrapper-section .col-xl-3 .profile-dropdown .customerid h6{
    width: 100%;
    padding: 0;
    margin: 0;
    color: var(--textcolor);
    font-size: 12px;
    font-weight: 400;
}

.header-wrapper-section .col-xl-3 .profile-dropdown .customerid h6 a{
    text-decoration: none;
    color: var(--textcolor);
}

.header-wrapper-section .col-xl-3 .profile-dropdown .customerid h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 4px 0px;
    color: var(--headingColor);
    font-size: 18px;
    font-weight: 500;
}



.header-wrapper-section .col-xl-3 .profile-dropdown .dropdown-menu li a:hover,
.header-wrapper-section .col-xl-3 .profile-dropdown .dropdown-menu li a:focus{
    background: var(--LightBgColorShade);
    border: 1px solid var(--Borderlinecolor);
    color: var(--BlueColor);
}









.country-dropdown {
    width: auto;
    display: inline-block;
    margin-right: 25px;
    position: relative;
    margin-top: 0px;
  }
  
  .country-dropdown .btn {
    padding: 4px 0px 5px 0px;
    margin: 0;
    border: none;
    outline: none;
    width: auto;
    background: none;
    box-shadow: none !important;
  }
  
  .country-dropdown .btn span {
    color: var(--textcolor);
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    font-weight: 500;
  }
  
  .country-dropdown .btn img {
    display: inline-block;
    height: 20px;
    margin-right: 5px;
  }
  
  /* Dropdown menu styles */
  .country-dropdown .dropdown-menu {
    min-width: 220px;
    padding: 10px;
    border: none;
    box-shadow: 1px -1px 18px 3px rgba(0, 0, 0, .15);
    border-radius: 10px;
    position: absolute;
    top: calc(100% + 10px) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 999;
  }
  
  /* Arrow pointer */
  .country-dropdown .dropdown-menu::before {
    width: 24px;
    height: 11px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -11px;
    background: url(../img/dropdownup-arrow.svg) no-repeat;
    content: '';
  }
  

  
  /* Dropdown items */
  .country-dropdown .dropdown-menu li a {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid transparent;
    position: relative;
    display: block;
    color: inherit;
    text-decoration: none;
  }
  
  .country-dropdown .dropdown-menu li a:hover,
  .country-dropdown .dropdown-menu li a:focus {
    background: var(--LightBgColorShade);
    border: 1px solid var(--Borderlinecolor);
  }

  .country-dropdown .dropdown-menu li a {
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid transparent;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
.country-dropdown .dropdown-menu li a img {
    height: 20px;
    width: auto;
}

.country-dropdown .dropdown-menu li a span{
    color: var(--textcolor);
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    font-weight: 500;
}

.footer-mobile-menu{
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 1020;
    background: var(--BlueColor);

    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);

    
}

.footer-mobile-menu .container,
.footer-mobile-menu .container .row,
.footer-mobile-menu .container .col-3{
    padding: 0px;
    margin: 0;
}

.footer-mobile-menu .container .col-3{
    width: 25%;
    border-right: 1px solid rgba(255,255,255,0.2);
}

.footer-mobile-menu .container .col-3:last-child{
    border-right: none;
}

.footer-mobile-menu .container .col-3 button{
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    color: var(--LightBgColorShade);
    font-size: 12px;
    height: 40px;
    transition-duration: 0.3s;
    background: none;
}

.footer-mobile-menu .container .col-3 button i{
    font-size: 11px;
    margin-right: 4px;
}

.mobilemenu-wrapper{
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: -100vh;
    height: 100vh;
    background: rgba(0,0,0,0.3);
    z-index: 1020;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: table;
    padding-bottom: 40px;
    transition-duration: 0.3s;
}

.mobilemenu-middlealign{
    width: 100%;
    display: table-cell;
    vertical-align: bottom;
}

.mobilemenu-middlealign .mobilemenu-con{
    width: 100%;
    background: var(--LightBgColor);
    padding: 20px 0px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.mobilemenu-middlealign .mobilemenu-con .col-md-6{
    margin-top: 4px;
    margin-bottom: 4px;
}

.mobilemenu-middlealign .mobilemenu-con .col-md-6 a{
    padding: 15px 15px 15px 15px;
    border-radius: 5px;
    position: relative;
    background: var(--LightBgColorShade);
    border: 1px solid var(--Borderlinecolor);
    color: var(--whitecolor);
}

.mobilemenu-middlealign .mobilemenu-con .col-md-6 a h6{
    width: 100%;
    padding: 0;
    margin: 0px 0px 2px 0px;
    font-size: 15px;
    font-weight: 500;
}

.mobilemenu-middlealign .mobilemenu-con .col-md-6 a h6 font {
    display: inline-block;
    background: #3ea325;
    color: var(--whitecolor);
    font-size: 10px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 10px;
    position: relative;
    top: -1px;
}

.mobilemenu-middlealign .mobilemenu-con .col-md-6  a p{
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 13px;
    color: var(--textcolor);
    line-height: normal;
}

.mobilemenu-wrapper{
    display: none;
    visibility: hidden;
}

.domain-available-wrap{
    margin-top: 20px;
    background: #ebf5ea;
    padding: 20px 25px;
    border-radius: 45px;
}

.domain-available-wrap .col-xl-4{
    text-align: right;
}

.domain-available-wrap .col-xl-4 .addtocart{
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background: var(--BlueColor);
    border-radius: 25px;
    color: var(--whitecolor);
    font-size: 15px;
    height: 50px;
    width: 170px;
    display: inline-block;
    transition-duration: 0.3s;
}

.domain-available-wrap .col-xl-4 .addtocart:hover{
    background: var(--BlueColorDark);
}

.domain-available-wrap .col-xl-4 .addtocart i{
    margin-right: 5px;
}

.domain-available-wrap .col-xl-8 .result-domain{
    display: table;
    position: relative;
    height: 100%;
    width: 100%;
}

.domain-available-wrap .col-xl-8 h4{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 0px 0px 0px 30px;
    margin: 0;
    color: var(--headingColor);
    font-size: 22px;
    position: relative;
}

.domain-available-wrap .col-xl-8 h4 i{
    color: var(--Greencolor);
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -12px;
}

.domain-available-wrap .col-xl-8 h4 font{
    color: var(--Greencolor);
}

.domain-available-wrap .col-xl-4 h5{
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 0px 15px 0px 0px;
    color: var(--headingColor);
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}

.domain-available-wrap .col-xl-4 h5 span{
    position: relative;
    color: var(--textcolor);
    font-weight: normal;
    font-size: 13px;
    text-decoration: line-through;
    margin: 0px 8px 0px 0px;
}

.trusted-search{
    padding: 0;
    margin: 10px 0px 0px 0px;
    font-size: 11px;
}

.trusted-search span{
    display: inline-block;
    position: relative;
    color: var(--Greencolor);
    border: 1px solid var(--Greencolor);
    padding: 4px 8px;
    border-radius: 15px;
}

.trusted-search span i{
    margin-right: 3px;
}

.suggestdomain-item{
    width: 100%;
    position: relative;
    border-bottom: 1px solid var(--Borderlinecolor);
    padding: 0px 15px 15px 15px;
    margin-bottom: 15px;
}

.suggestdomain-item:last-child{
    margin-bottom: 0px;
}

.suggestdomain-item .col-xl-4{
    text-align: right;
}

.suggestdomain-item .col-xl-4 .addtocart{
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background: var(--LightBgColor);
    border-radius: 25px;
    color: var(--BlueColor);
    font-size: 14px;
    height: 42px;
    width: 150px;
    display: inline-block;
    font-weight: 500;
    transition-duration: 0.3s;
}

.suggestdomain-item .col-xl-4 .addtocart i {
    margin-right: 5px;
    font-size: 12px;
}

.suggestdomain-item .col-xl-4 .addtocart:hover{
    background: var(--BlueColor);
    color: var(--whitecolor);
}

.suggestdomain-item .col-xl-4 h5{
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 0px 15px 0px 0px;
    color: var(--headingColor);
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

.suggestdomain-item .col-xl-4 h5 span {
    position: relative;
    color: var(--textcolor);
    font-weight: normal;
    font-size: 13px;
    text-decoration: line-through;
    margin: 0px 8px 0px 0px;
}

.suggestdomain-item .col-xl-8{
    display: table;
}

.suggestdomain-item .col-xl-8 h4{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 0px 0px 0px 35px;
    margin: 0;
    color: var(--headingColor);
    font-size: 18px;
    position: relative;
}

.suggestdomain-item .col-xl-8 h4 .greenoffer{
    display: inline-block;
    background: var(--Greencolor);
    color: var(--whitecolor);
    font-size: 10px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 10px;
    position: relative;
    top: -2px;
    margin-left: 5px;
}

.suggestdomain-item .col-xl-8 h4 .yellowoffer{
    display: inline-block;
    background: #fbda79;
    color: #724204;
    font-size: 10px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 10px;
    position: relative;
    top: -2px;
    margin-left: 5px;
}

.suggestdomain-item .col-xl-8 h4 img{
    width: 24px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -12px;

}

.suggested-domains-con{
    width: 100%;
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
}

.suggested-domains-con .title-style{
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0px 0px 20px 0px;
    color: var(--headingColor);
    font-size: 18px;
    font-weight: 600;
}

.domain-notavailable .col-xl-4 .addtocart{
    background: var(--RedColor);
}

.domain-notavailable .col-xl-4 .addtocart:hover{
    background: var(--RedColorDark);
}

.domain-notavailable .result-domain h4 font,
.domain-notavailable .result-domain h4 i{
    color: var(--RedColor);
}

.domain-notavailable .domain-available-wrap{
    background: #ffecec;
}


.sticky-cart-button {
	width: 50px;
	height: 50px;
	background: var(--BlueColor);
	color: var(--whitecolor);
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 1010;
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	line-height: 50px;
    border: none;
    text-align: center;
    font-size: 15px;
	-webkit-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	box-shadow: 0 0 0 0 rgba(25, 108, 223, 0.5);
    transition-duration: 0.3s;
}

.sticky-cart-button:hover{
    background: var(--BlueColorDark);
}

.sticky-cart-button span{
    background: #fbda79;
    color: #724204;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: -3px;
    right: -3px;
    font-size: 11px;
    font-weight: bold;
}



@-webkit-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@-moz-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@-ms-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

.testimonials-wrapper{
    width: 100%;
    position: relative;
    background: var(--headingColor);
    padding: 100px 0px;
    overflow: hidden;
    margin-top: 120px;
}

.testimonials-item-div{
    width: 100%;
    display: table;
    position: relative;
    height: 440px;
    padding-left: 480px;
    padding-top: 52px;
}

.testimonials-item-div .testimonials-image{
    width: 400px;
    height: 440px;
    background: var(--textcolor);
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    border-radius: 10px;
}

.testimonials-item-div .testimonials-image img{
    width: 400px;
    height: 440px;
    object-fit: cover;
}

.testimonials-item-div .testimonials-footer{
    width: 100%;
    position: relative;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 30px;
}

.testimonials-item-div .testimonials-footer h6{
    width: 100%;
    padding: 0;
    margin: 0;
    color: #788eab;
    font-size: 15px;
    font-weight: normal;
}

.testimonials-item-div .testimonials-footer h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 8px 0px;
    color: var(--whitecolor);
    font-size: 20px;
    font-weight: normal;
}

.testimonials-item-div .testimonials-content{
    width: 100%;
    display: block;
    position: relative;
    min-height: 180px;
}

.testimonials-item-div .testimonials-content p{
    padding: 0px;
    margin: 0px;
    color: var(--whitecolor);
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
    line-height: 32px;
}

.testimonials-item-div .testimonials-icon{
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.testimonials-item-div .testimonials-icon img{
    width: auto;
    height: 48px;
    display: inline-block;
    opacity: 0.25;
}

.testimonials-wrapper .testimonials-nav{
    float: right;
    padding: 0;
    margin: -105px 0px 0px 0px;
    width: auto;
    position: relative;
    z-index: 100;
}

.testimonials-wrapper .testimonials-nav button{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0;
    margin: 0px 0px 0px 10px;
    text-align: center;
    color: var(--headingColor);
    font-size: 20px;
    transition-duration: 0.3s;
}

.testimonials-wrapper .testimonials-nav button:hover{
    background: var(--BlueColor);
    color: var(--whitecolor);
}

.testimonials-wrapper .zicon-bg{
    position: absolute;
    top: -10%;
    right: -20%;
    width: auto;
    z-index: 0;
    height: 120%;
    transform: rotate(-20deg);
    opacity: 0.08;
}

.fullwidth-buttons-wrapper{
    width: 100%;
    position: relative;
    margin-top: 105px;
}

.fullwidth-buttons-wrapper .fullwidth-button{
    width: 100%;
    border: 1px solid var(--Borderlinecolor);
    outline: none;
    box-shadow: none;
    margin: 15px 0px;
    text-align: left;
    background: none;
    border-radius: 10px;
    position: relative;
    
    transition-duration: 0.3s;
    padding: 0px 0px;
}

.fullwidth-buttons-wrapper .fullwidth-button p{
    padding: 0;
    margin: 0;
}

.fullwidth-buttons-wrapper .col-xl-7,
.fullwidth-buttons-wrapper .col-xl-5{
    position: relative;
    height: 100%;
}

.fullwidth-buttons-wrapper .col-xl-7 h2{
    padding: 0px 0px 0px 180px;
    margin: 0;
    color: var(--headingColor);
    font-size: 40px;
    font-weight: 300;
}

.fullwidth-buttons-wrapper .col-xl-7 font{
    width: 120px;
    height: 120px;
    position: absolute;
    left: 45px;
    top: 50%;
    margin-top: -60px;
    border-radius: 50%;
    background: var(--LightBgColor);
}

.fullwidth-buttons-wrapper .col-xl-7 font img{
    width: 120px;
    height: 120px;
}

.fullwidth-buttons-wrapper .col-xl-5 .more-button{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0;
    margin: 0px 0px 0px 10px;
    text-align: center;
    background: var(--BlueColor);
    color: var(--whitecolor);
    font-size: 20px;
    transition-duration: 0.3s;
    line-height: 60px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: 45px;
}

.fullwidth-buttons-wrapper .fullwidth-button:hover .col-xl-5 .more-button{
    background: var(--headingColor);
}

.fullwidth-buttons-wrapper .col-xl-5 .button-middlealign,
.fullwidth-buttons-wrapper .col-xl-7 .button-middlealign{
    width: 100%;
    display: table;
    min-height: 180px;
}

.fullwidth-buttons-wrapper .col-xl-5 .button-middlealign span,
.fullwidth-buttons-wrapper .col-xl-7 .button-middlealign span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.fullwidth-buttons-wrapper .fullwidth-button:hover{
    border-color: var(--BlueColor);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(25,108,223,0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(25,108,223,0.25);
    box-shadow: 0px 0px 20px 0px rgba(25,108,223,0.25);
}

.whychooseus-section{
    width: 100%;
    margin-top: 105px;
    position: relative;
    margin-bottom: 120px;
}

.whychooseus-section h2{
    font-size: 48px;
    font-weight: 300;
    padding: 0;
    margin: 0px 0px 45px 0px;
}

/****/

.scrolldiv-section{
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-top: 120px;
}

.scrolldiv-section .sticky-heading {
    position: sticky;
    top: 100px;
    background: white;
    z-index: 0;
    padding: 0px 150px;
    margin: 0 0 0px;
    border-radius: 8px;
}

.scrolldiv-section .sticky-heading h2{
    font-size: 48px;
    font-weight: 300;
    padding: 0;
    margin: 0px 0px 45px 0px;
}

.section-color-one {
    width: 100%;
    height: 500px; /* changed from 450px */
    background: #f1f5f9;
    position: sticky;
    top: 250px;
    margin-bottom: 4.5vw;
    border-radius: 20px;
    z-index: 1;
    padding: 0px 150px;
}

.section-color-two {
    width: 100%;
    height: 500px; /* changed from 450px */
    background: #d1e6d1;
    position: sticky;
    top: 290px;
    margin-bottom: 2.5vw;
    border-radius: 20px;
    z-index: 2;
    padding: 0px 150px;
}

.section-color-three {
    width: 100%;
    height: 500px; /* changed from 450px */
    background: #03214a;
    position: sticky;
    top: 270px;
    margin-bottom: 0vw;
    border-radius: 20px;
    z-index: 3;
    padding: 0px 150px;
}

.sectoncolor-middle-wrap{
    width: 100%;
    min-height: 500px;
    position: relative;
    display: table;
}

.sectoncolor-middle-wrap .sectoncolor-middle-align{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.whychooseus-item{
    width: 100%;
    background: var(--LightBgColor);
    padding: 0px 0px 55px 0px;
    margin: 0;
    border-radius: 10ox;
    border-radius: 10px;
}

.whychooseus-item .whychoose-content-con{
    width: 100%;
    padding: 0px 40px;
    text-align: left;
    position: relative;
}

.whychooseus-item .whychoose-content-con h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 12px 0px;
    font-size: 28px;
    font-weight: 400;
}

.whychooseus-item .whychoose-content-con p{
    padding: 0;
    margin: 0;
}

.whychooseus-item .whychoose-image-con{
    width: 100%;
    position: relative;
    min-height: auto;
    margin-bottom: 25px;
    margin-top: 25px;
    display: inline-block;
}   

.whychooseus-item .whychoose-image-con img{
    width: 100%;
    height: auto;
}

.whychooseus-item .whychoose-image-con svg{
    width: 100%;
    height: auto;
}

.whychooseus-item .whychoose-image-con #text1{
    opacity: 1;
    animation: 4s linear infinite textone;
}

@keyframes textone {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 0;
    }

    15% {
        opacity: 1;
    }

    95% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.whychooseus-item .whychoose-image-con #text2{
    opacity: 1;
    animation: 4s linear infinite texttwo;
}

@keyframes texttwo {
    0% {
        opacity: 0;
    }

    15% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    95% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.whychooseus-item .whychoose-image-con #text3{
    opacity: 1;
    animation: 4s linear infinite textthree;
}

@keyframes textthree {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    95% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.whychooseus-item .whychoose-image-con #arrow{
    animation: 6s linear infinite arrowanim;
    transform: translateX(-110px) translatey(-245px)
}

@keyframes arrowanim {
    0% {
        transform: translateX(0px) translatey(0px);
    }

    40% {
        transform: translateX(-110px) translatey(-245px);
    }

    45% {
        transform: translateX(-110px) translatey(-245px);
    }

    70% {
        transform: translateX(0px) translatey(0px);
    }


    100% {
        transform: translateX(0px) translatey(0px);
    }
}

.whychooseus-item .whychoose-image-con .st3{
    animation: 6s linear infinite phoneanim;
    
}

@keyframes phoneanim {
    0% {
        fill: var(--BlueColor) !important;
    }

    35% {
        fill: var(--BlueColor) !important;
    }

    40% {
        fill: var(--Greencolor) !important;
    }

    50% {
        fill: var(--Greencolor) !important;
    }

    55% {
        fill: var(--BlueColor) !important;
    }

    70% {
        fill: var(--BlueColor) !important;
    }


    100% {
        fill: var(--BlueColor) !important;
    }
}



.whychooseus-section .col-lg-4:nth-child(2) .whychooseus-item{
    background: var(--whitecolor);
    border: 1px solid var(--Borderlinecolor);
}

.whychooseus-section .col-lg-4:nth-child(3) .whychooseus-item{
    background: var(--headingColor);
}

.whychooseus-section .col-lg-4:nth-child(3) .whychooseus-item h4{
    color: var(--whitecolor);
}

.whychooseus-section .col-lg-4:nth-child(3) .whychooseus-item p{
    color: #788eab;
}

.whychooseus-item.support-that-care .st0{fill-rule:evenodd;clip-rule:evenodd;fill:none;stroke:#196CDF;stroke-width:3;stroke-miterlimit:10;}
.whychooseus-item.support-that-care .st1{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;stroke:#196CDF;stroke-width:3;stroke-miterlimit:10;}
.whychooseus-item.support-that-care .st2{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_1_);}
.whychooseus-item.support-that-care .st3{fill-rule:evenodd;clip-rule:evenodd;fill:#2064B7;}
.whychooseus-item.support-that-care .st4{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
.whychooseus-item.support-that-care .st5{fill:#353535;}

.bigdreams-wrapper{
    width: 100%;
    position: relative;
    margin-top: 120px;
}

.bigdreams-wrapper h2{
    font-size: 48px;
    font-weight: 300;
    padding: 0;
    margin: 0px 0px 45px 0px;
}

.bigdreams-wrapper .hostingplans-item-con{
    width: 100%;
    padding: 40px;
    background: var(--LightBgColor);
    border-radius: 20px;
}

.bigdreams-wrapper .hostingplans-item-con .col-xl-6:first-child img{
    width: 100%;
    border-radius: 15px;
}



.bigdreams-wrapper .hostingplans-item-con .col-xl-6:nth-child(2) .searchdomain-align{
    height: 100%;
    vertical-align: middle;
}

.bigdreams-wrapper .hostingplans-item-con .col-xl-6:nth-child(2) .searchdomain-align h3{
    font-size: 40px;
    font-weight: 300;
    padding: 0;
    margin: 35px 0px 20px 0px;
}

.bigdreams-wrapper .hostingplans-item-con .col-xl-6:nth-child(2) .searchdomain-align p{
    width: 100%;
    padding: 0px;
    margin: 0px 0px 50px 0px;
}

.bigdreams-wrapper .hostingplans-item-con .col-xl-6:nth-child(2) .searchdomain-align .search-btn{
    background: var(--headingColor);
    color: var(--whitecolor);
    padding: 0px 20px;
    font-size: 14px;
    line-height: 42px;
    display: inline-block;
    min-width: 170px;
    text-align: center;
    border-radius: 25px;
    transition-duration: 0.3s
}

.bigdreams-wrapper .hostingplans-item-con .col-xl-6:nth-child(2) .searchdomain-align .search-btn:hover{
    background: var(--BlueColor);
}

.bigdreams-wrapper .business-email{
    width: 100%;
    border: 1px solid var(--Borderlinecolor);
    padding: 0px 40px 40px 40px;
    border-radius: 20px;
    margin-bottom: 30px;

}

.bigdreams-wrapper .business-email-imagecon{
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.bigdreams-wrapper .business-email-imagecon img{
    width: 100%;
    border-radius: 15px;
    height: 280px;
    object-fit: cover;
}

.bigdreams-wrapper .business-email .business-email-content{
    width: 100%;
    position: relative;
    min-height: 260px;
    display: table;
}

.bigdreams-wrapper .business-email .business-email-content span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.bigdreams-wrapper .business-email .business-email-content a{
    background: var(--headingColor);
    color: var(--whitecolor);
    padding: 0px 20px;
    font-size: 14px;
    line-height: 42px;
    display: inline-block;
    min-width: 170px;
    text-align: center;
    border-radius: 25px;
    transition-duration: 0.3s;
}

.bigdreams-wrapper .business-email .business-email-content a:hover{
    background: var(--BlueColor);
}

.bigdreams-wrapper .business-email .business-email-content h3{
    font-size: 32px;
    font-weight: 300;
    padding: 0;
    margin: 0px 0px 25px 0px;
}

.bigdreams-wrapper .business-email .business-email-content h3 b{
    color: var(--BlueColor);
    font-weight: bold;
}

.bigdreams-wrapper .hosting-item{
    width: 100%;
    position: relative;
    min-height: 582px;
    border-radius: 20px;
    background: var(--LightBgColor);
    padding: 40px 40px 0px 40px;
    overflow: hidden;
    margin-bottom: 30px;
}

.bigdreams-wrapper .hosting-item::after{
    width: 255px;
    height: 184px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    content: '';
    background: url(../img/smooth-hosting-icon.svg) no-repeat;
    z-index: 0;
    opacity: 0.1;
}

.bigdreams-wrapper .hosting-item h3{
    padding: 0;
    margin: 0px 0px 25px 0px;
    font-size: 44px;
    font-weight: 300;
}

.bigdreams-wrapper .hosting-item h3 b{
    color: var(--BlueColor);
    font-weight: bold;
}

.bigdreams-wrapper .hosting-item .host-btn{
    background: var(--BlueColor);
    color: var(--whitecolor);
    padding: 0px 20px;
    font-size: 14px;
    line-height: 42px;
    display: inline-block;
    min-width: 170px;
    text-align: center;
    border-radius: 25px;
    transition-duration: 0.3s;
}

.bigdreams-wrapper .hosting-item .host-btn:hover{
    background: var(--BlueColorDark);
}

.bigdreams-wrapper .hosting-item h6{
    width: 100%;
    padding: 0;
    margin: 20px 0px 0px 0px;
    color: var(--textcolor);
    font-weight: normal;
    font-size: 14px;
    position: relative;
}

.bigdreams-wrapper .hosting-item h6 i{
    color: var(--Greencolor);
    margin-right: 5px;
}

.bigdreams-wrapper .hosting-item .hosting-item-content{
    width: 100%;
    min-height: 420px;
}

.bigdreams-wrapper .sitemigration-item{
    width: 100%;
    position: relative;
    min-height: 582px;
    border-radius: 20px;
    background: var(--BlueColor);
    padding: 40px 40px 0px 40px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}

.bigdreams-wrapper .sitemigration-item .migrate-btn{
    background: var(--whitecolor);
    color: var(--BlueColor);
    padding: 0px 20px;
    font-size: 14px;
    line-height: 42px;
    display: inline-block;
    min-width: 170px;
    text-align: center;
    border-radius: 25px;
    transition-duration: 0.3s;
    font-weight: 500;
}


.bigdreams-wrapper .sitemigration-item .migrate-btn:hover{
    color: var(--headingColor);
}

.bigdreams-wrapper .sitemigration-item h3{
    color: var(--whitecolor);
    padding: 0px;
    margin: 0px 0px 25px 0px;
    font-size: 34px;
    font-weight: 300;
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
}

.bigdreams-wrapper .sitemigration-item h3 b{
    font-weight: bold;
}

.bigdreams-wrapper .sitemigration-item p{
    color: var(--whitecolor);
    opacity: 0.7;
}

.bigdreams-wrapper .sitemigration-item .sitemigration-img,
.freewebsite-migration .sitemigration-img{
    width: 100%;
    display: block;
    margin-bottom: 40px;
    margin-top: 40px;
}

.bigdreams-wrapper .sitemigration-item .sitemigration-img svg,
.freewebsite-migration .sitemigration-img svg{
    height: 100px;
}

.bigdreams-wrapper .sitemigration-item .sitemigration-content{
    width: 100%;
    display: block;
    min-height: 270px;
}


.bigdreams-wrapper .sitemigration-item .sitemigration-img .st0,
.freewebsite-migration .sitemigration-img .st0{
    fill:var(--whitecolor);
    transform: translateX(-90px);
    animation: 4s linear infinite dotsfour;
}

@keyframes dotsfour {

    0% {
        transform: translateX(-90px);
    }

    50% {
        transform: translateX(0px);
    }


    100% {
        transform: translateX(-90px);
    }
}

.bigdreams-wrapper .sitemigration-item .sitemigration-img .st1,
.freewebsite-migration .sitemigration-img .st1{
    fill:var(--whitecolor);
    opacity: 0.8;
    animation: 4s linear infinite dotsthree;
}

@keyframes dotsthree {

    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    30% {
        opacity: 0.6;
    }

    70% {
        opacity: 0.6;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.bigdreams-wrapper .sitemigration-item .sitemigration-img .st2,
.freewebsite-migration .sitemigration-img .st2{
    fill:var(--whitecolor);
    opacity: 0.6;
    animation: 4s linear infinite dotstwo;
}

@keyframes dotstwo {

    0% {
        opacity: 0;
    }

    10% {
        opacity: 0;
    }

    20% {
        opacity: 0.6;
    }

    80% {
        opacity: 0.6;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.bigdreams-wrapper .sitemigration-item .sitemigration-img .st3,
.freewebsite-migration .sitemigration-img .st3{
    fill:var(--whitecolor);
    opacity: 0.4;
    animation: 4s linear infinite dotsone;
}

@keyframes dotsone {

    0% {
        opacity: 0;
    }

    10% {
        opacity: 0.4;
    }

    90% {
        opacity: 0.4;
    }

    100% {
        opacity: 0;
    }
}

.trustpilot-con{
    width: 100%;
    text-align: center;
}

.trustpilot-con h5{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    color: var(--textcolor);
    font-weight: 400;
    font-size: 15px;
}

.trustpilot-con h5 span{
    display: inline-block;
    margin: 0px 12px;
}

.trustpilot-con h5 span img{
    width: auto;
    height: 24px;
}

.ourservices-wrapper{
    width: 100%;
    position: relative;
    margin-top: 120px;
}

.ourservices-wrapper .zohomail-itemcon{
    width: 100%;
    min-height: 345px;
    background: var(--headingColor);
    border-radius: 20px;
}

.ourservices-wrapper .zohomail-itemcon h2{
    color: var(--whitecolor);
    padding: 0;
    margin: 0px 0px 35px 0px;
    font-size: 32px;
    font-weight: 300;
    width: 100%;
    text-align: left;
}

.ourservices-wrapper .zohomail-itemcon h2 b{
    font-weight: bold;
}

.ourservices-wrapper .zohomail-itemcon h6{
    width: 100%;
    padding: 0;
    margin: 0;
    color: var(--whitecolor);
}

.ourservices-wrapper .zohomail-itemcon h6 a{
    background: none;
    color: #788eab;
    padding: 0px 20px;
    font-size: 14px;
    line-height: 40px;
    display: inline-block;
    min-width: 170px;
    text-align: center;
    border-radius: 25px;
    transition-duration: 0.3s;
    border: 1px solid #788eab;
}

.ourservices-wrapper .zohomail-itemcon h6 a:hover{
    border-color: var(--whitecolor);
    color: var(--whitecolor);
}

.ourservices-wrapper .zohomail-itemcon h6 a i{
    margin-right: 5px;
}

.ourservices-wrapper .zohomail-itemcon .zohomailtext-con{
    width: 100%;
    height: 345px;
    display: table;
    position: relative;
}

.ourservices-wrapper .zohomail-itemcon .zohomailtext-con span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.ourservices-wrapper .zohomail-itemcon .col-lg-7 img{
    width: 100%;
    height: 345px;
    object-fit: cover;
}


.ourservices-wrapper .microsoftlicensing-itemcon{
    width: 100%;
    min-height: 345px;
    background: var(--LightBgColor);
    border-radius: 20px;
}

.ourservices-wrapper .microsoftlicensing-itemcon .microsoft-lisence-wrap{
    width: 100%;
    height: 345px;
    position: relative;
    display: table;
}

.ourservices-wrapper .microsoftlicensing-itemcon .microsoft-lisence-wrap .microsoft-middlealign{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.ourservices-wrapper .microsoftlicensing-itemcon .getlicensed{
    background: var(--BlueColor);
    color: var(--whitecolor);
    padding: 0px 20px;
    font-size: 14px;
    line-height: 42px;
    display: inline-block;
    min-width: 170px;
    text-align: center;
    border-radius: 25px;
    transition-duration: 0.3s;
}

.ourservices-wrapper .microsoftlicensing-itemcon .getlicensed:hover{
    background: var(--BlueColorDark);
}

.ourservices-wrapper .microsoftlicensing-itemcon h2{
    padding: 0;
    margin: 0px 0px 35px 0px;
    font-size: 32px;
    font-weight: 300;
    width: 100%;
    text-align: left;
}

.ourservices-wrapper .microsoftlicensing-itemcon .microsoft-image-con{
    width: 100%;
    display: table;
    height: 100%;
}

.ourservices-wrapper .microsoftlicensing-itemcon .microsoft-image-con span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.ourservices-wrapper .microsoftlicensing-itemcon img{
    width: 100%;
    height: auto;
    position: relative;
}

.ourservices-wrapper .microsoftlicensing-itemcon h2 b{
    font-weight: bold;
}

.ourservices-wrapper .googleworkspace-itemcon{
    width: 100%;
    min-height: 510px;
    background: var(--LightBgColor);
    border-radius: 20px;
    margin-bottom: 30px;
    text-align: center;
    display: table;
    padding: 0px 0px;
}

.ourservices-wrapper .googleworkspace-itemcon img{
    width: 100%;
}

.ourservices-wrapper .googleworkspace-itemcon h2{
    padding: 0px 25px;
    margin: 0px 0px 25px 0px;
    font-size: 28px;
    font-weight: 300;
    width: 100%;
    text-align: center;
}

.ourservices-wrapper .googleworkspace-itemcon h2 b{
    font-weight: bold;
}

.ourservices-wrapper .googleworkspace-itemcon .microsoft-image{
    width: 100%;
    display: table;
    text-align: center;
}

.ourservices-wrapper .googleworkspace-itemcon .microsoft-image img{
    width: auto;
    height: 240px;
}

.ourservices-wrapper .googleworkspace-itemcon .microsoft-textcon{
    width: 100%;
    display: table;
    height: 245px;
}

.ourservices-wrapper .googleworkspace-itemcon .microsoft-textcon span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.ourservices-wrapper .googleworkspace-itemcon h6{
    width: 100%;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

.ourservices-wrapper .googleworkspace-itemcon h6 a{
    background: var(--BlueColor);
    color: var(--whitecolor);
    padding: 0px 20px;
    font-size: 14px;
    line-height: 42px;
    display: inline-block;
    min-width: 170px;
    text-align: center;
    border-radius: 25px;
    transition-duration: 0.3s;
}

.ourservices-wrapper .googleworkspace-itemcon h6 a:hover{
    background: var(--BlueColorDark);
}

.ourservices-wrapper .googleworkspace-itemcon h6 i{
    margin-right: 5px;
}

.ourservices-wrapper .office365-itemcon{
    width: 100%;
    min-height: 510px;
    background: none;
    border: 1px solid var(--Borderlinecolor);
    border-radius: 20px;
    margin-bottom: 30px;
    text-align: center;
    padding: 0px 25px;
}



.ourservices-wrapper .office365-itemcon h2{
    padding: 0;
    margin: 80px 0px 25px 0px;
    font-size: 38px;
    font-weight: 300;
    width: 100%;
    text-align: center;
}

.ourservices-wrapper .office365-itemcon h2 b{
    font-weight: bold;
    color: var(--BlueColor);
}

.ourservices-wrapper .office365-itemcon .office-btn{
    background: var(--BlueColor);
    color: var(--whitecolor);
    padding: 0px 20px;
    font-size: 14px;
    line-height: 42px;
    display: inline-block;
    min-width: 170px;
    text-align: center;
    border-radius: 25px;
    transition-duration: 0.3s;
}

.ourservices-wrapper .office365-itemcon .office-btn:hover{
    background: var(--BlueColorDark);
}

.ourservices-wrapper .bluebox-itemcon{
    width: 100%;
    min-height: 510px;
    background: var(--BlueColor);
    border: none;
    border-radius: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.ourservices-wrapper .bluebox-itemcon h2{
    padding: 0px 25px;
    margin: 0px 0px 25px 0px;
    font-size: 26px;
    font-weight: 300;
    width: 100%;
    text-align: center;
    color: var(--whitecolor);
}

.ourservices-wrapper .bluebox-itemcon h2 b{
    font-weight: bold;
}

.ourservices-wrapper .bluebox-itemcon .pricing-plan{
    background: var(--whitecolor);
    color: var(--BlueColor);
    padding: 0px 20px;
    font-size: 14px;
    line-height: 42px;
    display: inline-block;
    min-width: 170px;
    text-align: center;
    border-radius: 25px;
    transition-duration: 0.3s;
}

.ourservices-wrapper .bluebox-itemcon .pricing-plan i{
    margin-right: 5px;
}

.ourservices-wrapper .bluebox-itemcon .pricing-plan:hover{
    background: var(--whitecolor);
    color: var(--BlueColorDark);
}

.ourservices-wrapper .bluebox-itemcon .titan-logo{
    width: 100%;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 30px 0px 0px 0px;
    position: relative;
    display: inline-block;
}

.ourservices-wrapper .bluebox-itemcon .titan-logo img{
    width: auto;
    height: 26px;
    display: inline-block;
}

.ourservices-wrapper .bluebox-itemcon .titan-image{
    width: 100%;
    text-align: center;
    display: table;
    height: 240px;
}

.ourservices-wrapper .bluebox-itemcon .titan-image span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.ourservices-wrapper .bluebox-itemcon .titan-image span img{
    width: auto;
    height: 160px;
    display: inline-block;
    position: relative;
    animation: 4s linear 0s infinite normal none running webdesign-anim;
}

@keyframes webdesign-anim {
    0% {
        top: -25px;
    }

   
    25% {
        top: 0px;
    }

    75% {
        top: 0px;
    }

    
    100% {
        top: -25px;
    }
}

.workspacescroll-div{
    margin-top: 75px;
}

.workspacescroll-div .col-lg-3 h6{
    width: 100%;
    padding: 0;
    margin: 10px 0px 0px 0px;
    color: var(--textcolor);
    font-weight: 400;
    font-size: 13px;
}

.office365-itemcon p{
    padding: 0px 45px;
    margin: 0px 0px 25px 0px;
}

.workspacescroll-div .col-lg-3 span{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    display: block;
}

.workspacescroll-div .col-lg-3 span img{
    display: inline-block;
    height: 40px;
    width: auto;
}

.section-color-one .col-xl-4 ul{
    width: 100%;
    padding: 0;
    margin: 0;
}

.section-color-one .col-xl-4 ul li{
    list-style: none;
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 10px 0px;
    color: var(--textcolor);
    position: relative;
}

.section-color-one .col-xl-4 ul li:last-child{
    margin-bottom: 0px;
}

.section-color-one .col-xl-4 ul li i{
    position: absolute;
    left: 0px;
    top: 4px;
    color: var(--BlueColor);
}

.section-color-one .col-xl-4 ul li b{
    font-weight: 600;
}

.section-color-one .col-xl-4 h4{
    font-size: 24px;
    font-weight: 300;
    padding: 0;
    margin: 0px 0px 25px 0px;
    color: var(--headingColor);
}

.section-color-one .col-xl-4 h4 b{
    font-weight: 600;
}

.section-color-one .col-xl-4 p{
    padding: 0;
    margin: 0;
}

.section-color-one .col-xl-4 h2{
    font-size: 38px;
    font-weight: 300;
    padding: 0;
    margin: 0px 0px 25px 0px;
    color: var(--headingColor);
    text-align: left;
}

.section-color-one .col-xl-4 h2 b{
    font-weight: 600;
}

.section-color-one .col-xl-4 img{
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.section-color-two .col-xl-4 h2{
    font-size: 38px;
    font-weight: 300;
    padding: 0;
    margin: 0px 0px 25px 0px;
    color: var(--headingColor);
    text-align: left;
}

.section-color-two .col-xl-4 h2 b{
    font-weight: 600;
}

.section-color-two .col-xl-4:nth-child(1) p{
    padding: 0;
    margin: 0;
}

.section-color-two .col-xl-4 .hosting-item-con{
    width: 100%;
    background: var(--whitecolor);
    min-height: 340px;
    border-radius: 15px;
    padding: 45px 40px 0px 40px;
}

.section-color-two .col-xl-4 .hosting-item-con a{
    background: var(--BlueColor);
    color: var(--whitecolor);
    padding: 0px 20px;
    font-size: 14px;
    line-height: 42px;
    display: inline-block;
    min-width: 170px;
    text-align: center;
    border-radius: 25px;
    transition-duration: 0.3s;
}

.section-color-two .col-xl-4 .hosting-item-con a:hover{
    background: var(--BlueColorDark);
}

.section-color-two .col-xl-4 .hosting-item-con p{
    padding: 0;
    margin: 0px 0px 40px 0px;
    font-size: 14px;
}

.section-color-two .col-xl-4 .hosting-item-con h3{
    font-size: 28px;
    font-weight: 300;
    padding: 0;
    margin: 0px 0px 20px 0px;
    color: var(--headingColor);
    width: 100%;
}

.section-color-two .col-xl-4 .hosting-item-con h4{
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    margin: 0px 0px 5px 0px;
    color: var(--headingColor);
    width: 100%;
}

.section-color-two .col-xl-4 .hosting-item-con h4 b{
    color: var(--BlueColorDark);
}

.section-color-two .col-xl-4 .hosting-item-con h3 b{
    font-weight: bold;
}

.section-color-two .col-xl-4 .hosting-item-con h6{
    padding: 0;
    margin: 0px 0px 8px 0px;
    width: 100%;
    color: var(--BlueColor);
    font-size: 14px;
    font-weight: 600;
}

.section-color-two .col-xl-4 .hosting-item-con h6 i{
    margin-right: 5px;
}

.section-color-three .col-xl-4 img{
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.section-color-three .col-xl-4 h2{
    font-size: 38px;
    font-weight: 300;
    padding: 0;
    margin: 0px 0px 25px 0px;
    color: var(--whitecolor);
    text-align: left;
}

.section-color-three .col-xl-4 h2 b{
    font-weight: 600;
    color: var(--BlueColor);
}

.section-color-three .col-xl-4 p{
    padding: 0;
    margin: 0;
    color: #788eab;
}


.section-color-three .col-xl-4 ul{
    width: 100%;
    padding: 0;
    margin: 10px 0px 0px 0px;
    display: block;
}

.section-color-three .col-xl-4 ul li{
    list-style: none;
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 10px 0px;
    color: #788eab;
    position: relative;
}

.section-color-three .col-xl-4 ul li:last-child{
    margin-bottom: 0px;
}

.section-color-three .col-xl-4 ul li i{
    position: absolute;
    left: 0px;
    top: 4px;
    color: var(--BlueColor);
}

.section-color-three .col-xl-4 ul li b{
    font-weight: 600;
    color: var(--whitecolor);
}

.section-color-three .col-xl-4 h4{
    font-size: 24px;
    font-weight: 300;
    padding: 0;
    margin: 0px 0px 25px 0px;
    color: var(--whitecolor);
}

.section-color-three .col-xl-4 h4 b{
    color: var(--BlueColor);
    font-weight: 600;
}

.banner-caption-con{
    width: 100%;
    height: 100%;
    display: table;
}

.banner-caption-con .banner-caption-middlealign{
    width: 100%;
    height: auto;
    display: table-cell;
    vertical-align: middle;
}

.banner-caption-con .banner-caption-middlealign h1{
    font-size: 52px;
    font-weight: 600;
    padding: 0;
    margin: 0px 0px 25px 0px;
    text-align: left;
}

.banner-caption-con .banner-caption-middlealign h1 b{
    color: var(--BlueColor);
    font-weight: 600;
}

.banner-caption-con .banner-caption-middlealign ul{
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    margin-top: 30px;
}

.banner-caption-con .banner-caption-middlealign ul li{
    list-style: none;
    padding: 0px 0px 0px 30px;
    margin: 0px 0px 12px 0px;
    color: var(--textcolor);
    position: relative;
}

.banner-caption-con .banner-caption-middlealign ul li::before {
    content: '';
    background-image: url(../img/check.svg) ;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 2px;
    inset-inline-start: 0;
}

.banner-caption-con .banner-caption-middlealign ul li b{
    font-weight: 600;
}

.banner-caption-con .banner-caption-middlealign ul li i{
    position: absolute;
    left: 0px;
    top: 4px;
    color: var(--BlueColor);
}

.banner-caption-con .banner-caption-middlealign ul li:last-child{
    margin-bottom: 0px;
}

.banner-caption-con .banner-caption-middlealign .bannerbutton-con{
    width: 100%;
    display: block;
    position: relative;
    margin-top: 60px;
}

.banner-caption-con .banner-caption-middlealign .bannerbutton-con .claim-btn{
    min-width: 180px;
    background: var(--BlueColor);
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    color: var(--whitecolor);
    display: inline-block;
    padding: 0;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
}


.banner-caption-con .banner-caption-middlealign .bannerbutton-con .countdown-timer{
    min-width: 180px;
    background: var(--LightBgColor);
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    color: var(--headingColor);
    display: inline-block;
    margin-left: 20px;
    font-size: 15px;
    font-weight: 500;
}

.banner-caption-con .banner-caption-middlealign .bannerbutton-con .countdown-timer font{
    padding: 0px 3px;
}



.banner-caption-con .banner-caption-middlealign .bannerbutton-con .claim-btn:hover{
    background: var(--BlueColorDark);
}

.domainscroll-div .domain-item {
    display: inline-block;
    padding: 0 10px;
    width: auto;
    min-width: 80px;
}
.domainscroll-div {
    overflow: visible !important;
    margin-top: 45px;
}

.domainscroll-div .domain-item{
    width: 100%;
    
}


.domainscroll-div .domain-item span{
    width: 100%;
    display: table;
    text-align: center;
    background: var(--whitecolor);
    height: 90px;
    border-radius: 10px;
}

.domainscroll-div .domain-item span font{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.domainscroll-div .domain-item span img{
    width: auto;
    height: 50px;
    display: inline-block;
}

.banner-wrapper-div .banner-image-con{
    width: 100%;
    position: relative;
}

.banner-wrapper-div .banner-image-con img,
.banner-wrapper-div .banner-image-con svg{
    width: 100%;
    height: auto;
}

.banner-wrapper-div{
    width: 100%;
    margin-top: 60px;
    margin-bottom: 80px;
}

.banner-wrapper-div .banner-image-con font {
    position: absolute;
    left: 0px;
    top: 0px;
}

.parallax-wrap{
    width: 100%;
    position: relative;
}



.banner-image-con .st0{
    fill:#D6D8DB;
}

.banner-image-con .st1{
    fill-rule:evenodd;
    clip-rule:evenodd;
    fill:url(#SVGID_1_);
}

.banner-image-con .st2{
    fill:#03214A;
}

.banner-image-con .st3{
    fill:none;
    stroke:#196CDF;
    stroke-miterlimit:10;
}

.banner-image-con .st4{
    fill-rule:evenodd;
    clip-rule:evenodd;
    fill:#196CDF;
}



.banner-image-con .st5,
.banner-image-con .st6,
.banner-image-con .st7,
.banner-image-con .st8,
.banner-image-con .st9,
.banner-image-con .st10,
.banner-image-con .st11 {
    fill: #d7d8da;
    transition: fill 0.3s ease-in-out;
}


.banner-image-con #text1 {
    opacity: 0;
    animation: 4s linear 0s infinite text1anim;
}




@keyframes text1anim {
    0% { opacity: 0; }
    3% { opacity: 1; }
    95% { opacity: 1; }
    100% { opacity: 0; }
}

.banner-image-con #text2 {
    opacity: 0;
    animation: 3s linear 0s infinite text2anim;
}
@keyframes text2anim {
    0% { opacity: 0; }
    3% { opacity: 0; }
    6% { opacity: 1; }
    95% { opacity: 1; }
    100% { opacity: 0; }
}

.banner-image-con #text3 {
    opacity: 0;
    animation: 3s linear 0s infinite text3anim;
}
@keyframes text3anim {
    0% { opacity: 0; }
    6% { opacity: 0; }
    9% { opacity: 1; }
    95% { opacity: 1; }
    100% { opacity: 0; }
}

.banner-image-con #text4 {
    opacity: 0;
    animation: 3s linear 0s infinite text4anim;
}
@keyframes text4anim {
    0% { opacity: 0; }
    9% { opacity: 0; }
    12% { opacity: 1; }
    95% { opacity: 1; }
    100% { opacity: 0; }
}

.banner-image-con #text5 {
    opacity: 0;
    animation: 3s linear 0s infinite text5anim;
}
@keyframes text5anim {
    0% { opacity: 0; }
    12% { opacity: 0; }
    15% { opacity: 1; }
    95% { opacity: 1; }
    100% { opacity: 0; }
}

.banner-image-con #text6 {
    opacity: 0;
    animation: 3s linear 0s infinite text6anim;
}
@keyframes text6anim {
    0% { opacity: 0; }
    15% { opacity: 0; }
    18% { opacity: 1; }
    95% { opacity: 1; }
    100% { opacity: 0; }
}

.banner-image-con #text7 {
    opacity: 0;
    animation: 3s linear 0s infinite text7anim;
}
@keyframes text7anim {
    0% { opacity: 0; }
    18% { opacity: 0; }
    21% { opacity: 1; }
    95% { opacity: 1; }
    100% { opacity: 0; }
}

.banner-image-con #text8 {
    opacity: 0;
    animation: 3s linear 0s infinite text8anim;
}
@keyframes text8anim {
    0% { opacity: 0; }
    21% { opacity: 0; }
    24% { opacity: 1; }
    95% { opacity: 1; }
    100% { opacity: 0; }
}

.banner-image-con #text9 {
    opacity: 0;
    animation: 3s linear 0s infinite text9anim;
}
@keyframes text9anim {
    0% { opacity: 0; }
    24% { opacity: 0; }
    27% { opacity: 1; }
    95% { opacity: 1; }
    100% { opacity: 0; }
}

.banner-image-con #text10 {
    opacity: 0;
    animation: 3s linear 0s infinite text10anim;
}
@keyframes text10anim {
    0% { opacity: 0; }
    27% { opacity: 0; }
    30% { opacity: 1; }
    95% { opacity: 1; }
    100% { opacity: 0; }
}

.banner-image-con #text11 {
    opacity: 0;
    animation: 3s linear 0s infinite text11anim;
}
@keyframes text11anim {
    0% { opacity: 0; }
    30% { opacity: 0; }
    33% { opacity: 1; }
    95% { opacity: 1; }
    100% { opacity: 0; }
}

.banner-image-con #text12 {
    opacity: 0;
    animation: 3s linear 0s infinite text12anim;
}
@keyframes text12anim {
    0% { opacity: 0; }
    33% { opacity: 0; }
    36% { opacity: 1; }
    95% { opacity: 1; }
    100% { opacity: 0; }
}

.banner-image-con #text13 {
    opacity: 0;
    animation: 3s linear 0s infinite text13anim;
}
@keyframes text13anim {
    0% { opacity: 0; }
    36% { opacity: 0; }
    39% { opacity: 1; }
    95% { opacity: 1; }
    100% { opacity: 0; }
}

.banner-image-con #text14 {
    opacity: 0;
    animation: 3s linear 0s infinite text14anim;
}
@keyframes text14anim {
    0% { opacity: 0; }
    39% { opacity: 0; }
    42% { opacity: 1; }
    95% { opacity: 1; }
    100% { opacity: 0; }
}

.domainlogoscroll-section{
    margin-top: 25px;
}

.domainlogoscroll-section .domain-item{
    width: 100%;
    border-radius: 5px;
    border: 1px solid var(--Borderlinecolor);
    background: var(--LightBgColorShade);
    text-align: center;
    padding: 15px 0px;
}

.domainlogoscroll-section .domain-item h6{
    width: 100%;
    padding: 0;
    margin: 4px 0px 0px 0px;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: var(--textcolor);
}

.domainlogoscroll-section .domain-item h6 font{
    position: relative;
    padding: 0px 6px;
}

.domainlogoscroll-section .domain-item h6 font::before{
    width: 100%;
    height: 1px;
    background: var(--textcolor);
    position: absolute;
    left: 0px;
    top: 9px;
    content: '';
}

.domainlogoscroll-section .domain-item h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-weight: bold;
    font-size: 24px;
    line-height: 22px;
    color: var(--BlueColor);
}

.domainlogoscroll-section .domain-item h5{
    width: 100%;
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: var(--headingColor);
}

.domainlogoscroll-section{
    margin-left: -5px;
    margin-right: -5px;
}

.domainlogoscroll-section .col-lg-2{
    padding-left: 5px;
    padding-right: 5px;
}

.domainpage-topsection .col-xl-8 h2,
.domainpage-topsection .col-xl-10 h2{
    font-size: 38px;
    font-weight: 600;
    padding: 0;
    margin: 0px 0px 20px 0px;
    width: 100%;
    text-align: center;
}

.domainpage-topsection .col-xl-8 p,
.domainpage-topsection .col-xl-10 p{
    padding: 0;
    margin: 0px 0px 35px 0px;
    text-align: center;
}

.domainpage-topsection{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 100px;
    background: var(--LightBgColor);
    position: relative;
    overflow: hidden;
}

.domainpage-topsection .container-fluid{
    position: relative;
    z-index: 100;
}

.domainpage-topsection:after{
    width: 630px;
    height: 513px;
    position: absolute;
    right: -140px;
    bottom: 0px;
    content: '';
    background: url(../img/ziconblue.svg) no-repeat;
    background-size: 100%;
    z-index: 0;
    transform: rotate(-20deg);
    opacity: 0.1;
}

.domainpage-topsection .alreadyhave-domain{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 30px 0px 0px 0px;
    font-size: 13px;
    color: var(--textcolor);
}

.domainpage-topsection .alreadyhave-domain a{
    padding: 0px 15px;
    margin: 0;
    background: var(--BlueColor);
    color: var(--whitecolor);
    line-height: 24px;
    display: inline-block;
    border-radius: 14px;
    margin-left: 10px;
}

.domainpage-topsection .alreadyhave-domain a i{
    margin-left: 5px;
    font-size: 11px;
}

.domainpage-topsection .alreadyhave-domain a:hover{
    background: var(--BlueColorDark);
}

.domainpage-topsection .domain-ai-search{
    border: 1px solid var(--whitecolor);
    text-align: center;
    display: block;
    margin-bottom: 40px;
    padding: 12px 12px;
    border-radius: 36px;
    background: var(--whitecolor);
    box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.08);
}

.domainpage-topsection .domain-ai-search .col-xl-6 button{
    width: 100%;
    background: var(--LightBgColor);
    padding: 0px 0px;
    color: var(--BlueColor);
    display: block;
    font-size: 14px;
    line-height: 44px;
    border-radius: 30px;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    transition-duration: 0.3s;
    font-weight: 500;
}

.domainpage-topsection .domain-ai-search .col-xl-6 button i{
    margin-right: 8px;
}

.domainpage-topsection .domain-ai-search .col-xl-6 button:hover{
    background: var(--BlueColorDark);
    color: var(--whitecolor);
}

.domainpage-topsection .domain-ai-search .col-xl-6 button.active{
    background: var(--BlueColorDark);
    color: var(--whitecolor);
}

/*
.domainpage-topsection .domain-ai-search .col-xl-6 .ai-domain{
    background: var(--LightBgColor);
    color: var(--BlueColor);
    font-weight: 500;
}

.domainpage-topsection .domain-ai-search .col-xl-6 .ai-domain:hover{
    color: var(--BlueColorDark);
    background: var(--LightBgColor);
}
*/

.domainextension-wrapper .domainextension-item{
    width: 100%;
    position: relative;
    border: 1px solid var(--Borderlinecolor);
    background: var(--LightBgColorShade);
    display: block;
    border-radius: 10px;
    padding: 25px 25px;
    transition-duration: 0.3s;
}

.domainextension-wrapper .domainextension-item:hover{
    border-color: var(--BlueColor);
}

.domainextension-wrapper .domainextension-item h6{
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    color: var(--whitecolor);
    background: var(--BlueColor);
    line-height: 44px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    transition-duration: 0.3s;
}

.domainextension-wrapper .domainextension-item:hover h6{
    background: var(--BlueColorDark);
}

.domainextension-wrapper .domainextension-item p{
    padding: 0;
    margin: 0;
    position: relative;
    font-size: 15px;
    line-height: 24px;
    min-height: 60px;

}

.domainextension-wrapper .domainextension-item h2{
    width: 100%;
    padding: 0;
    margin: 0px 0px 30px 0px;
    color: var(--headingColor);
    font-weight: 600;
    font-size: 30px;
}

.domainextension-wrapper .domainextension-item h2 font{
    font-weight: 500;
    font-size: 16px;
}

.domainextension-wrapper .domainextension-item h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    color: var(--textcolor);
    font-size: 14px;
    line-height: 30px;
}

.domainextension-wrapper .domainextension-item h4 span{
    background: var(--whitecolor);
    color: var(--BlueColor);
    font-weight: 600;
    line-height: 30px;
    display: inline-block;
    padding: 0px 15px;
    box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    font-size: 13px;
    margin-left: 10px;
}

.domainextension-wrapper .domainextension-item h4 font{
    position: relative;
    padding: 0px 5px;
}

.domainextension-wrapper .domainextension-item h4 font::before{
    width: 100%;
    height: 1px;
    background: var(--textcolor);
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
}

.domainextension-wrapper .domainextension-item .domain-icon{
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.domainextension-wrapper .domainextension-item .domain-icon img{
    width: auto;
    height: 50px;
}

.domainextension-wrapper .innerpage-heading{
    font-size: 48px;
    font-weight: 300;
    padding: 0;
    margin: 0px 0px 30px 0px;
    text-align: center;
}

.domainextension-wrapper  .col-xl-3{
    margin-top: 12px;
    margin-bottom: 12px;
}

.domainextension-wrapper {
    width: 100%;
    margin-top: 120px;
}


.onlinesucess-wrapper{
    width: 100%;
    background: var(--headingColor);
    margin-top: 0px;
    position: relative;
    padding: 90px 0px;
}

.onlinesucess-wrapper h2{
    font-size: 48px;
    font-weight: 300;
    padding: 0px 0px;
    margin: 0px 0px 30px 0px;
    color: var(--whitecolor);
}

.onlinesucess-wrapper .col-lg-3 .onlinesucess-item{
    width: 100%;
    display: block;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 25px 25px;
}

.onlinesucess-wrapper .col-lg-3 .onlinesucess-item span{
    display: block;
    margin-bottom: 35px;
}

.onlinesucess-wrapper .col-lg-3 .onlinesucess-item span img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.onlinesucess-wrapper .col-lg-3 p{
    padding: 0;
    margin: 0;
    color: var(--darktextcolor);
    line-height: 26px;
}

.onlinesucess-wrapper .col-lg-3 h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    color: var(--whitecolor);
    font-size: 22px;
    font-weight: 300;
}

.faqsection-wrap{
    width: 100%;
    margin-top: 120px;
    margin-bottom: 120px;
}

.faqsection-wrap h2{
    font-size: 48px;
    font-weight: 300;
    padding: 0;
    margin: 0px 0px 30px 0px;
    text-align: center;
}

.faqsection-wrap .accordion-body{
    padding: 30px 20px;
}

.faqsection-wrap .accordion-body ul li{
    color: var(--textcolor);
    margin: 5px 0px;
}

.faqsection-wrap .accordion-body p:last-child{
    margin-bottom: 0px;
}

.faqsection-wrap .accordion-button{
    padding: 20px 20px;
    box-shadow: none;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    color: var(--headingColor);
}

.accordion-button:not(.collapsed){
    color: var(--BlueColor);
    background: var(--LightBgColor);
}

.easytransfer-wrap{
    width: 100%;
    padding: 40px;
    background: var(--LightBgColor);
    border-radius: 20px;
    margin-top: 100px;
}

.easytransfer-wrap .col-xl-6 a{
    background: var(--headingColor);
    color: var(--whitecolor);
    padding: 0px 20px;
    font-size: 14px;
    line-height: 42px;
    display: inline-block;
    min-width: 190px;
    text-align: center;
    border-radius: 25px;
    transition-duration: 0.3s;
}

.easytransfer-wrap .col-xl-6 a:hover{
    background: var(--BlueColor);
}

.easytransfer-wrap .col-xl-6 p{
    width: 100%;
    padding: 0px;
    margin: 0px 0px 50px 0px;
}

.easytransfer-wrap .col-xl-6 h2{
    font-size: 40px;
    font-weight: 300;
    padding: 0;
    margin: 0px 0px 20px 0px;
}

.easytransfer-wrap .col-xl-6 img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.easytransfer-wrap .col-xl-6 .domain-middlealign{
    width: 100%;
    display: table;
    height: 100%;
}

.easytransfer-wrap .col-xl-6 .domain-middlealign span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.whybuy-domainname{
    width: 100%;
    background: var(--LightBgColor);
    margin-top: 110px;
    padding: 100px 0px;
}

.whybuy-domainname .whydomain-item{
    width: 100%;
    background: var(--whitecolor);
    border-radius: 15px;
    padding: 40px 35px;
    margin: 12px 0px;
}

.whybuy-domainname .whydomain-item p{
    padding: 0;
    margin: 0;
}

.whybuy-domainname .whydomain-item h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 12px 0px;
    color: var(--headingColor);
    font-size: 20px;
}

.whybuy-domainname .heading-style{
    width: 100%;
    margin-bottom: 45px;
}

.whybuy-domainname .heading-style h2{
    font-size: 48px;
    font-weight: 300;
    padding: 0;
    margin: 0px 0px 10px 0px;
    text-align: center;
    color: var(--headingColor);
}

.whybuy-domainname .heading-style p{
    text-align: center;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

.whybuy-domainname .whydomain-item span{
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.whybuy-domainname .whydomain-item span img{
    width: auto;
    height: 75px;
    display: inline-block;
}


.innerpage-banner-wrapper {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
    margin-top: 64px;
    min-height: auto;
}

.innerpage-banner-wrapper .bannerbutton-con{
    width: 100%;
    display: block;
    position: relative;
    margin-top: 0px;
}

.innerpage-banner-wrapper .bannerbutton-con .claim-btn{
    min-width: 180px;
    background: var(--BlueColor);
    border: 1px solid var(--BlueColor);
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    color: var(--whitecolor);
    display: inline-block;
    padding: 0;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
}

.innerpage-banner-wrapper .bannerbutton-con .countdown-timer,
.workspace-banner-wrapper .bannerbutton-con .countdown-timer{
    min-width: 180px;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    color: var(--headingColor);
    border: 1px solid var(--headingColor);
    display: inline-block;
    margin-left: 20px;
    font-size: 15px;
    font-weight: 500;
    box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.04);
}

.innerpage-banner-wrapper .bannerbutton-con .countdown-timer font,
.workspace-banner-wrapper .bannerbutton-con .countdown-timer font{
    padding: 0px 3px;
}

.innerpage-banner-wrapper .bannerbutton-con .claim-btn:hover{
    background: var(--BlueColorDark);
    border-color: var(--BlueColorDark);
}

.innerpage-banner-wrapper  .moneyback,
.workspace-banner-wrapper .moneyback{
    width: 100%;
    padding: 0;
    margin: 15px 0px 0px 0px;
    font-size: 14px;
}

.innerpage-banner-wrapper  .moneyback i,
.workspace-banner-wrapper .moneyback i{
    margin-right: 5px;
    color: var(--Greencolor);
}

.innerpage-banner-wrapper h2{
    font-size: 44px;
    font-weight: 300;
    padding: 0;
    margin: 0px 0px 20px 0px;
    text-align: left;
}

.innerpage-banner-wrapper h6,
.workspace-banner-wrapper h6{
    width: 100%;
    padding: 0;
    margin: 0px 0px 5px 0px;
    color: var(--BlueColor);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.innerpage-banner-wrapper ul{
    width: 100%;
    padding: 0;
    margin: 0px 0px 25px 0px;
}

.innerpage-banner-wrapper ul li{
    list-style: none;
    padding: 0px 0px 0px 25px;
    margin: 6px 0px;
    position: relative;
    color: var(--textcolor);
    font-size: 15px;
    font-weight: 500;
}

.innerpage-banner-wrapper ul li i{
    position: absolute;
    left: 0px;
    top: 4px;
    color: var(--Greencolor);
}

.innerpage-banner-wrapper h3,
.workspace-banner-wrapper h3 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 25px 0px;
    color: var(--headingColor);
    font-weight: 600;
    font-size: 38px;
}

.innerpage-banner-wrapper h3 font,
.workspace-banner-wrapper h3 font{
    font-size: 18px;
    font-weight: 500;
}




.hosting-plan-item{
    width: 100%;
    position: relative;
    border: 1px solid var(--Borderlinecolor);
    background: var(--whitecolor);
    display: block;
    border-radius: 10px;
    padding: 0px 25px;
    transition-duration: 0.3s;
}



.hosting-plan-item .planbox-pricearea a.buybutton{
    width: 100%;
    padding: 0;
    margin: 30px 0px 0px 0px;
    text-align: center;
    color: var(--whitecolor);
    background: var(--BlueColor);
    line-height: 44px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    transition-duration: 0.3s;
    display: block;
}

.hosting-plan-item .planbox-pricearea a.buybutton:hover{
    background: var(--BlueColorDark);
}

.hosting-plan-item .planbox-pricearea .contact-sales-btn{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 15px 0px 0px 0px;
    font-size: 13px;
    color: var(--textcolor);
}

.hosting-plan-item .planbox-pricearea .contact-sales-btn a{
    color: var(--textcolor);
    text-decoration: none;
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.hosting-plan-item .planbox-pricearea .contact-sales-btn a:hover{
    color: var(--headingColor);
}

.hosting-plan-item .planbox-pricearea p{
    padding: 0;
    margin: 0px 0px 5px 0px;
    font-size: 14px;
    line-height: normal;
}

.hosting-plan-item .planbox-pricearea h2{
    width: 100%;
    padding: 0;
    margin: 0px 0px 30px 0px;
    color: var(--headingColor);
    font-weight: 600;
    font-size: 30px;
}

.hosting-plan-item .planbox-pricearea h2 font{
    font-weight: 500;
    font-size: 16px;
}

.hosting-plan-item .planbox-pricearea h4{
    width: 100%;
    padding: 0;
    margin: 35px 0px 20px 0px;
    color: var(--headingColor);
    font-size: 24px;
    font-weight: 500;
}

.hosting-plan-item .planbox-pricearea h6{
    width: 100%;
    padding: 0px 0px;
    margin: 0px 0px 10px 0px;
    position: relative;
    text-align: left;
    font-size: 13px;
    display: block;
    color: var(--textcolor);
    border: none;
    border-radius: 5px;
}

.hosting-plan-item .planbox-pricearea h6 b{
    background: var(--LightBgColor);
    display: inline-block;
    padding: 8px 20px;
    border-radius: 4px;
}

.hosting-plan-item .planbox-pricearea .plaboxoffer{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

.hosting-plan-item .planbox-pricearea .plaboxoffer span{
    background: var(--Greencolor);
    color: var(--whitecolor);
    display: inline-block;
    padding: 5px 8px;
    border-radius: 4px;
}

.hosting-plan-item .planbox-pricearea .planpara-text{
    width: 100%;
    padding: 0;
    margin: 4px 0px 15px 0px;
    font-size: 14px;
}

.hosting-plan-item ul{
    width: 100%;
    padding: 0;
    margin: 0;
}

.hosting-plan-item ul li{
    list-style: none;
    padding: 0px 0px 0px 22px;
    margin: 6px 0px;
    color: var(--textcolor);
    font-size: 14px;
    position: relative;
}

.hosting-plan-item ul li a {
    color: var(--textcolor);
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px; 
}

.hosting-plan-item ul li i{
    position: absolute;
    left: 0px;
    top: 3px;
}

.hosting-plan-item ul li b{
    font-weight: 600;
}

.hosting-plan-item ul li .fa-times{
    color: #ff0000;
}

.hosting-plan-item ul li .fa-check{
    color: #008000;
}

.hosting-plan-item h5{
    width: 100%;
    padding: 0;
    margin: 40px 0px 10px 0px;
    color: var(--BlueColor);
    font-size: 15px;
    font-weight: 500;
}

.hosting-plan-item .features-btn{
    width: 100%;
    padding: 0;
    margin: 20px 0px 0px 0px;
    border: none;
    outline: none;
    background: none;
    color: var(--textcolor);
    font-size: 14px;
    font-weight: 500;
    display: block;
    line-height: 45px;
    transition-duration: 0.3s;
}

.hosting-plan-item .features-btn:hover{
    color: var(--BlueColor);
}

.webhosting-wrapper{
    width: 100%;
    margin-top: 0px;
    background: var(--LightBgColor);
    padding: 100px 0px;
}

.webhosting-wrapper .heading-text {
    width: 100%;
    margin-bottom: 45px;
}

.webhosting-wrapper .heading-text h2{
    font-size: 48px;
    font-weight: 300;
    padding: 0;
    margin: 0px 0px 12px 0px;
    text-align: center;
}

.webhosting-wrapper .heading-text p{
    text-align: center;
    padding: 0;
    margin: 0;
}

.moneyback-guarantee{
    width: 100%;
    background: var(--BlueColor);
    border-radius: 15px;
    margin-top: 100px;
    padding: 45px 60px;
}

.moneyback-guarantee .riskfree-wrap{
    width: 100%;
    height: 100%;
    display: table;
}

.moneyback-guarantee .riskfree-wrap span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.moneyback-guarantee .riskfree-wrap span p{
    padding: 0;
    margin: 0;
    color: var(--whitecolor);
    opacity: 0.7;
}

.moneyback-guarantee .riskfree-wrap span h3{
    font-size: 32px;
    font-weight: 300;
    padding: 0;
    margin: 0px 0px 15px 0px;
    text-align: left;
    color: var(--whitecolor);
}

.moneyback-guarantee .col-xl-3 img{
    width: 75%;
    height: auto;
}

.success-stories-wrap{
    width: 100%;
    position: relative;
    margin-top: 120px;
}

.success-stories-wrap h2{
    font-size: 48px;
    font-weight: 300;
    padding: 0;
    margin: 0px 0px 30px 0px;
    text-align: center;
}

.success-stories-wrap .testimonials-item{
    width: 100%;
    position: relative;
    border: 1px solid var(--Borderlinecolor);
    background: var(--LightBgColorShade);
    display: block;
    border-radius: 10px;
    padding: 25px 25px;
    transition-duration: 0.3s;
}

.success-stories-wrap .testimonials-item img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.success-stories-wrap .testimonials-item a{
    width: 100%;
    padding: 0;
    margin: 0px 0px 0px 0px;
    border: none;
    outline: none;
    background: none;
    color: var(--textcolor);
    font-size: 14px;
    font-weight: 500;
    display: block;
    line-height: normal;
    transition-duration: 0.3s;
    text-align: left;
}

.success-stories-wrap .testimonials-item a:hover{
    color: var(--BlueColor);
}

.success-stories-wrap .testimonials-item p{
    padding: 0;
    margin: 0px 0px 0px 0px;
    font-weight: 500;
    line-height: 26px;
    color: var(--textcolor);
}

.success-stories-wrap .testimonials-item span{
    width: 100%;
    display: block;
    min-height: 110px;
}

.success-stories-wrap .testimonials-item .star-con{
    width: 100%;
    display: block;
    position: relative;
    margin: 20px 0px 20px 0px;
}

.success-stories-wrap .testimonials-item .star-con img{
    width: 17px;
    height: 17px;
    object-fit: cover;
    display: inline-block;
    border-radius: 3px;
}

.sucessstories-scroll {
    margin-left: -12px;
    margin-right: -12px;
}

.sucessstories-scroll .col-xl-3{
    padding-left: 12px;
    padding-right: 12px;
}

.cpanelcertified-wrapper{
    width: 100%;
    background: var(--headingColor);
    margin-top: 110px;
    padding: 90px 0px;
}

.cpanelcertified-wrapper .col-xl-6 img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.cpanelcertified-wrapper .col-xl-6 h2{
    font-size: 40px;
    font-weight: 300;
    padding: 0;
    margin: 0px 0px 30px 0px;
    text-align: left;
    color: var(--whitecolor);
}

.cpanelcertified-wrapper .col-xl-6 p{
    padding: 0;
    margin: 0;
    color: var(--darktextcolor);
}

.cpanelcertified-wrapper .col-xl-6 .cpanel-content-con{
    width: 100%;
    height: 100%;
    display: table;
}

.cpanelcertified-wrapper .col-xl-6 .cpanel-content-con span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}



.hostingplans-scroll{
    margin-left: -12px;
    margin-right: -12px;
}

.hostingplans-scroll .col-xl-3{
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    padding-top: 20px;
}



.webhosting-wrapper .recommended::before{
    width: 140px;
    height: auto;
    background: #049564;
    content: 'Best Value';
    position: absolute;
    left: 50%;
    margin-left: -70px;
    top: 0px;
    border-radius: 4px;
    line-height: 36px;
    text-align: center;
    color: var(--whitecolor);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    padding-top: 0px;
    z-index: 10;
}

.popular-apps-wrapper{

    width: 100%;
    background: var(--LightBgColor);
    border-radius: 15px;
    margin-top: 80px;
    text-align: center;
    padding: 80px 60px;
}

.popular-apps-wrapper h2{
    font-size: 48px;
    font-weight: 300;
    padding: 0;
    margin: 0px 0px 15px 0px;
    text-align: center;
}

.popular-apps-wrapper p{
    padding: 0;
    margin: 0px 0px 45px 0px;
}

.popular-apps-wrapper .appsitem-div{
    width: 100%;
    height: 120px;
    background: var(--whitecolor);
    border-radius: 10px;
    text-align: center;
    display: table;
}

.popular-apps-wrapper .appsitem-div span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.applogos-scroll{
    margin-left: -12px;
    margin-right: -12px;
}

.applogos-scroll .col-xl-3{
    padding-left: 12px;
    padding-right: 12px;
}

.applogos-scroll .col-xl-3 img{
    max-width: 90%;
    max-height: 75px;
    object-fit: contain;
    display: inline-block;
}

.popular-apps-wrapper img{
    width: 100%;
    height: auto;
}

.whychoose-hosting-wrap{
    width: 100%;
    margin-top: 110px;
}

.whychoose-hosting-wrap .col-xl-2,
.whychoose-hosting-wrap .col-xl-5,
.whychoose-hosting-wrap .col-xl-3,
.whychoose-hosting-wrap .col-xl-4,
.whychoose-hosting-wrap .col-xl-8{
    margin-top: 12px;
    margin-bottom: 12px;
}

.whychoose-hosting-wrap p{
    padding: 0px;
    margin: 0px;
}

.whychoose-middlealign{
    width: 100%;
    background: var(--LightBgColorShade);
    border-radius: 15px;
    display: table;
    min-height: 280px;
    padding: 0px 0px;
}

.whychoose-middlealign span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.whychoose-middlealign span h4{
    width: 100%;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    color: var(--headingColor);
    font-size: 20px;
}

.whychoose-hosting-wrap .freewebsite-migration{
    padding: 0px 45px;
    background: var(--BlueColor);
    border-radius: 15px;
}

.whychoose-hosting-wrap .freewebsite-migration h4{
    color: var(--whitecolor);
}

.whychoose-hosting-wrap .freewebsite-migration p{
    color: var(--whitecolor);
    opacity: 0.7;
}

.whychoose-hosting-wrap .freewebsite-migration a{
    background: var(--whitecolor);
    color: var(--BlueColor);
    padding: 0px 20px;
    font-size: 14px;
    line-height: 42px;
    display: inline-block;
    min-width: 170px;
    text-align: center;
    border-radius: 25px;
    transition-duration: 0.3s;
    font-weight: 500;
    margin-top: 25px;
}

.whychoose-hosting-wrap .freewebsite-migration .whychoose-middlealign{
    background: none;
}

.whychoose-hosting-wrap .freewebsite-migration .col-xl-4,
.whychoose-hosting-wrap .freewebsite-migration .col-xl-8{
    margin-top: 0px;
    margin-bottom: 0px;
}

.freewebsite-migration .sitemigration-img{
    text-align: center;
}

.whychoose-middlealign.malware-protection{
    background: var(--headingColor);
    text-align: center;
    padding: 0px 45px;
}

.whychoose-middlealign.malware-protection img{
    width: auto;
    height: 90px;
    position: relative;
    margin-bottom: 20px;
    animation: 4s linear 0s infinite normal none running hosting-anim;
}

@keyframes hosting-anim {
    0% {
        top: -15px;
    }

   
    25% {
        top: 0px;
    }

    75% {
        top: 0px;
    }

    
    100% {
        top: -15px;
    }
}

.whychoose-middlealign.malware-protection h4{
    color: var(--whitecolor);
    margin: 0px 0px 0px 0px;
}

.whychoose-middlealign.getonline-minutes{
    padding: 0px 45px;
    background: var(--LightBgColor);
}

.whychoose-middlealign.control-panel{
    border: 1px solid var(--Borderlinecolor);
    background: var(--LightBgColorShade);
    padding: 0px 45px;
}

.whychoose-middlealign.latest-php-mysql{
    border: 1px solid var(--Borderlinecolor);
    background: none;
    padding: 0px 45px;
}

.whychoose-middlealign.secure-email-accounts{
    padding: 0px 45px;
    background: var(--LightBgColor);
}

.whychoose-middlealign.ssl-certificate{
    padding: 0px 45px;
    background: var(--LightBgColor);
}

.whychoose-middlealign.onclick-appinstall{
    background: var(--BlueColor);
    text-align: center;
    padding: 0px 20px;
}

.whychoose-middlealign.onclick-appinstall h4{
    color: var(--whitecolor);
    margin: 0px 0px 0px 0px;
    font-size: 18px;
}

.whychoose-middlealign.onclick-appinstall img{
    width: auto;
    height: 90px;
    position: relative;
    margin-bottom: 20px;
    animation: hosting-anim2 4s linear 1s infinite;
}

@keyframes hosting-anim2 {
    0% {
        top: -15px;
    }

   
    25% {
        top: 0px;
    }

    75% {
        top: 0px;
    }

    
    100% {
        top: -15px;
    }
}

.hosting-plan-item .workspace-planbox-list{
    min-height: 450px;
}

.gsuite-security ul{
    width: 100%;
    padding: 0px 0px;
    margin: 0px 0px;
}

.gsuite-security ul li{
    color: var(--darktextcolor);
    list-style: none;
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 12px 0px;
    position: relative;
}

.gsuite-security ul li:last-child{
    margin-bottom: 0px;
}

.gsuite-security ul li i{
    position: absolute;
    left: 0px;
    top: 4px;
}


.workspacescrolldiv .workspaceitem-con{
    width: 100%;
    position: relative;
    border: 1px solid var(--Borderlinecolor);
    background: var(--LightBgColorShade);
    display: block;
    border-radius: 10px;
    padding: 30px 20px 20px 20px;
    transition-duration: 0.3s;
    text-align: center;
    min-height: 260px;
}

.workspacescrolldiv{
    margin-left: -8px;
    margin-right: -8px;
}

.workspacescrolldiv .col-lg-3{
    padding-left: 8px;
    padding-right: 8px;
}

.workspacescrolldiv .workspaceitem-con p{
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 24px;
}

.workspacescrolldiv .workspaceitem-con span{
    width: 100%;
    text-align: center;
    display: block;
}

.workspacescrolldiv .workspaceitem-con span img{
    width: auto;
    height: 75px;
    display: inline-block;
}

.workspacescrolldiv .workspaceitem-con h6{
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    margin: 12px 0px 8px 0px;
}

.gsuitelist-wrapper{
    width: 100%;
    margin-top: 120px;
}

.gsuitelist-wrapper .gsuite-list-heading h2{
    font-size: 48px;
    font-weight: 300;
    padding: 0;
    margin: 0px 0px 10px 0px;
    text-align: center;
}

.gsuitelist-wrapper .gsuite-list-heading  p{
    text-align: center;
}

.gsuitelist-wrapper .gsuite-list-heading{
    margin-bottom: 45px;
}

.whychoose-workspace .col-xl-3 .whydomain-item{
    min-height: 290px;
}

.hostingplans-scroll .hosting-plan-item select{
    width: 100%;
    padding: 12px 0px;
    margin: 0px 0px 10px 0px;
    position: relative;
    text-align: center;
    font-size: 14px;
    display: block;
    color: var(--textcolor);
    border: 1px dashed rgba(3, 33, 74, 0.4);
    border-radius: 5px;
    background: none;
    transition-duration: 0.3s;
    outline: none !important;
    box-shadow:  none !important;
}

.hostingplans-scroll .hosting-plan-item select:focus{
    border-color: var(--BlueColor);
}

.googleworkspace-wrapper{
    width: 100%;
    background: var(--headingColor);
    border-radius: 15px;
    margin-top: 100px;
    text-align: left;
    padding: 80px 60px;
}

.googleworkspace-wrapper h2{
    font-size: 36px;
    font-weight: 300;
    padding: 0;
    margin: 0px 0px 20px 0px;
    color: var(--whitecolor);
}

.googleworkspace-wrapper p{
    color: var(--darktextcolor);
}

.googleworkspace-wrapper img{
    width: 100%;
    height: auto;
}

.googleworkspace-wrapper .workspace-align{
    width: 100%;
    display: table;
    height: 100%;
}

.googleworkspace-wrapper .workspace-align span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.googleworkspace-wrapper .workspace-align span a{
    background: var(--BlueColor);
    color: var(--whitecolor);
    padding: 0px 20px;
    font-size: 14px;
    line-height: 42px;
    display: inline-block;
    min-width: 190px;
    text-align: center;
    border-radius: 25px;
    transition-duration: 0.3s;
    margin-top: 25px;
}

.googleworkspace-wrapper .workspace-align span a:hover{
    background: var(--BlueColorDark);
}

.domian-promo-mostpopular{
    background: var(--LightBgColor);
    margin-top: 0px;
    padding: 100px 0px 90px 0px;
}

.domian-promo-mostpopular .domainextension-item{
    background: var(--whitecolor);
}

.sslcertificate-planbox .hosting-plan-item ul{
    margin-bottom: 40px;
}

.ssl-item-wrapper{
    width: 100%;
    background: var(--headingColor);
    padding: 60px 45px;
    margin: 0px 0px 0px 0px;
    border-radius: 15px;
}

.ssl-item-wrapper ul{
    width: 100%;
    padding: 0;
    margin: 0px 0px 0px 0px;
}

.ssl-item-wrapper ul li{
    width: 100%;
    padding: 0px 0px 0px 24px;
    margin: 0px 0px 10px 0px;
    list-style: none;
    position: relative;
    color: var(--darktextcolor);
}

.ssl-item-wrapper ul li i{
    position: absolute;
    left: 0px;
    top: 4px;
}

.ssl-item-wrapper ul li:last-child{
    margin-bottom: 0px;
}

.withor-withoutssl{
    margin-top: 50px;
}

.withor-withoutssl .col-xl-6:first-child ul li i{
    color: var(--RedColor);
}

.withor-withoutssl .col-xl-6:last-child ul li i{
    color: var(--Greencolor);
}

.withor-withoutssl h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    color: var(--whitecolor);
    font-size: 22px;
}

.withor-withoutssl span{
    width: 100%;
    display: block;
    margin-bottom: 35px;
}

.withor-withoutssl span img{
    width: auto;
    height: 72px;
}

.microsoft-softwares .domainextension-item h5{
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px ;
    color: var(--headingColor);
    font-size: 20px;
}


.microsoft-softwares .domainextension-item div{
    width: 100%;
    display: block;
    min-height: 180px;
}

.microsoft-planbox .col-xl-3 .hosting-plan-item{
    min-height: 560px;
}

.viewmore-button-con{
    width: auto;
    background: rgba(25, 108, 233, 0.1);
    color: var(--BlueColor);
    font-size: 14px;
    display: inline-block;
    border: none;
    font-weight: 500;
    padding: 10px 40px;
    border-radius: 20px;
    margin-top: 15px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    transition-duration: 0.3s;
    outline: none;
    box-shadow: none;
}

.viewmore-button-con:hover{
    background: var(--BlueColor);
    color: #fff;
}

.transferdomain-input span{
    width: 100%;
    display: block;
    position: relative;
}

.transferdomain-input span input{
    width: 100%;
    border-radius: 5px;
    border: 1px solid var(--Borderlinecolor);
    background: var(--LightBgColorShade);
    height: 70px;
    transition-duration: 0.3s;
    font-size: 18px;
    color: var(--textcolor);
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;
    transition-duration: 0.3s;
    outline: none;
    box-shadow: none;
}

.transferdomain-input span input:focus{
    border: 1px solid var(--BlueColor) !important;
}

.transferdomain-input .col-md-3 button{
    position: relative;
    z-index: 100;
    background: var(--BlueColor);
    border-radius: 5px;
    border: none;
    outline: none;
    color: var(--whitecolor);
    font-size: 15px;
    height: 50px;
    width: 100%;
    transition-duration: 0.3s;
    margin-top: 20px;
}

.transferdomain-input .col-md-3 button i{
    margin-right: 5px;
}

.transferdomain-input .col-md-3 button:hover{
    background: var(--BlueColorDark);
}

.transferdomain-input .transfer-left span input{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 1px solid transparent;
    padding-left: 60px;
}

.transferdomain-input .transfer-left span:after{
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0px;
    height: 100%;
    content: '';
    background: var(--Borderlinecolor);
    z-index: 10;
}

.transferdomain-input .transfer-left span i{
    position: absolute;
    left: 20px;
    top: 23px;
    color: #99a6b8;
    font-size: 24px;
}

.transferdomain-input .transfer-right span input{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 1px solid transparent;
}

.moreapps-oneplace{
    width: 100%;
    display: block;
    margin-top: 120px;
}

.moreapps-oneplace h2{
    font-size: 48px;
    font-weight: 300;
    padding: 0;
    margin: 0px 0px 12px 0px;
    text-align: center;
}

.moreapps-oneplace p{
    text-align: center;
    padding: 0;
    margin: 0;
}

.moreapps-oneplace span{
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 30px;
}

.moreapps-oneplace span img{
    width: auto;
    display: inline-block;
    height: 100px;
}

.microsoft-services-wrap{
    width: 100%;
    margin-top: 120px;
}

.microsoft-services-wrap .microfost-aiassistant{
    width: 100%;
    background: var(--LightBgColor);
    border-radius: 10px;
    padding: 0px 40px;
}

.microsoft-middlealign{
    width: 100%;
    min-height: 400px;
    display: table;
}

.microsoft-services-wrap .col-lg-4,
.microsoft-services-wrap .col-lg-8,
.microsoft-services-wrap .col-lg-7,
.microsoft-services-wrap .col-lg-5,
.microsoft-services-wrap .col-lg-3{
    margin-top: 12px;
    margin-bottom: 12px;
}

.microsoft-services-wrap .col-lg-8 .col-lg-5,
.microsoft-services-wrap .col-lg-8 .col-lg-7{
    margin-top: 0px;
    margin-bottom: 0px;
}

.microsoft-middlealign .microsoft-center-align{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.microsoft-middlealign p{
    padding: 0;
    margin: 0;
}

.microsoft-middlealign h4{
    width: 100%;
    padding: 0px;
    margin: 0px 0px 15px 0px;
    color: var(--headingColor);
    font-size: 24px;
}

.microsoft-middlealign img{
    width: 100%;
    height: auto;
}

.create-anywhere-anytime{
    background: var(--BlueColor);
    border-radius: 10px;
    text-align: center;
    padding: 0px 40px;
}

.create-anywhere-anytime h4{
    color: var(--whitecolor);
}

.create-anywhere-anytime p{
    color: var(--whitecolor);
    opacity: 0.7;
}

.contentyour-microsoft{
    background: var(--LightBgColor);
    border-radius: 10px;
    text-align: center;
    padding: 0px 40px;
    width: 100%;
    min-height: 480px;
    display: block;
}

.contentyour-microsoft span{
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.contentyour-microsoft span img{
    width: auto;
    height: 200px;
    display: inline-block;
}

.worktogether-better{
    min-height: 480px;
    background: var(--headingColor);
    border-radius: 10px;
    text-align: center;
    padding: 0px 40px;
}

.worktogether-better h4{
    color: var(--whitecolor);
}

.worktogether-better p{
    color: var(--darktextcolor);
    padding: 0;
    margin: 0;
}

.worktogether-better span{
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.worktogether-better img{
    height: 180px;
    width: auto;
}

.zohowhychoose-wrap{
    width: 100%;
    background: var(--headingColor);
    padding: 90px 0px 90px 0px;
    position: relative;
}

.zohowhychoose-wrap .zoho-whychoose-item{
    width: 100%;
    display: block;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 25px 25px;
    min-height: 275px;
}

.zohowhychoose-wrap .zoho-whychoose-item h4 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    color: var(--whitecolor);
    font-size: 22px;
    font-weight: 300;
}

.zohowhychoose-wrap .zoho-whychoose-item p {
    padding: 0;
    margin: 0;
    color: var(--darktextcolor);
    line-height: 26px;
}

.zohowhychoose-wrap .zoho-whychoose-item span{
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.zohowhychoose-wrap .zoho-whychoose-item span img{
    width: auto;
    height: 80px;
    object-fit: cover;
}


/***right **/


.rightside-cart{
    width: 510px;
    height: 100vh;
    position: fixed;
    right: -530px;
    bottom: 0px;
    background: #fff;
    z-index: 1050;
    transition-duration: 0.3s;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);

}

.rightside-cart .continue-shopping{
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    height: 45px;
    border-radius: 3px;
    background: none;
    border: 1px solid var(--textcolor);
    font-weight: 500;
    font-size: 15px;
    transition-duration: 0.3s;
    color: var(--TextColor);
}

.rightside-cart .continue-shopping:hover{
    color: var(--BlueColor);
    border-color: var(--BlueColor);
}

.rightside-cart .goto-cart{
    width: 100%;
    padding: 0;
    margin: 0;

    position: relative;
    width: 100%;
    height: 45px;
    border-radius: 3px;
    background: var(--BlueColor);
    border: 1px solid var(--BlueColor);
    line-height: 45px;
    color: #fff;
    transition-duration: 0.3s;
    
}

.rightside-cart .goto-cart:hover{
    background: var(--BlueColorDark);
    border-color: var(--BlueColorDark);
}

.rightside-cart .cart-footer{
    width: 510px;
    position: fixed;
    padding: 0px 20px;
    right: -530px;
    bottom: 20px;
    transition-duration: 0.3s;
}

.rightside-cart .cart-footer h4{
    width: 100%;
    text-align: right;
    padding: 0;
    margin: 0px 0px 20px 0px;
    font-size: 20px;
}

.rightside-cart .closebutton{
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    outline: none;
    background: var(--LightBgColor);
    transition-duration: 0.3s;
    font-size: 14px;
}

.rightside-cart .closebutton:hover{
    background: var(--BlueColor);
    color: #fff;
}

.rightside-cart .carttitle{
    width: 100%;
    padding: 0px 20px;
    margin: 40px 0px 0px 0px;
    font-weight: 600;
    font-size: 20px;
}

.rightside-cart .cart-listwrapper{
    position: relative;
    padding: 0px 20px;
    max-height: calc(100vh - 210px);
    background: none;
    overflow: scroll;
    margin-top: 10px;
}

.rightside-cart .cart-listwrapper::-webkit-scrollbar {
    width: 4px;
    height: 0
}

.rightside-cart .cart-listwrapper::-webkit-scrollbar-track {
    border-radius: 0
}

.rightside-cart .cart-listwrapper::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: var(--BlueColor);
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.rightside-cart .cart-listwrapper::-webkit-scrollbar-thumb:hover {
    background-color: var(--BlueColorDark)
}

.rightside-cart .cart-listitem{
    width: 100%;
    position: relative;
    padding: 0px 0px;
    border: 1px dashed var(--Borderlinecolor);
    margin: 10px 0px;

}

.rightside-cart .cart-listitem .domain-section h4{
    width: 100%;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 4px 0px;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    color: var(--BlueColor);
}

.rightside-cart .cart-listitem .domain-section h4 i{
    font-size: 14px;
    position: absolute;
    left: 0px;
    top: 3px;
}

.rightside-cart .cart-listitem .fulldomain-protection{
    width: 100%;
    border-top: 1px dashed var(--Borderlinecolor);
    position: relative;
    padding: 20px 15px 20px 60px;
}

.rightside-cart .cart-listitem .fulldomain-protection ul{
    width: 100%;
    padding: 0px 0px 0px 18px;
    margin: 0px;
}

.rightside-cart .cart-listitem .fulldomain-protection ul li{
    font-size: 14px;
    line-height: 18px;
    color: var(--LightTextColor);
    padding: 0;
    margin: 4px 0px 0px 0px;
}

.rightside-cart .cart-listitem .fulldomain-protection  h4{
    width: 100%;
    padding: 0px 115px 0px 0px;
    margin: 0px 0px 10px 0px;
    font-size: 16px;
    color: var(--headingColor);
    font-weight: 600;
    position: relative;
}

.rightside-cart .cart-listitem .fulldomain-protection  h4 i{
    font-size: 13px;
    color: var(--TextColor);
    margin-right: 5px;
}

.rightside-cart .cart-listitem .fulldomain-protection  h4 span{
    position: absolute;
    top: 0px;
    right: 0px;
}

.rightside-cart .cart-listitem .fulldomain-protection .custom-switch{
    position: absolute;
    left: 15px;
    top: 18px;
}

.rightside-cart .cart-listitem .fulldomain-protection p{
    padding: 0;
    margin: 0;
    color: var(--textcolor);
    font-size: 14px;
}

.rightside-cart .cart-listitem .domain-section{
    width: 100%;
    position: relative;
    padding: 15px 15px;
}

.rightside-cart .cart-listitem .domain-section h6{
    padding: 0;
    margin: 0;
    color: var(--textcolor);
    font-size: 13px;
}

.rightside-cart .cart-listitem .domain-section h5{
    width: 100%;
    padding: 0px 115px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    color: var(--textcolor);
    font-weight: 600;
    position: relative;
}

.rightside-cart .cart-listitem .domain-section h5 span{
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 18px;

}

.rightside-cart .cart-listitem .domain-section .col-6 select{
    width: 100%;
    border: 1px solid var(--Borderlinecolor);
    height: 34px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    color: var(--LightTextColor);
    padding: 0px 8px;
}

.rightside-cart .cart-listitem .domain-section .col-6 select:focus{
    outline: none;
    border-color: var(--BlueColor);
}

.rightside-cart .cart-listitem .domain-section .col-6 h6{
    width: 100%;
    padding: 0;
    margin: 8px 0px 0px 0px;
    text-align: right;
    font-size: 13px;
}

.rightside-cart .cart-listitem .domain-section .col-6 h6 font{
    position: relative;
    padding: 0px 5px;
}

.rightside-cart .cart-listitem .domain-section .col-6 h6 font::before{
    width: 100%;
    height: 1px;
    background: var(--LightTextColor);
    position: absolute;
    left: 0px;
    top: 8px;
    content: '';
    display: inline-block;
    opacity: 0.6;
}

.rightside-cart .cart-listitem .domain-section .col-6 h6 span{
    background: #0fbc57;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 3px;
    display: inline-block;
    margin-left: 10px;
}

.rightside-cart .cart-listitem .domain-section .row{
    margin-bottom: 8px;
    margin-top: 18px;
}

.rightside-cart .cart-listitem .deletebtn{
    width: 35px;
    height: 35px;
    background: none;
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    outline: none;
    font-size: 13px;
    z-index: 100;
    color: var(--TextColor);
    transition-duration: 0.3s;
}

.rightside-cart .cart-listitem .deletebtn:hover{
    color: var(--BlueColor);
}

.backdrope{
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background: #000;
    z-index: 1005;
    height: 0vh;
    opacity: 0;
    transition-duration: 0.3s;
}

.viewcart .backdrope{
    opacity: 0.6;
    height: 100vh;
}

.viewcart .rightside-cart .cart-footer,
.viewcart .rightside-cart{
    right: 0px;
}

body.viewcart {
    overflow: hidden; /* Disable scrolling */
}

.checkout-footer .footer-bottomdiv{
    margin-top: 0px;
    border-top: none;
}

.cartpage-header-div{
    width: 100%;
    background: var(--BlueColor);
    margin-top: 64px;
    padding: 45px 0px;
    text-align: center;
}

.cartpage-header-div h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 0px 0px;
    color: var(--whitecolor);
    font-size: 28px;
}

.cartpage-header-div span{
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.cartpage-header-div span img{
    width: auto;
    height: 80px;
}


.rightsidecart-wrapper{
    position: relative;
    padding: 40px 40px 40px 40px;
    border: none;
    background: none;
    border: 1px solid var(--Borderlinecolor);
    border-radius: 5px;
    display: block;
    width: 100%;
    margin: 0px 0px 0px 0px;
}

.cart-heading{
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0px 0px 15px 0px;
    color: var(--TextColor);
    font-size: 18px;
}

.cart-heading span{
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: var(--BlueColor);
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    margin-right: 5px;
}

.checkout-payments h6{
    width: 100%;
    padding: 0;
    margin: 12px 0px;
    color: var(--textcolor);
    font-weight: normal;
    font-size: 14px;
}

.checkout-payments h6 b{
    float: right;
    font-weight: 500;
}

.checkout-payments h4{
    width: 100%;
    padding: 0;
    margin: 12px 0px 0px;
    color: var(--headingColor);
    font-weight: 500;
    font-size: 18px;
}

.checkout-payments h4 b{
    float: right;
    font-weight: 600;
}

.checkout-payments h5{
    width: 100%;
    padding: 0;
    margin: 0px 0px 12px;
    color: var(--headingColor);
    font-weight: 500;
    font-size: 16px;
}

.checkout-payments h5 b{
    float: right;
    font-weight: 600;
}

.checkout-payments hr{
    width: 100%;
    padding: 0;
    margin: 16px 0px 16px 0px;
    background: none;
    opacity: 1;
    border-bottom: 1px dashed var(--Borderlinecolor);
}

.make-payment-btn{
     position: relative;
    width: 100%;
    height: 50px;
    right: 0px;
    top: 0px;
    border-radius: 3px;
    background: var(--BlueColor);
    line-height: 40px;
    color: #fff;
    transition-duration: 0.3s;
    border: none;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 20px;
}

.make-payment-btn:hover{
    background: var(--BlueColorDark);
}

.rightsidecart-wrapper .formitem-div{
    margin-bottom: 12px;
}

.rightsidecart-wrapper .formitem-div label{
    color: var(--textcolor);
    font-weight: 600;
}

.formitem-div.promocode button{
    position: absolute;
    right: 0px;
    height: 44px;
    bottom: 0px;
    padding: 0px 10px;
    margin: 0;
    border: none;
    outline: none;
    font-size: 13px;
    font-weight: 500;
    color: var(--BlueColor);
    background: none;
}

.rightsidecart-wrapper .formitem-div{
    margin-bottom: 12px;
}

.rightsidecart-wrapper .formitem-div label{
    color: var(--textcolor);
}



.formitem-div{
    width: 100%;
    position: relative;
}

.formitem-div label{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: var(--textcolor);
    font-weight: 500;
}

.formitem-div label b{
    color: var(--RedColor);
    margin-left: 3px;
}

.formitem-div textarea{
    width: 100%;
    height: 140px;
    border-radius: 3px;
    outline: none;
    font-size: 14px;
    padding: 6px 10px 0px 10px;
    border: 1px solid var(--Borderlinecolor);
    transition-duration: 0.3s;
    color: var(--TextColor);
    display: block;
    background: none;
}

.formitem-div input[type=text],
.formitem-div input[type=email],
.formitem-div input[type=date],
.formitem-div input[type=time],
.formitem-div input[type=url],
.formitem-div input[type=number],
.formitem-div input[type=password],
.formitem-div select{
    width: 100%;
    border-radius: 5px;
    border: 1px solid var(--Borderlinecolor);
    background: var(--whitecolor);
    height: 44px;
    transition-duration: 0.3s;
    font-size: 15px;
    color: var(--textcolor);
    font-weight: 400;
    padding: 0px 10px;
}

.formitem-div textarea:focus,
.formitem-div input:focus,
.formitem-div select:focus{
    border-color: var(--BlueColor);
    background: var(--LightBgColorShade);
    outline: none;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(25,108,223,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(25,108,223,0.25);
    box-shadow: 0px 0px 15px 0px rgba(25,108,223,0.25);
}

.formitem-div .checkbox{
    position: relative;
    padding-left: 20px;
}

.formitem-div .checkbox input{
    position: absolute;
    left: 0px;
    top: 3px;
    background: #000 !important;
}

.cart-product-item{
    position: relative;
    padding: 20px 25px 20px 25px;
    border: none;
    background: var(--whitecolor);
    border-radius: 5px;
    border: 1px solid var(--Borderlinecolor);
    display: block;
    width: 100%;
    margin: 0px 0px 15px 0px;
}

.cart-product-item:last-child{
    margin-bottom: 0px;
}

.cart-product-item hr{
    width: 100%;
    padding: 0;
    margin: 16px 0px 16px 0px;
    background: none;
    opacity: 1;
    border-bottom: 1px dashed var(--Borderlinecolor);
}

.cart-product-item .close-btn{
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
    outline: none;
    font-size: 12px;
    width: 32px;
    height: 32px;
    background: var(--LightBgColor);
    color: var(--textcolor);
    border-radius: 50%;
    z-index: 900;
    transition-duration: 0.3s;
}

.cart-product-item .close-btn:hover{
    background: var(--BlueColor);
    color: var(--whitecolor);
}

.cart-product-item .row{
    margin-left: -5px;
    margin-right: -5px;
}

.cart-product-item .col-xl-3{
    padding-left: 5px;
    padding-right: 5px;
}

.cart-product-item select{
    width: auto;
    min-width: 115px;
    height: 34px;
    border: none;
    outline: none;
    padding: 0px 0px 0px 4px;
    margin: 0;
    color: var(--textcolor);
    font-size: 14px;
    text-align: left;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid var(--Borderlinecolor);
    float: left;
}

.cart-product-item select:focus{
    border-color: var(--BlueColor);
}


.select-qty{
    width: auto;
    border: 1px solid var(--Borderlinecolor);
    display: inline-block;
    border-radius: 3px;
    position: relative;
    float: left;
    overflow: hidden;
}

.select-qty input{
    width: 50px;
    height: 32px;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    color: var(--textcolor);
    font-size: 14px;
    text-align: center;
    display: inline-block;
    float: left;
    border-left: 1px solid var(--Borderlinecolor);
    border-right: 1px solid var(--Borderlinecolor);
}

.select-qty button{
    display: inline-block;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 12px;
    float: left;
    background: none;
    color: var(--textcolor);
}

.select-qty button:hover{
    background: var(--BlueColor);
    color: #fff;
}

.cart-product-item .col-xl-3 h5{
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 32px;
    font-size: 14px;
    color: var(--textcolor);
}

.cart-product-item .col-xl-3 h3{
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 32px;
    font-size: 16px;
    font-weight: 600;
}


.select-product-div h4{
    width: 100%;
    padding: 0px 0px 0px 45px;
    margin: 5px 0px 16px 0px;
    font-size: 16px;
    position: relative;
    color: var(--headingColor);
}
.select-product-div h4 img{
    position: absolute;
    left: 0px;
    bottom: 0px;
    margin-bottom: -5px;
    width: auto;
    height: 30px;
}

.cartpage-wrapper{
    margin-top: 100px;
    margin-bottom: 100px;
}


.cartpage-header{
    width: 100%;
    margin-top: 64px;
    background: var(--LightBgColor);
}

.cartpage-header .header-middle-wrap{
    width: 100%;
    height: 120px;
    display: table;
}

.cartpage-header .header-middle-wrap .header-middle-align{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.cartpage-header h6{
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: right;
    font-size: 13px;
    color: var(--textcolor);
}

.cartpage-header h6 i{
    font-size: 12px;
    margin: 0px 10px;
}

.cartpage-header h6 a{
    color: var(--textcolor);
    text-decoration: none;
}

.cartpage-header h6 a:hover{
    color: var(--BlueColorDark);
}

.cartpage-header h6 a.active{
    color: var(--BlueColor);
    font-weight: 600;
}

.cartpage-header h2{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    color: var(--headingColor);
}


.ordersummary-div{
    position: relative;
    padding: 40px 40px 40px 40px;
    border: none;
    background: none;
    border: 1px solid var(--Borderlinecolor);
    border-radius: 5px;
    display: block;
    width: 100%;
    margin: 0px 0px 0px 0px;
}

.ordersummary-div .ordersummary-header{
    width: 100%;
    background: none;
    padding: 15px 20px;
    border: none;
    border-radius: 5px;
    margin-bottom: 30px;

    background: var(--LightBgColor);
}

.ordersummary-div .ordersummary-header h6{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: var(--textcolor);
}

.ordersummary-div .ordersummary-header h3{
    width: 100%;
    padding: 0;
    margin: 0px 0px 4px 0px;
    font-size: 20px;
    font-weight: 600;
    color: var(--headingColor);
}

.ordersummary-div .ordersummary-content{
    width: 100%;
    padding: 0px 0px;
    position: relative;
}

.ordersummary-div .ordersummary-content .checkout-btn{
    position: relative;
    width: 100%;
    height: 50px;
    right: 0px;
    top: 0px;
    border-radius: 3px;
    background: var(--BlueColor);
    line-height: 40px;
    color: #fff;
    transition-duration: 0.3s;
    border: none;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 20px;
}

.ordersummary-div .ordersummary-content .checkout-btn:hover{
    background: var(--BlueColorDark);
}

.ordersummary-div .ordersummary-content h5{
    width: 100%;
    display: inline-block;
    font-size: 16px;
    padding: 0px 110px 0px 0px;
    margin: 0px 0px 15px 0px;
    line-height: normal;
    color: var(--textcolor);
    position: relative;
}

.ordersummary-div .ordersummary-content h5 b{
    color: var(--TextColor);
    position: absolute;
    top: 0px;
    right: 0px;
}

.ordersummary-div .ordersummary-content h4{
    width: 100%;
    display: inline-block;
    font-size: 18px;
    padding: 0px 120px 0px 0px;
    margin: 0px 0px 15px 0px;
    line-height: normal;
    color: var(--headingColor);
    position: relative;
    font-weight: 700;
}

.ordersummary-div .ordersummary-content h4 b{
    color: var(--TextColor);
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: 700;
}

.ordersummary-div .ordersummary-content .apply-promocode{
    width: 100%;
    position: relative;
    margin-top: 20px;
}

.ordersummary-div .ordersummary-content .apply-promocode input{
    width: 100%;
    border-radius: 3px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.15);
    height: 40px;
    transition-duration: 0.3s;
    padding: 0px 95px 0px 10px;
}

.ordersummary-div .ordersummary-content .apply-promocode input:focus{
    border-color: var(--BlueColor);
    outline: none;
    color: var(--LightTextColor);
}

.ordersummary-div .ordersummary-content .apply-promocode button{
    width: 80px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: #f4f8fd;
    border: none;
    outline: none;
    font-weight: 700;
    font-size: 12px;
    color: var(--TextColor);
    border-radius: 3px;
}

.ordersummary-div .ordersummary-content .apply-promocode button:hover{
    background: var(--BlueColor);
    color: #fff;
}

.ordersummary-div .ordersummary-content .promocode{
    width: 100%;
    padding:0px;
    margin: 20px 0px 0px 0px;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--BlueColor);
}

.ordersummary-div .ordersummary-content .alertmessage{
    width: 100%;
    background: var(--whitecolor);
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    border-radius: 3px;
    font-weight: 500;
    padding: 12px 10px;
    margin-top: 20px;
    color: var(--textcolor);
}

.ordersummary-div .promocode-div{
    transition-duration: 0.3s;
    display: none;
    visibility: hidden;
}


.ordersummary-div .promocode-div.viewpromo{
    display: block;
    visibility: visible;
}


.checkout-cart-item{
    width: 100%;
    border-radius: 3px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 25px;
}

.checkout-cart-item:last-child{
    margin-bottom: 0px;
}

.checkout-cart-item .checkout-cart-row{
    width: 100%;
    position: relative;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
    padding: 25px 40px 25px 20px;
}

.checkout-cart-item .checkout-cart-row:last-child{
    border-bottom: none;
}

.checkout-cart-item .checkout-cart-row .deletebutton{
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    outline: none;
    font-size: 12px;
    color: var(--textcolor);
    width: 30px;
    height: 30px;
    background: none;
}

.checkout-cart-item .checkout-cart-row .deletebutton:hover{
    color: var(--BlueColor);
}

.checkout-cart-item .checkout-cart-row .col-lg-5 h4{
    width: 100%;
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 4px 0px;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    color: var(--headingColor);
}

.checkout-cart-item .checkout-cart-row .col-lg-5 h4 i{
    font-size: 14px;
    position: absolute;
    left: 0px;
    top: 3px;
    color: var(--BlueColor);
}

.checkout-cart-item .checkout-cart-row .col-lg-5 p{
    padding: 0;
    margin: 0;
    color: var(--textcolor);
    font-size: 13px;
}

.checkout-cart-item .checkout-cart-row .col-lg-4 p{
    padding: 0;
    margin: 0;
    color: var(--textcolor);
    font-size: 13px;
}

.checkout-cart-item .checkout-cart-row .col-lg-4 h5{
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 4px 0px;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    color: var(--headingColor);
}

.checkout-cart-item .checkout-cart-row .col-lg-4 select{
    width: 160px;
    border: 1px solid var(--Borderlinecolor);
    height: 34px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    color: var(--textcolor);
    padding: 0px 8px;
    margin-bottom: 6px;
    transition-duration: 0.3s;
}

.checkout-cart-item .checkout-cart-row .col-lg-4 select:focus{
    border-color: var(--BlueColor);
    outline: none;
}


.checkout-cart-item .checkout-cart-row .col-lg-3 h6{
    width: 100%;
    padding: 0;
    margin: 8px 0px 0px 0px;
    text-align: right;
    font-size: 13px;
    color: var(--textcolor);
}

.checkout-cart-item .checkout-cart-row .col-lg-3 h6 font{
    position: relative;
    padding: 0px 5px;
}

.checkout-cart-item .checkout-cart-row .col-lg-3 h6 font::before{
    width: 100%;
    height: 1px;
    background: var(--LightTextColor);
    position: absolute;
    left: 0px;
    top: 8px;
    content: '';
    display: inline-block;
    opacity: 0.6;
}

.checkout-cart-item .checkout-cart-row .col-lg-3 h6 span{
    background: #0fbc57;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 3px;
    display: inline-block;
    margin-left: 10px;
}


.checkout-cart-item .checkout-cart-row .col-lg-3 h3 {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 4px 0px;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    text-align: right;
    color: var(--headingColor);
}

.checkout-cart-item .checkout-cart-row .col-lg-3{
    text-align: right;
}

.checkout-cart-item .checkout-cart-row .col-lg-3 .addtocart-btn{
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background: var(--LightBgColor);
    border-radius: 25px;
    color: var(--BlueColor);
    font-size: 14px;
    height: 42px;
    width: 150px;
    display: inline-block;
    font-weight: 500;
    transition-duration: 0.3s;
}

.checkout-cart-item .checkout-cart-row .col-lg-3 .addtocart-btn:hover{
    background: var(--BlueColor);
    color: var(--whitecolor);
}


.checkout-cart-item .checkout-cart-row  .noofaccounts{
    width: 160px;
    position: relative;
    margin-top: 4px;
}

.checkout-cart-item .checkout-cart-row  .noofaccounts input{
    width: 160px;
    border: 1px solid var(--Borderlinecolor);
    height: 34px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    color: var(--textcolor);
    padding: 0px 35px;
    margin-bottom: 6px;
    transition-duration: 0.3s;
    text-align: center;
}


.checkout-cart-item .checkout-cart-row  .noofaccounts input:focus{
    border-color: var(--BlueColor);
    outline: none;
}

.checkout-cart-item .checkout-cart-row  .noofaccounts button{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 34px;
    height: 34px;
    border: none;
    outline: none;
    font-size: 12px;
    color: var(--textcolor);
    background: none;
}

.checkout-cart-item .checkout-cart-row  .noofaccounts button.plusbtn{
    left: auto;
    right: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left: 1px solid var(--Borderlinecolor);
}

.checkout-cart-item .checkout-cart-row  .noofaccounts button.minusbtn{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: 1px solid var(--Borderlinecolor);
}

.checkout-cart-item .checkout-cart-row  .noofaccounts button:hover{
    background: var(--BlueColor);
    color: #fff;
}

.cart-content-wrapper{
    margin-top: 100px;
    margin-bottom: 100px;
}


.login-wrapper-div p{
    text-align: center;
    padding: 0;
    margin: 0px 0px 30px 0px;
    color: var(--textcolor);
    font-size: 15px;
    line-height: 20px;
}

.login-wrapper-div h4{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 12px 0px;
    font-size: 24px;
    color: var(--headingColor);
    font-weight: 500;
}


.continue-with-google{
    border-radius: 3px;
    border: 1px solid var(--Gray-300, #cdd5df);
    box-shadow: 0 1px 2px 0 rgba(18, 25, 38, .05);
    width: 100%;
    color: var(--textcolor);
    height: 48px;
    transition-duration: 0.3s;
    padding: 0px 8px;
    font-size: 15px;
    background: none;
    font-weight: 600;
}

.continue-with-google img{
    width: 38px;
    margin-right: 5px;
    height: 38px;
}

.continue-with-google:hover{
    border-color: #ea4235;
    color: #ea4235;
}


.login-wrapper-div .login-wrapper-middlealign .orbetter{
    width: 100%;
    text-align: center;
    color: var(--textcolor);
    padding: 0;
    margin: 25px 0px;
    font-size: 13px;
    position: relative;
}   

.login-wrapper-div .login-wrapper-middlealign .orbetter::before{
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 7px;
    content: '';
    background: var(--LightTextColor);
    opacity: 0.25;
}

.login-wrapper-div .login-wrapper-middlealign .orbetter span{
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 200;
    padding: 0px 20px;
}


.login-wrapper-div .login-form-item{
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.login-wrapper-div .login-form-item input,
.login-wrapper-div .login-form-item select{
    border-radius: 3px;
    border: 1px solid var(--Borderlinecolor);
    background: var(--LightBgColorShade);
    width: 100% ;
    color: var(--textcolor);
    height: 48px;
    transition-duration: 0.3s;
    padding: 0px 8px 0px 40px;
    font-size: 15px;
}

.login-wrapper-div .login-form-item input:focus,
.login-wrapper-div .login-form-item select:focus{
    border-color: var(--BlueColor);
    background: var(--LightBgColorShade);
    outline: none;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(25,108,223,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(25,108,223,0.25);
    box-shadow: 0px 0px 15px 0px rgba(25,108,223,0.25);
}

.login-wrapper-div .login-form-item .fa-user,
.login-wrapper-div .login-form-item .fa-lock,
.login-wrapper-div .login-form-item .fa-envelope,
.login-wrapper-div .login-form-item i{
    position: absolute;
    left: 15px;
    bottom: 15px;
    z-index: 10;
    color: var(--textcolor);
    font-size: 14px;
}






.login-wrapper-div .login-form-item label{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    color: var(--LightTextColor);
}

.login-wrapper-div .login-form-item .viewpassword{
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0px;
    border: none;
    bottom: 0px;
    font-size: 14px;
    background: none;
    color: var(--LightTextColor);
}

.login-wrapper-div .login-form-item .viewpassword:hover{
    color: var(--BlueColor);
}

.login-wrapper-div .login-btn{
    position: relative;
    width: 100%;
    height: 50px;
    right: 0px;
    top: 0px;
    border-radius: 3px;
    background: var(--BlueColor);
    line-height: 40px;
    color: #fff;
    transition-duration: 0.3s;
    border: none;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 10px;
}

.login-wrapper-div .login-btn:hover{
    background: var(--BlueColorDark);
}

.login-wrapper-div h6{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: var(--textcolor);
    font-weight: normal;
    text-align: center;
}

.login-wrapper-div h6 a{
    font-weight: 500;
    text-decoration: none;
}

.login-wrapper-div h6 a:hover{
    color: var(--BlueColorDark);
}

.login-wrapper-div h5{
    width: 100%;
    padding: 0;
    margin:20px 0px 10px 0px;
    font-size: 14px;
    color: var(--LightTextColor);
    font-weight: normal;
    text-decoration: none;
}

.login-wrapper-div h5 a{
    color: var(--LightTextColor);
    text-decoration: none;
}

.login-wrapper-div h5 a:hover{
    color: var(--BlueColor);
}

.login-wrapper-div .login-logo{
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
    display: none;
    visibility: hidden;
}

.login-wrapper-div .login-logo img{
    width: auto;
    height: 32px;
}

.login-wrapper-div, .login-image {
    display: table;
    vertical-align: middle;
    height: auto;
    width: 100%;
}


.accept-terms{
    text-align: left;
    padding: 0px 0px 0px 24px;
    margin: 0px 0px 10px 0px;
    color: var(--textcolor);
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.accept-terms input{
    position: absolute;
    left: 0px;
    top: 4px;
    outline: none;
}

.accept-terms a{
    color: var(--TextColor);
    font-weight: 500;
    text-decoration: none;
}

.accept-terms a:hover{
    color: var(--BlueColor);
}

.note-text{
    width: 100%;
    text-align: left !important;
    padding: 0;
    margin: 0px 0px 0px 0px !important;
    font-size: 13px !important;
    position: relative;
    top: -18px;
    display: block;
    float: left;
}


.confirmand-pay-wrapper{
    width: 100%;
    display: table;
    min-height: calc(100vh - 450px);
}

.confirmand-pay-page{
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.confirmand-pay-page h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    font-size: 22px;
    font-weight: 600;
    color: var(--headingColor);
}

.confirmand-pay-page p{
    padding: 0;
    margin: 0px 0px 40px 0px;
    color: var(--textcolor);
}


.confirmand-pay-page .continue-btn{
    position: relative;
    width: 100%;
    height: 50px;
    right: 0px;
    top: 0px;
    border-radius: 3px;
    background: var(--BlueColor);
    line-height: 40px;
    color: #fff;
    transition-duration: 0.3s;
    border: none;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 20px;
}

.confirmand-pay-page .continue-btn:hover{
    background: var(--BlueColorDark);
}

.borderline label{
    border-color: var(--BlueColor);
}


.select-payment-mode label{
    width: 100%;
    background: #fff;
    padding: 0px 10px 0px 10px;
    border-radius: 4px;
    text-align: center;
    display: block;
    position: relative;
    float: left;
    border: 2px solid var(--Borderlinecolor);
    min-height: 130px;
    cursor: pointer;
}

.select-payment-mode label input{
    position: absolute;
    left: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
}

.select-payment-mode label h6{
    width: 100%;
    padding: 0;
    margin: 10px 0px 0px 0px;
    font-size: 15px;
    color: var(--textcolor);
}

.select-payment-mode label span{
    width: 100%;
    display: block;
    height: auto;
    margin-top: 25px;
    text-align: center;
}

.select-payment-mode label span img{
    width: auto;
    height: 25px;
    object-fit: cover;
}


.order-confirmation-wrapper{
    width: 100%;
    display: table;
    min-height: calc(100vh - 450px);
}

.order-confirmation{
    text-align: center;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.order-confirmation h4{
    width: 100%;
    padding: 0;
    margin: 25px 0px 15px 0px;
    font-size: 22px;
    font-weight: 600;
    color: var(--headingColor);
}

.order-confirmation p{
    padding: 0;
    margin: 0px 0px 30px 0px;
    color: var(--textcolor);
}

.order-confirmation .order-btn{
    position: relative;
    width: 100%;
    height: 50px;
    right: 0px;
    top: 0px;
    border-radius: 3px;
    background: var(--BlueColor);
    line-height: 40px;
    color: #fff;
    transition-duration: 0.3s;
    border: none;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 10px;
}

.order-confirmation .order-btn:hover{
    background: var(--BlueColorDark);
}

.order-confirmation span{
    width: 100px;
    height: 100px;
    background: var(--LightBgColor);
    border-radius: 50%;
    display: inline-block;
    color: var(--BlueColor);
    line-height: 100px;
    font-size: 42px;
}

.ordersummary-wrap h3{
    padding: 0;
    margin: 0px 0px 15px 0px;
}

.ordersummary-wrap .ordersummary-content h5{
    width: 100%;
    padding: 0;
    margin: 8px 0px 8px 0px;
    line-height: normal;
}

.ordersummary-wrap .ordersummary-content h5 b{
    font-weight: 600;
}

.ordersummary-wrap .ordersummary-content hr{
    width: 100%;
    padding: 0;
    margin: 8px 0px;
    border: none;
    border-bottom: 1px solid var(--Borderlinecolor);
}
.ordersummary-wrap .ordersummary-content .terms-text{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 15px 0px 0px 0px;
    font-size: 14px;
    line-height: 22px;
}

.ordersummary-wrap .ordersummary-content .terms-text a{
    color: var(--textcolor);
    font-weight: 600;
}

.ordersummary-wrap .ordersummary-content .terms-text a:hover{
    color: var(--BlueColor);
}

.ordersummary-wrap .ordersummary-content h5.itemname{
    color: var(--Greencolor);
}

.ordersummary-wrap .ordersummary-content h5.totaldue b{
    font-size: 20px;
    color: var(--headingColor);
}

.hosting-plans-wrapper{
    width: 100%;
    background: var(--whitecolor);
    padding: 40px 20px;
    border-radius: 20px;
}

.hosting-plans-wrapper .hosting-plan-item{
    border-radius: 20px;
    border: none;
}

.hosting-plans-wrapper .recommended .hosting-plan-item{
    background-image: linear-gradient(to left bottom, #009933, #009e7e, #009dc9, #0093fb, #217bfe);
    position: relative;
}

.hosting-plans-wrapper .recommended .hosting-plan-item.googleworkspace{
    background: linear-gradient(to top right, #217bfe, #078efb, #ac87eb, #ee4d5d);
    position: relative;
}

.hosting-plans-wrapper .recommended .hosting-plan-item::after{
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    content: '';
    background: var(--whitecolor);
    z-index: 0;
    border-radius: 17px;
}

.hosting-plans-wrapper .recommended .hosting-plan-item .planbox-pricearea{
    position: relative;
}

.hosting-plans-wrapper .recommended .hosting-plan-item .planbox-pricearea::before{
    content: 'Most Popular';
    position: absolute;
    top: -35px;
    right: -15px;
    background-image: linear-gradient(to left bottom, #009933, #009e7e, #009dc9, #0093fb, #217bfe);
    color: var(--whitecolor);
    font-size: 12px;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 15px;
}

.hosting-plans-wrapper .col-xl-3{
    padding-top: 0px;
    margin-top: 0px;
}

.hosting-plans-wrapper .recommended::before{
    display: none;
    visibility: hidden;
}

.hosting-plans-wrapper .planbox-pricearea h4{
    margin: 0px 0px;
}

.hosting-plans-wrapper .recommended .zindex{
    position: relative;
    z-index: 10;
}

.hosting-plans-wrapper .col-xl-3 .workspace-planbox-list ul li{
    width: 100%;
    padding: 0px 0px 0px 35px;
    margin: 0px 0px 18px 0px;
    position: relative;
}

.hosting-plans-wrapper .col-xl-3 .workspace-planbox-list ul li:last-child{
    margin-bottom: 0px;
}

.hosting-plans-wrapper .col-xl-3 .workspace-planbox-list ul li img{
    position: absolute;
    left: 0px;
    top: -1px;
    width: 24px;
}

.hosting-plans-wrapper .col-xl-3 .hosting-plan-item .planbox-pricearea h2{
    margin-bottom: 10px;
}

.hosting-plans-wrapper .col-xl-3 .hosting-plan-item{
    padding-top: 45px;
    padding-bottom: 45px;
}

.form-switch-btn{
    padding: 0px 36px 0px 0px;
    margin: 0px 0px 12px 0px;
    text-align: right;
    color: var(--textcolor);
    font-size: 14px;
    position: relative;
}

.form-switch-btn input{
    position: absolute;
    top: 0px;
    right: 0px;
    outline: none !important;
    box-shadow:  none !important;
}

.googleworkspaceimage-wrap{
    width:100%;
    text-align: center;
    position: relative;
    display: block;
    margin-top: -10px;
}

.googleworkspaceimage-wrap img{
    width: auto;
    height: 30px;
    display: inline-block;
    margin: 0px 10px;
}

.hosting-plans-wrapper .col-xl-3 a.buybutton{
    background: none;
    border: 1px solid var(--Borderlinecolor);
    color: var(--BlueColor);
}

.hosting-plans-wrapper .col-xl-3 a.buybutton:hover{
    border-color: var(--BlueColor);
    background: var(--whitecolor); 
}

.hosting-plans-wrapper .col-xl-3.recommended a.buybutton{
    border: none;
    background: var(--BlueColor);
    color: var(--whitecolor);
}

.hosting-plans-wrapper .col-xl-3.recommended a.buybutton:hover{
    background: var(--BlueColorDark);
}


.hosting-plans-wrapper .hosting-plan-item .planbox-pricearea h2 font{
    color: var(--textcolor);
    position: relative;
    padding: 0px 6px;
}

.hosting-plans-wrapper .hosting-plan-item .planbox-pricearea h2 font::before{
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 11px;
    background: var(--textcolor);
    content: '';
    z-index: 10;
    opacity: 1;
}

.annual-price { display: block; }
.monthly-price { display: none; }

.workspace-banner-wrapper{
    width: 100%;
    position: relative;
    margin-top: 64px;
    padding: 20px 0px;
}

.workspace-banner-wrapper .banner-table-wrap{
    width: 100%;
    height: 560px;
    display: table;
}

.workspace-banner-wrapper .banner-table-wrap .banner-middle-align{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 100;
}

.workspace-banner-wrapper .banner-table-wrap .banner-middle-align h2{
    font-size: 44px;
    font-weight: 600;
    padding: 0;
    margin: 0px 0px 15px 0px;
    text-align: left;
}

.workspace-banner-wrapper .banner-table-wrap .banner-middle-align .claim-btn{
    min-width: 180px;
    background: var(--BlueColor);
    border: 1px solid var(--BlueColor);
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    color: var(--whitecolor);
    display: inline-block;
    padding: 0;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
}

.workspace-banner-wrapper .banner-table-wrap .banner-middle-align .claim-btn:hover{
    background: var(--BlueColorDark);
    border-color: var(--BlueColorDark);
}

.workspace-banner-wrapper .banner-table-wrap .banner-middle-align ul{
    width: 100%;
    padding: 0;
    margin: 10px 0px 35px 0px;
}

.workspace-banner-wrapper .banner-table-wrap .banner-middle-align ul li{
    list-style: none;
    padding: 0px 0px 0px 25px;
    margin: 10px 0px;
    position: relative;
    color: var(--textcolor);
    font-size: 15px;
    font-weight: 500;
}

.workspace-banner-wrapper .banner-table-wrap .banner-middle-align ul li i{
    position: absolute;
    left: 0px;
    top: 4px;
    color: #009933;
}

.workspace-banner-wrapper .banner-table-wrap .banner-middle-align .workspacelogo{
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.workspace-banner-wrapper .banner-table-wrap .banner-middle-align .workspacelogo img{
    width: auto;
    height: 25px;
    position: relative;
}

.workspace-banner-wrapper .banner-table-wrap .banner-middle-align .banner-image{
    width: 100%;
    height: auto;
}

.bannertoptext-wrap{
    width: 100%;
    min-height: auto;
    margin-top: 64px;
    overflow: hidden;
    position: absolute;
    display: block;
    padding: 12px 10px;
    left: 0px;
    top: 0px;
    z-index: 200;
}

.bannertoptext-wrap::before{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    background: #000;
    opacity: 0.08;
}

.bannertoptext-wrap h5{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: var(--headingColor);
    position: relative;
    z-index: 100;
    vertical-align: middle;
}

.textscrolling-wrap{
    width: 100%;
    height: 40px;
    margin-top: 64px;
    overflow: hidden;
    position: relative;
    display: flex;
    white-space: nowrap;
}




.textscrolling-wrap .text {
    font-size: 14px;
	text-transform: inherit;
	animation: animate_topscrolls 60s linear infinite;
    text-align: center;
}

.textscrolling-wrap .text span{
    width: auto;
    height: auto;
    line-height: normal;
    display: inline-block;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: var(--headingColor);
    font-size: 15px;
    font-weight: normal;
    position: relative;
    line-height: 40px;
    text-align: center;
}



.textscrolling-wrap .text span i{
    font-size: 13px;
    margin-right: 28px;
    margin-left: 25px;
    color: var(--BlueColor);
}

.googleworkspace-banner{
    background: #fff3e6;
}

.googleworkspace-banner .container-fluid,
.workspace-banner-wrapper .container-fluid{
    padding-left: 60px;
    padding-right: 60px;
}

#word {
    white-space: nowrap;
    overflow: hidden;
    font-weight: 500;
    color: var(--BlueColor);
}

.exclusiveoffer-txt{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 30px 0px;
    font-size: 16px;
    color: var(--headingColor);
}

.exclusiveoffer-txt b{
    color: var(--Greencolor);
}

.microsoft-banner{
    background: #e6f3ff;
}

.zohoworkspace-banner{
    background: #e6fff3;
}

.titanmail-background{
    background: #ffe6f3;
}

.webhosting-background{
    background: #fbeefd;
}

.cloudhosting-background{
    background: #e6fff9;
}

.vpshosting-background{
    background: #fff9e6;
}

.dedicatedserver-background{
    background: #e6ebff;
}

.sslcertificate-background{
    background: #e6faff;
}

.microsoftsoftware-background{
    background: #f9ffe6;
}

.domainpromo-background{
    background: #e6fff7;
}

.domaintransfer-background{
    background: #fff5e6;
}

.domainpage-topsection.domaintransfer-background:after{
    opacity: 0.04;
}

.trustpilot-common .container-fluid{
    padding-top: 30px;
    padding-bottom: 30px;
}




.cookie-banner {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background: rgba(255, 255, 255, 0.9); /* 95% transparent */
      backdrop-filter: blur(10px); /* blur effect */
      color: #333;
      padding: 15px 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      font-size: 14px;
      z-index: 9999;
      box-shadow: 0 -2px 12px rgba(0,0,0,0.15);
      border-top: 1px solid rgba(0,0,0,0.1);
      flex-wrap: nowrap; /* Keep all on same line */
    }

    .cookie-banner p {
      margin: 0;
      flex: 1; /* Text takes remaining space */
      line-height: 1.5;
      font-size: 14px;
    }

    .cookie-banner a {
      color: var(--BlueColor);
      text-decoration: underline;
    }

    .cookie-banner .buttons {
      display: flex;
      gap: 10px;
      flex-shrink: 0; /* Prevent buttons from shrinking */
    }

    .cookie-banner button {
      padding: 8px 16px;
      font-size: 14px;
      font-weight: 500;
      border-radius: 4px;
      cursor: pointer;
      transition: 0.3s ease;
      border: none;
    }

    .cookie-banner .accept-btn {
      background: var(--BlueColor);
      color: #fff;
    }

    .cookie-banner .accept-btn:hover {
      background: var(--BlueColorDark);
    }

    .cookie-banner .cancel-btn {
      background: transparent;
      color: #333;
      border: 1px solid #ccc;
    }

    .cookie-banner .cancel-btn:hover {
      background: rgba(0,0,0,0.05);
    }

    @media(max-width:768px){
      .cookie-banner {
        flex-direction: column;
        align-items: flex-start;
      }
      .cookie-banner p {
        margin-bottom: 10px;
        max-width: 100%;
      }
      .cookie-banner .buttons {
        width: 100%;
        justify-content: center; 
        display: flex;
        gap: 10px;
      }
    }

.paymentoption-banner .col-xl-8 p{
    margin-bottom: 0px;
}

.paymentoption-banner.domainpage-topsection:after{
    bottom: auto;
    top: -100px;
}

.scanqrcode-wrapper{
    width: 100%;
    position: relative;
    border-radius: 10px;
    text-align: center;
    padding: 60px 45px;
    border: 1px solid var(--Borderlinecolor);
    min-height: 595px;
}

.scanqrcode-wrapper .qrcode-con{
    margin-top: 45px;
    display: block;
}

.scanqrcode-wrapper .qrcode-con span{
    width: 100%;
    text-align: center;
    display: block;
}

.scanqrcode-wrapper .qrcode-con span img{
    width: auto;
    height: 180px;
}

.scanqrcode-wrapper .qrcode-con h6{
    width: 100%;
    padding: 0;
    margin: 20px 0px 0px 0px;
    position: relative;
    color: var(--textcolor);
    font-size: 14px;
}

.scanqrcode-wrapper .upi-logos{
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 45px;
}

.scanqrcode-wrapper .upi-logos img{
    width: auto;
    height: 38px;
    display: inline-block;
}

.scanqrcode-wrapper p{
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.scanqrcode-wrapper h4{
    width: 100%;
    padding: 0;
    margin: 0;
    color: var(--BlueColor);
    font-size: 18px;
    font-weight: 600;
}

.scanqrcode-wrapper .poweredby img{
    width: auto;
    height: 30px;
    display: inline-block;
    margin-bottom: 20px;
}

.payment-methord-wrapper{
    margin-top: 100px;
    margin-bottom: 100px;
}

.bankdetails-wrapper{
    width: 100%;
    min-height: 595px;
    background: var(--LightBgColor);
    border-radius: 10px;
    display: table;
}

.bankdetails-wrapper .bannerdetails-middlealign{
    width: 100%;
    padding: 0px 45px;
    display: table-cell;
    vertical-align: middle;
}

.bankdetails-wrapper .bannerdetails-middlealign h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    color: var(--BlueColor);
    font-size: 20px;
    font-weight: 600;
}

.bankdetails-wrapper .bannerdetails-middlealign p{
    padding: 0;
    margin: 0;
}

.bankdetails-wrapper .bannerdetails-middlealign p a{
    color: var(--textcolor);
    text-decoration: none;
}




.bankdetails-wrapper .upiid-wrapper{
    width: 100%;
    position: relative;
    display: block;
}

.bankdetails-wrapper .upiid-wrapper input{
    width: 100%;
    height: 46px;
    border: none;
    background: var(--whitecolor);
    border-radius: 5px;
    color: var(--textcolor);
    font-size: 15px;
    padding-left: 80px;
    outline: none !important;
}

.bankdetails-wrapper .upiid-wrapper span{
    position: absolute;
    left: 14px;
    top: 0px;
    line-height: 46px;
    color: var(--BlueColor);
    font-weight: 600;
}

.bankdetails-wrapper .upiid-wrapper  button{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 46px;
    color: var(--textcolor);
    font-size: 14px;
    background: none;
    width: 100px;
    border: none;
    font-weight: 600;
    outline: none;
}

.bankdetails-wrapper .upiid-wrapper  button:hover{
    color: var(--BlueColor);
}

#copyMessage{
    position:absolute; 
    top:-35px; 
    left: 50%;
    color:green; 
    font-size:13px;
    width: 100px;
    height: 30px;
    background: var(--darktextcolor); 
    text-align: center;
    padding: 0px;
    margin: 0px 0px 0px -50px;
    line-height: 30px;
    background: var(--whitecolor);
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: none;
}

.contactpage-style .contactitem-div{
    width: 100%;
    background: var(--whitecolor);
    padding: 45px 45px;
    border-radius: 10px;
    border: 1px solid var(--Borderlinecolor);
    min-height: 490px;
}

.contactpage-style .contactitem-div p:last-child{
    margin-bottom: 0px;
}

.contactpage-style .contactitem-div h4{

    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    color: var(--BlueColor);
    font-size: 20px;
    font-weight: 600;
}


.googleworkspce-wrapper-div{
    width: 100%;
    position: relative;
    background: linear-gradient(to top right, #217bfe, #078efb, #ac87eb, #ee4d5d);
    position: relative;
    border-radius: 15px;
    margin-top: 100px;
}

.googleworkspce-wrapper-div::after{
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    content: '';
    background: var(--whitecolor);
    z-index: 0;
    border-radius: 13px;
}

.googleworkspce-wrapper-div .googleworkspace-con{
    width: 100%;
    position: relative;
    z-index: 100;
    padding: 75px 75px;
}

.googleworkspce-wrapper-div .googleworkspace-con p{
    text-align: justify;
}

.googleworkspce-wrapper-div .googleworkspace-con p:last-child{
    margin-bottom: 0px;
}

.googleworkspce-wrapper-div .googleworkspace-con h2{
    font-size: 48px;
    font-weight: 300;
    padding: 0;
    margin: 0px 0px 20px 0px;
    text-align: left;
}

.googleworkspce-wrapper-div .googleworkspace-con img{
    width: 100%;
}

.googleworkspce-wrapper-div .googleworkspace-con .col-lg-7{
    padding-top: 25px;
}

.workspace-middle-boxlayout .wsmiddleportion-con{
    width: 100%;
    background: var(--LightBgColorShade);
    height: 162px;
    display: table;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
}

.workspace-middle-boxlayout .wsmiddleportion-con div,
.rightportion-con div,
.thirtygb-storageitem div{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.workspace-middle-boxlayout .wsmiddleportion-con p,
.rightportion-con p,
.thirtygb-storageitem p{
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 24px;
}

.workspace-middle-boxlayout .wsmiddleportion-con h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 8px 0px;
    font-weight: 500;
    font-size: 18px;
}


.rightportion-con{
    width: 100%;
    background: var(--LightBgColorShade);
    height: 250px;
    display: table;
    border-radius: 10px;
    margin-bottom: 15px;
    text-align: center;
    padding: 0px 30px;
}


.workspace-middle-boxlayout .rightportion-con h4,
.thirtygb-storageitem h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 8px 0px;
    font-weight: 500;
    font-size: 18px;
}

.workspace-middle-boxlayout .rightportion-con span{
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 15px;
}

.workspace-middle-boxlayout .rightportion-con span img{
    width: auto;
    height: 50px;
    display: inline-block;
}

.thirtygb-storageitem{
    width: 100%;
    background: var(--LightBgColorShade);
    height: 515px;
    display: table;
    border-radius: 10px;
    margin-bottom: 15px;
    text-align: center;
    padding: 0px 35px;
}

.thirtygb-storageitem span{
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 40px;
}

.thirtygb-storageitem span img{
    width: auto;
    height: 240px;
    display: inline-block;
}

.workspace-middle-boxlayout{
    margin-top: 80px;
}

.workspace-middle-boxlayout .wsmiddleportion-con img{
    position: absolute;
    left: 35px;
    top: 50%;
    margin-top: -35px;
    width: auto;
    height: 70px;
}

.workspace-middle-boxlayout .wsmiddleportion-con div{
    position: relative;
    padding-left: 140px;
    padding-right: 25px;
}

.workspace-middle-boxlayout .col-lg-4 .thirtygb-storageitem{
    background: #fff3e6;
}

.workspace-middle-boxlayout .col-lg-4 .rightportion-con:nth-child(1){
    background: #e6fff7;
}

.workspace-middle-boxlayout .col-lg-4 .rightportion-con:nth-child(2){
    background: #fbeefd;
}

.workspace-middle-boxlayout .col-lg-4 .wsmiddleportion-con:nth-child(1){
    background: #e6ebff;
}

.workspace-middle-boxlayout .col-lg-4 .wsmiddleportion-con:nth-child(2){
    background: #ffe6f3;
}

.workspace-middle-boxlayout .col-lg-4 .wsmiddleportion-con:nth-child(3){
    background: #f9ffe6;
}


.terms-wrapper .col-lg-3 ul {
    width: 100%;
    padding: 0px 20px 0px 0px;
    margin: 0;
    position: sticky;
    top: 80px;
    z-index: 0;
}

.terms-wrapper .col-lg-3 ul li {
    width: 100%;
    text-align: right;
    padding: 0;
    margin: 0;
    list-style: none;
    color: var(--textcolor);
}

.terms-wrapper .col-lg-3 ul li a {
    text-decoration: none;
    font-weight: 600;
    color: #000;
    padding: 10px 20px 10px 0px;
    width: 100%;
    float: left;
    border-right: 2px solid #e4e4e5;
}

.terms-wrapper .col-lg-3 ul li a:hover,
.terms-wrapper .col-lg-3 ul li.active a {
    border-color: var(--BlueColor);
    color: var(--BlueColor);
}

.terms-wrapper {
    margin-top: 80px;
    margin-bottom: 60px;
}

.terms-wrapper h3 {
    padding: 0;
    margin: 40px 0px 16px 0px;
    width: 100%;
    font-size: 28px;
    font-weight: 300;
}

.terms-wrapper ol,
.terms-wrapper ul {
    padding: 0px 0px 10px 16px;
    margin: 0;
}

.terms-wrapper ol li,
.terms-wrapper ul li {
    margin: 10px 0px;
    width: 100%;
    color: var(--textcolor);
}

.terms-wrapper ol li a,
.terms-wrapper ul li a {
    text-decoration: none;
    color: var(--BlueColor);
    font-weight: 600;
    white-space: inherit !important;
}

.custom-tooltip {
  --bs-tooltip-bg: #196cdf;
  --bs-tooltip-color: #ffffff;
}

.custom-tooltip .tooltip-inner {
  background-color: #196cdf !important;
  color: #ffffff !important;
}

.custom-tooltip .tooltip-arrow::before {
  border-bottom-color: #196cdf !important; /* for bottom placement */
}

.header-offer-wrap{
    width: 100%;
    position: relative;
    transition-duration: 0.3s;
    background: var(--BlueColor);
    text-align: center;
    height: 40px;
    padding-right: 40px;
}

.header-offer-wrap .topclose-btn{
    width: 30px;
    height: 30px;
    border: none;
    position: absolute;
    top: 5px;
    right: 5px;
    color: var(--whitecolor);
    background: rgba(0, 0, 0, .15);
    outline: none;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    transition-duration: 0.3s;
}

.header-offer-wrap .topclose-btn:hover{
    background: var(--whitecolor);
    color: var(--BlueColor);
}

.offer-wrap { width: 100%; overflow: hidden; }

.offer-text {
  display: block;
  text-align: center;
  white-space: normal;    
  padding: 0px 0px 0px 0px;
  line-height: 40px;
  font-weight: 500;
  color: var(--whitecolor);
  font-size: 14px;
  position: relative;
}

.offer-text .offerbtn{
    background: var(--Greencolor);
    color: var(--whitecolor);
    display: inline;
    font-size: 12px;
    padding: 5px 14px;
    border-radius: 3px;
    margin-left: 10px;
    position: relative;
    top: -1px;
    transition-duration: 0.3s;
}

.offer-text .offerbtn:hover{
    background: var(--whitecolor);
    color: var(--Greencolor);
}

/* Mobile: animate scroll from right to left */
@media (max-width: 768px) {
  .offer-text {
    display: inline-block;
    white-space: nowrap;
    /* start the element off-screen right, animation moves it left */
    animation: marqueeMobile 10s linear infinite;
  }
  @keyframes marqueeMobile {
    0%   { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
  }
}

.hidetopbar .header-offer-wrap{
    margin-top: -40px;
}

.hidetopbar .header-wrapper-section{
    top: 0px;
}

.bannerstyles .banleft-section{
    width: 100%;
    height: 460px;
    border-radius: 15px;
    display: inline-block;
    overflow: hidden;
}

.bannerstyles .banleft-section img{
    width: 100%;
    height: 460px;
    object-fit: cover;
}



.banner-video {
    width: 100%;
    height: 460px;
    object-fit: cover;
}

.bannerstyles .banright-topsection{
    width: 100%;
    height: calc(230px - 10px);
    background: var(--headingColor);
    border-radius: 15px;
    display: table;
    margin-bottom: 20px;
}

.bannerstyles .banright-topsection .banright-topsection-middle{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 30px;
}

.bannerstyles .banright-topsection .banright-topsection-middle p{
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: var(--darktextcolor);
    line-height: 20px;
}

.bannerstyles .banright-topsection .banright-topsection-middle h3{
    padding: 0;
    margin: 4px 0px 10px 0px;
    font-size: 34px;
    color: var(--Greencolor);
    line-height: 32px;
    font-weight: 500;
    width: 100%;
    display: block;
    text-transform: uppercase;
}

.bannerstyles .banright-topsection .banright-topsection-middle h5{
    padding: 0;
    margin: 10px 0px 0px 0px;
    font-size: 15px;
    color: var(--whitecolor);
    line-height: 20px;
    font-weight: 500;
    width: 100%;
    display: block;
}

.bannerstyles .banright-topsection .banright-topsection-middle span{
    width: 30px;
    height: 30px;
    display: inline-block;
    background: rgba(255, 255, 255, .1);
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    color: var(--Greencolor);
}



.bannerstyles .banright-bottomsection{
    width: 100%;
    height: calc(230px - 10px);
    background: none;
    border-radius: 15px;
    display: block;
    margin-top: 20px;
    border: 1px solid rgba(0, 0, 0, .2);
    overflow: hidden;
}

.bannerstyles .banright-bottomsection img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-topsection p{
    text-align: justify;
}

.about-topsection {
    margin-top: 100px;
}

.about-topsection h2{
    padding: 0;
    margin: 0px 0px 20px 0px;
    width: 100%;
    font-size: 34px;
    font-weight: 300;
    width: 100%;
    text-align: center;
}

.about-bottomsection{
    width: 100%;
    margin-bottom: 100px;
    margin-top: 80px;
}

.about-bottomsection .widerange-products-item{
    width: 100%;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 40px 20px;
    border-radius: 10px;
    min-height: 245px;
    margin: 10px 0px;
}

.about-bottomsection .widerange-products-item img{
    width: auto;
    height: 60px;
    display: inline-block;
}

.about-bottomsection .widerange-products-item h4{
    width: 100%;
    padding: 0;
    margin: 25px 0px 8px 0px;
    font-size: 18px;
    font-weight: 600;
}

.about-bottomsection .widerange-products-item p{
    padding: 0;
    margin: 0;
    line-height: 24px;
}

.about-bottomsection h2{
    padding: 0;
    margin: 0px 0px 20px 0px;
    width: 100%;
    font-size: 34px;
    font-weight: 300;
    width: 100%;
    text-align: center;
}

.notfound-page-wrap{
    width: 100%;
    height: auto;
    display: table;
    text-align: center;
    padding-top: 180px;
    padding-bottom: 140px;
}



.notfound-page-wrap span img{
    width: auto;
    display: inline-block;
    height: 145px;
}

.notfound-page-wrap .backhome{
    background: var(--BlueColor);
    color: var(--whitecolor);
    padding: 0px 20px;
    font-size: 14px;
    line-height: 42px;
    display: inline-block;
    min-width: 170px;
    text-align: center;
    border-radius: 25px;
    transition-duration: 0.3s;
}

.notfound-page-wrap .backhome:hover{
    background: var(--BlueColorDark);
}

.notfound-page-wrap p{
    padding: 0;
    margin: 0px 0px 45px 0px;
}

.notfound-page-wrap h4{
    padding: 0;
    margin: 40px 0px 10px 0px;
    font-size: 24px;
    font-weight: 600;
    color: var(--headingColor);
}

.banner-wrapper-div .col-xl-6 .banner-caption-middlealign ul{
    display: table;
}

.banner-wrapper-div .col-xl-6 .banner-caption-middlealign ul li{
    width: 50%;
    display: inline-table;
}

.banner-wrapper-div .col-xl-6 .banner-caption-middlealign h6{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.banner-wrapper-div .col-xl-6 .banner-caption-middlealign h6 b{
    color: var(--Greencolor);
}

.banner-wrapper-div .col-xl-6 .banner-caption-middlealign h6 span{
    width: auto;
    display: inline-block;
    padding: 8px 25px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.banner-wrapper-div .col-xl-6 .banner-caption-middlealign h6 span::before{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #196CDF;
    background: linear-gradient(90deg,rgba(25, 108, 223, 1) 0%, rgba(25, 108, 223, 0.2) 30%, rgba(25, 108, 223, 0.68) 70%, rgba(25, 108, 223, 1) 100%);
    content: '';
    z-index: -1;
    opacity: 0.18;
}

.banner-wrapper-div .col-xl-6 .banner-caption-middlealign h6 span i {
    color: var(--BlueColor);
    position: relative;
    margin-right: 6px;
    top: 1px;
}

.banner-wrapper-div .col-xl-6 .bannerbutton-con{
    margin-top: 45px;
}

.banner-wrapper-div .col-xl-6 .bannerbutton-con .claim-btn{
    min-width: 240px;
    line-height: 60px;
}

.banner-wrapper-div .col-xl-6 .bannerbutton-con .aiclaim-btn{
    min-width: 240px;
    line-height: 58px;
    border-radius: 5px;
    text-align: center;
    color: var(--headingColor);
    display: inline-block;
    padding: 0;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    border: 1px solid var(--Borderlinecolor);
    background: var(--LightBgColorShade);
    margin-left: 25px;
    font-weight: 500;
    transition-duration: 0.3s;
}

.banner-wrapper-div .col-xl-6 .bannerbutton-con .aiclaim-btn:hover{
    border-color: var(--BlueColor);
    background: var(--LightBgColorShade);
    outline: none;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(25,108,223,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(25,108,223,0.25);
    box-shadow: 0px 0px 15px 0px rgba(25,108,223,0.25);
    color: var(--BlueColorDark);
}




.home-banner-section{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    min-height: 620px;
}

.home-banner-section .banner-image-one{
    display: block;
    position: relative;
    z-index: 100;
}

.home-banner-section .banner-image-one img{
    width: 748px;
    height: 620px;
    object-fit: contain;
}

.home-banner-section .excellent-section{
    width: 320px;
    height: 70px;
    position: relative;
    border: 1px solid var(--whitecolor);
    position: absolute;
    left: 20px;
    bottom: 45px;
    z-index: 200;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 40px;

    -webkit-box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.15); 
    box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.15);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.home-banner-section .excellent-section img{
    width: 100%;
    height: 70px;
}

.home-banner-section .digital-identity-box{
    width: 317px;
    height: 154px;
    position: absolute;
    left: 20px;
    top: 100px;
    content: '';
    background: url(../img/digital-identity.jpg) no-repeat;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.1); 
    box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.1);
    z-index: 0;
    border: 1px solid var(--whitecolor);
}

.home-banner-section .fullysecured-box{
    width: 257px;
    height: 180px;
    position: absolute;
    top: 140px;
    right: 20px;
    background: url(../img/fully-secured.jpg) no-repeat;
    border-radius: 20px;
    overflow: hidden;
    content: '';
}

.parallax-wrap span {
    transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.enterdomain-modal{
    position: relative;
    padding: 75px 15px;
    text-align: center;
}

.enterdomain-modal p{
    padding: 0;
    margin: 0;
    font-size: 15px;
    text-align: center;
    line-height: 22px;
}

.enterdomain-modal h4{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 10px 0px;
    color: var(--headingColor);
    font-size: 20px;
    font-weight: 600;
}

.enterdomain-modal span{
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 25px;
}

.enterdomain-modal span img{
    width: auto;
    height: 80px;
    display: inline-block;
    object-fit: contain;
}

.enterdomain-modal .btn-close{
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 1;
    box-shadow: none;
    font-size: 12px;
}


@media screen and (max-width: 1600px) {
    section{
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
}


@media screen and (max-width: 1400px) {
    section{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media screen and (max-width: 1024px) {
    section{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .navbar-style .nav-link{
        padding-top: 0px;
    }

    .navbar-style .nav-item:last-child,
    .cann-accrediated p br,
    .home-banner-section .fullysecured-box,
    .home-banner-section .digital-identity-box{
        display: none;
        visibility: hidden;
    }

    .footertop-section .col-xl-4 a.footer-phone{
        margin-right: 10px;
    }

    .footertop-section .col-xl-4 a{
        padding: 0px 20px;
    }

    .footertop-section .col-xl-8 h4{
        font-size: 26px;
        margin-top: 40px;
    }

    .cann-accrediated p{
        margin-left: 0px;
        margin-top: 15px;
    }

    .header-wrapper-section .col-xl-3 .profile-dropdown .dropdown-menu {
        right: 0px !important;
    }

    .banner-caption-con .banner-caption-middlealign h1 br,
    .banner-caption-con .banner-caption-middlealign p,
    .innerpage-banner-wrapper h2 br{
        display: none;
        visibility: hidden;
    }

    .banner-caption-con .banner-caption-middlealign h1{
        font-size: 34px;
    }

    .ourservices-wrapper .zohomail-itemcon .col-xl-7 span{
        width: 100%;
        display: block;
        text-align: center;
    }

    .ourservices-wrapper .zohomail-itemcon .col-xl-7 span img{
        height: 300px;
        display: inline-block;
    }

    .ourservices-wrapper .zohomail-itemcon h2,
    .ourservices-wrapper .microsoftlicensing-itemcon h2{
        text-align: center;
        padding: 0px 15px;
        font-size: 24px;
    }

    .ourservices-wrapper .zohomail-itemcon .zohomailtext-con{
        text-align: center;
        height: 240px;
    }

    .ourservices-wrapper .microsoftlicensing-itemcon .microsoft-lisence-wrap{
        text-align: center;
        height: 240px;
    }

    .ourservices-wrapper .microsoftlicensing-itemcon .microsoft-image-con span{
        text-align: center;
        
    }

    .ourservices-wrapper .microsoftlicensing-itemcon img{
        height: 260px;
        width: auto;
        display: inline-block;
        margin-top: 40px;
    }

    .section-color-one,
    .section-color-two,
    .section-color-three{
        padding: 60px 25px;
        position: relative;
        height: auto;
        top: 0px;
    }

    .scrolldiv-section .sticky-heading{
        padding: 0px 0px;
        position: relative;
        top: 0px;
        margin: 0px 0px;
    }

    .sectoncolor-middle-wrap{
        min-height: auto;
        display: block;
    }

    .section-color-one .col-xl-4 h2,
    .section-color-two .col-xl-4 h2,
    .section-color-three .col-xl-4 h2{
        text-align: center;
        font-size: 32px;
    }

    .section-color-one .col-xl-4 p,
    .section-color-two .col-xl-4:nth-child(1) p,
    .section-color-three .col-xl-4 p{
        text-align: center;
        margin-bottom: 45px;
    }

    .bigdreams-wrapper .business-email{
        padding: 20px 20px 20px 20px;
    }

    .bigdreams-wrapper .business-email .business-email-content h3{
        font-size: 28px;
    }

    .bigdreams-wrapper .hosting-item{
        padding: 20px 20px 20px 20px;
    }

    .bigdreams-wrapper .hosting-item h3{
        font-size: 32px;
    }

    .bigdreams-wrapper .sitemigration-item{
        padding: 20px 20px 20px 20px;
    }

    .bigdreams-wrapper .sitemigration-item h3{
        font-size: 28px;
    }

    .fullwidth-buttons-wrapper .col-xl-5 .button-middlealign, .fullwidth-buttons-wrapper .col-xl-7 .button-middlealign{
        min-height: auto;
    }

    .fullwidth-buttons-wrapper .col-xl-7 .button-middlealign{
        min-height: 120px;
    }

    .fullwidth-buttons-wrapper .col-xl-5 .button-middlealign{
        padding: 0px 35px;
        margin-top: 15px;
    }

    .fullwidth-buttons-wrapper .fullwidth-button{
        padding: 35px 0px;
    }

    .whychooseus-item .whychoose-content-con{
        padding: 0px 20px;
    }

    .whychooseus-item .whychoose-content-con h4{
        font-size: 24px;
    }

    .easytransfer-wrap .col-xl-6 .domain-middlealign{
        margin-top: 45px;
        display: block;
    }

    .whybuy-domainname .whydomain-item{
        min-height: 375px;
    }

    .cpanelcertified-wrapper .col-xl-6 img{
        margin-bottom: 45px;
    }

    .innerpage-banner-wrapper h2{
        font-size: 38px;
    }

    .withor-withoutssl span img{
        width: 100%;
        height: auto;
    }

    .create-anywhere-anytime{
        padding: 0px 15px;
    }

    .contentyour-microsoft{
        padding: 0px 0px;
    }

    .contentyour-microsoft .microsoft-middlealign{
        min-height: 480px;
        padding: 0px 20px;
    }

    .worktogether-better{
        padding: 0px 0px;
    }

    .worktogether-better .microsoft-middlealign{
        padding: 0px 15px;
    }

    .googleworkspace-banner .container-fluid,
    .workspace-banner-wrapper .container-fluid {
        padding-left: 12px;
        padding-right: 12px;
    }

    .googleworkspce-wrapper-div .googleworkspace-con .col-lg-5,
    .workspace-middle-boxlayout{
        display: none;
        visibility: hidden;
    }

    .googleworkspce-wrapper-div .googleworkspace-con h2{
        text-align: center;
    }

    .home-banner-section .banner-image-one{
        width: 100%;
        overflow: hidden;
        text-align: center;
        height: 620px;
    }

    .home-banner-section .banner-image-one img{
        object-fit: cover;
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: -380px;
    }

    .banner-wrapper-div .col-xl-6 .banner-caption-middlealign ul li{
        width: 100%;
    }

    .banner-wrapper-div .col-xl-6 .bannerbutton-con .claim-btn {
        min-width: 200px;
        line-height: 60px;
    }

    .banner-wrapper-div .col-xl-6 .bannerbutton-con .aiclaim-btn{
        max-width: 200px;
        min-width: 200px;
        margin-left: 10px;
    }

    
}

@media screen and (max-width: 980px) {
    .footer-section .footer-menu-section,
    .header-wrapper-section .col-xl-7,
    .domainsearch-wrapper .col-xl-3,
    .footertop-section .col-xl-8 img,
    .scrolldiv-section,
    .testimonials-wrapper .zicon-bg,
    .workspace-banner-wrapper .col-xl-6:nth-child(2),
    .terms-wrapper .col-lg-3,
    .home-banner-section{
        display: none;
        visibility: hidden;
    }

    .footer-section .footer-bottomdiv .col-lg-7 p{
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-section .footer-bottomdiv .col-lg-5{
        text-align: center;
    }

    .domainsearch-wrapper .col-xl-9{
        width: 100%;
    }

    .footertop-section .col-xl-4{
        text-align: center;
        padding-top: 0px;
    }

    .footertop-section .col-xl-8 h4{
        margin-top: 0px;
        text-align: center;
        margin-bottom: 25px;
        line-height: 36px;
    }

    .footertop-section{
        padding: 45px 0px;
    }

    .footer-section{
        padding-bottom: 36px;
    }

    .footertop-section .container-fluid img.footertop-bgimg{
        right: -85px;
    }

    .mobilemenu-wrapper{
        display: table;
        visibility: visible;
    }

    .domain-available-wrap .col-xl-8 h4 i{
        display: none;
        visibility: hidden;
    }

    .domain-available-wrap .col-xl-4{
        text-align: center;
    }

    .domain-available-wrap .col-xl-8 h4{
        text-align: center;
        padding: 0px 0px;
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }

    .trusted-search{
        text-align: center;
    }

    .header-wrapper-section{
        padding-bottom: 12px;
    }

    .sticky-cart-button{
        right: 20px;
        bottom: 60px;
    }


    .banner-caption-con .banner-caption-middlealign{
        text-align: center;
    }

    .banner-caption-con .banner-caption-middlealign ul li{
        padding-left: 0px;
    }

    .banner-caption-con .banner-caption-middlealign ul li i{
        position: relative;
        top: 0px;
        margin-right: 5px;
    }

    .banner-wrapper-div .banner-image-con{
        margin-top: 60px;
    }

    .bigdreams-wrapper .sitemigration-item .sitemigration-content{
        min-height: auto;
        padding-bottom: 15px;
    }

    .bigdreams-wrapper .sitemigration-item{
        min-height: auto;
        padding-bottom: 55px;
    }

    .testimonials-item-div{
        padding-left: 0px;
    }

    .testimonials-item-div .testimonials-image{
        width: 100px;
        height: 100px;
        left: 50%;
        margin-left: -50px;
    }

    .testimonials-item-div .testimonials-image img{
        width: 100%;
        height: 100px;
        object-fit: cover;
    }

    .testimonials-item-div .testimonials-icon{
        display: none;
        visibility: hidden;
    }

    .testimonials-wrapper .testimonials-nav{
        width: 100%;
        text-align: center;
        margin: 0px 0px 0px 0px;
    }

    .testimonials-item-div .testimonials-content{
        text-align: center;
        margin-top: 140px;
    }

    .testimonials-item-div{
        padding-top: 0px;
    }

    .testimonials-item-div .testimonials-footer h4,
    .testimonials-item-div .testimonials-footer h6{
        text-align: center;
    }

    .whychooseus-section .col-lg-4:nth-child(3) .whychooseus-item{
        margin-top: 26px;
    }

    .domainextension-wrapper .innerpage-heading{
        font-size: 38px;
    }

    .domainextension-wrapper .domainextension-item{
        padding: 20px 20px;
    }

    .domainextension-wrapper,
    .onlinesucess-wrapper{
        margin-top: 80px;
    }

    .onlinesuccess-scroll{
        margin-left: -6px;
        margin-right: -6px;
    }

    .onlinesuccess-scroll .col-lg-3{
        padding-left: 6px;
        padding-right: 6px;
    }

    .onlinesucess-wrapper .col-lg-3 .onlinesucess-item{
        min-height: 445px;
    }

    .faqsection-wrap{
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .faqsection-wrap h2{
        text-align: left;
    }

    .whybuy-domainname{
        margin-top: 80px;
        padding: 80px 0px;
    }

    .domainpage-topsection:after{
        width: 430px;
        height: 350px;
        right: -140px;
        bottom: 0px;
        transform: rotate(-20deg);
    }

    .moneyback-guarantee{
        padding: 60px 25px;
        text-align: center;
    }

    .moneyback-guarantee .riskfree-wrap span h3{
        text-align: center;
    }

    .moneyback-guarantee .col-xl-3 img{
        width: auto;
        height: 120px;
        margin-bottom: 15px;
    }

    .popular-apps-wrapper{
        padding: 80px 45px;
    }

    .popular-apps-wrapper h2 br,
    .popular-apps-wrapper p br{
        display: none;
        visibility: hidden;
    }

    .innerpage-banner-wrapper,
    .innerpage-banner-wrapper h2{
        text-align: center;
    }

    .innerpage-banner-wrapper ul li{
        padding-left: 0px;
    }

    .innerpage-banner-wrapper ul li i{
        position: relative;
        top: 0px;
        margin-right: 5px;
    }

    .freewebsite-migration .sitemigration-img{
        margin-top: 0px;
        margin-bottom: 45px;
    }

    .whychoose-hosting-wrap .freewebsite-migration .whychoose-middlealign{
        min-height: auto;
        text-align: center;
    }

    .whychoose-hosting-wrap .freewebsite-migration{
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .hosting-plan-item .workspace-planbox-list {
        min-height: 520px;
    }

    .googleworkspace-wrapper{
        padding: 80px 35px;
    }

    .googleworkspace-wrapper img{
        margin-bottom: 45px;
        width: 100%;
    }

    .domian-promo-mostpopular{
        margin-top: 0px;
    }

    .ssl-item-wrapper{
        margin: 15px 0px;
    }

    .worktogether-better .microsoft-middlealign{
        min-height: 480px;
    }


    .create-anywhere-anytime .microsoft-middlealign{
        min-height: 480px;
    }

    .microfost-aiassistant .microsoft-middlealign{
        min-height: auto;
        text-align: center;
    }

    .microfost-aiassistant .microsoft-middlealign img{
        height: 250px;
        width: auto;
        margin-bottom: 30px;
        margin-top: 45px;
    }

    .microfost-aiassistant .microsoft-middlealign p{
        margin-bottom: 45px;
    }

    .zohowhychoose-wrap .zoho-whychoose-item{
        min-height: auto;
        margin: 12px 0px;
    }

    .sticky-sidebar{
        margin-top: 60px;
    }

    .cartpage-wrapper,
    .cart-content-wrapper{
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .ordersummary-div{
        margin-top: 60px;
    }

    .select-payment-mode .col-lg-3{
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .hosting-plans-wrapper .hosting-plan-item{
        border: 1px solid var(--Borderlinecolor);
    }

    .workspace-banner-wrapper img.bannerimg{
        display: none;
        visibility: hidden; 
    }

    .workspace-banner-wrapper .banner-table-wrap .banner-middle-align,
    .workspace-banner-wrapper .banner-table-wrap .banner-middle-align h2{
        text-align: center;
    }

    .workspace-banner-wrapper .banner-table-wrap .banner-middle-align ul li{
        padding-left: 0px;
    }

    .workspace-banner-wrapper .banner-table-wrap .banner-middle-align ul li i{
        position: relative;
        top: 0px;
        margin-right: 5px;
    }

    .scanqrcode-wrapper{
        margin-top: 45px;
    }

    .contactpage-style .contactitem-div{
        min-height: auto;
        margin: 12px 0px;
    }

    .banner-wrapper-div .col-xl-6 .banner-caption-middlealign ul li{
        width: 50%;
        text-align: left;
        padding-left: 30px;
    }
}

@media screen and (max-width: 520px) {
    .domainsearch-wrapper .domainsearch-wrp .domainsearch-icon,
    .associated-partners,
    .country-dropdown,
    .fullwidth-buttons-wrapper .col-xl-5 .more-button,
    .fullwidth-buttons-wrapper .fullwidth-button p br,
    .whychooseus-section h2 br,
    .domainpage-topsection .domain-ai-search .col-xl-6 button i,
    .domainextension-wrapper .innerpage-heading br,
    .onlinesucess-wrapper h2 br,
    .easytransfer-wrap .col-xl-6 h2 br,
    .whybuy-domainname,
    .googleworkspace-wrapper,
    .microsoft-services-wrap
    {
        display: none;
        visibility: hidden;
    }

    .header-wrapper-section .header-logo img{
        height: 30px;
    }



    .header-wrapper-section{
        padding: 0px 0px 12px 0px;
    }

    .domainsearch-wrapper{
        margin-top: 62px;
    }

    .domainsearch-wrapper .domainsearch-wrp input{
        padding-left: 12px;
        font-size: 15px;
        height: 60px;
        padding-right: 55px;
    }

    .domainsearch-wrapper .domainsearch-wrp .searchbtn{
        width: 40px;
        height: 40px;
        text-align: center;
        padding: 0px;
    }

    .footertop-section .col-xl-8 h4{
        font-size: 20px;
        line-height: 28px;
    }

    .footertop-section .container-fluid img.footertop-bgimg{
        opacity: 0.15;
    }

    .domain-available-wrap{
        border-radius: 5px;
    }

    .domain-available-wrap .col-xl-8 h4{
        font-size: 18px;
    }

    .domain-available-wrap .col-xl-4 .addtocart{
        margin-top: 15px;
    }

    .domain-available-wrap{
        padding: 30px 15px;
    }

    .domain-available-wrap .col-xl-4 h5{
        width: 100%;
        margin-right: 0px;
    }

    .suggestdomain-item{
        padding-left: 0px;
        padding-right: 0px;
    }

    .suggestdomain-item .col-xl-4 h5{
        float: left;
        margin-top: 8px;
    }

    .suggestdomain-item .col-xl-8{
        margin-bottom: 15px;
    }

    .suggestdomain-item .col-xl-8 h4{
        font-size: 16px;
    }

    .footer-section .footer-bottomdiv{
        border-top: none;
        margin-top: 0px;
    }

    .header-wrapper-section .col-xl-3 .profile-dropdown .dropdown-menu::before{
        right: 10px;
    }

    .fullwidth-buttons-wrapper .col-xl-5 .button-middlealign{
        padding: 0px 25px;
        text-align: center;
    }

    .fullwidth-buttons-wrapper .col-xl-7 h2{
        padding: 0px 15px;
        text-align: center;
        font-size: 24px;
        min-height: auto;
        height: auto;
    }

    .fullwidth-buttons-wrapper .col-xl-7 .button-middlealign{
        min-height: auto;
    }

    .fullwidth-buttons-wrapper .col-xl-7 font{
        width: 80px;
        height: 80px;
        top: 0%;
        left: 50%;
        position: relative;
        margin: 0px 0px 20px -40px;
        display: inline-block;
    }

    .fullwidth-buttons-wrapper .col-xl-7 font img{
        width: 100%;
        height: auto;
    }

    .whychooseus-section h2{
        font-size: 28px;
    }

    .whychooseus-section{
        margin-bottom: 80px;
        margin-top: 55px;
    }

    .whychooseus-section .col-lg-4:nth-child(2) .whychooseus-item{
        margin-top: 26px;
    }

    .fullwidth-buttons-wrapper{
        margin-top: 55px;
    }

    .testimonials-item-div .testimonials-content p{
        font-size: 16px;
        line-height: 28px;
    }

    .testimonials-wrapper{
        padding: 80px 0px;
        margin-top: 80px;
    }

    .banner-caption-con .banner-caption-middlealign h1{
        text-align: center;
        font-size: 32px;
    }

    .banner-caption-con .banner-caption-middlealign .bannerbutton-con .claim-btn,
    .banner-caption-con .banner-caption-middlealign .bannerbutton-con .countdown-timer{
        min-width: 48%;
        float: left;
    }

    .banner-caption-con .banner-caption-middlealign .bannerbutton-con .countdown-timer{
        margin-left: 4%;
    }

    .trustpilot-con h5{
        line-height: 28px;
    }

    .ourservices-wrapper{
        margin-top: 60px;
    }

    .ourservices-wrapper .googleworkspace-itemcon h2,
    .ourservices-wrapper .bluebox-itemcon h2{
        font-size: 24px;
    }

    .ourservices-wrapper .googleworkspace-itemcon .microsoft-textcon{
        height: auto;
        margin-top: 45px;
        margin-bottom: 30px;
    }

    .ourservices-wrapper .googleworkspace-itemcon{
        min-height: auto;
        padding-bottom: 20px;
    }

    .ourservices-wrapper .office365-itemcon h2 br{
        display: none;
        visibility: hidden;
    }

    .ourservices-wrapper .office365-itemcon h2{
        font-size: 26px;
    }

    .office365-itemcon p{
        padding: 0px 0px;
    }

    .ourservices-wrapper .office365-itemcon{
        min-height: auto;
        padding: 30px 15px;
    }

    .ourservices-wrapper .office365-itemcon h2{
        margin-top: 20px;
    }

    .workspacescroll-div{
        margin-top: 45px;
    }

    .bigdreams-wrapper{
        display: none;
        visibility: hidden;
    }

    .ourservices-wrapper .microsoftlicensing-itemcon{
        margin-top: 26px;
    }

    .domainpage-topsection .col-xl-8 p{
        font-size: 15px;
        line-height: 22px;
    }

    .domainpage-topsection .col-xl-8 h2{
        font-size: 30px;
    }

    .domainpage-topsection .domain-ai-search{
        background: none;
        padding: 0px 0px;
        box-shadow: none;
        border: none;
    }

    .domainpage-topsection .domain-ai-search .col-xl-6 button{
        font-size: 13px;
    }

    .domainpage-topsection .domain-ai-search .col-xl-6 .ai-domain{
        background: var(--whitecolor);
    }

    .domainpage-topsection .domain-ai-search .col-xl-6 .ai-domain:hover{
        background: var(--BlueColorDark);
        color: var(--whitecolor);
    }

    .domainpage-topsection{
        padding-bottom: 80px;
        padding-top: 60px;
    }

    .domainextension-wrapper .innerpage-heading,
    .onlinesucess-wrapper h2,
    .faqsection-wrap h2,
    .easytransfer-wrap .col-xl-6 h2,
    .webhosting-wrapper .heading-text h2,
    .success-stories-wrap h2,
    .cpanelcertified-wrapper .col-xl-6 h2,
    .moneyback-guarantee .riskfree-wrap span h3,
    .popular-apps-wrapper h2,
    .gsuitelist-wrapper .gsuite-list-heading h2,
    .moreapps-oneplace h2{
        font-size: 26px;
        margin-bottom: 25px;
    }

    .domainextension-wrapper .col-xl-3{
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .domainextension-scroll{
        margin-left: -6px;
        margin-right: -6px;
    }

    .domainextension-scroll .col-xl-3{
        padding-left: 6px;
        padding-right: 6px;
    }

    .onlinesucess-wrapper{
        padding: 80px 0px;
    }

    .onlinesucess-wrapper .col-lg-3 .onlinesucess-item{
        min-height: 420px;
    }

    .onlinesucess-wrapper .col-lg-3 p{
        font-size: 15px;
        line-height: 24px;
    }

    .faqsection-wrap .accordion-button{
        padding: 15px 15px;
        font-size: 16px;
    }

    .faqsection-wrap .accordion-body{
        padding: 25px 15px;
    }

    .easytransfer-wrap{
        margin-top: 80px;
        padding: 20px;
    }

    .domainpage-topsection:after{
        width: 330px;
        height: 269px;
        right: -100px;
        bottom: 0px;
        transform: rotate(-20deg);
    }

    .domainpage-topsection .domain-ai-search .col-xl-6 button{
        background: var(--whitecolor);
    }

    .hostingplans-scroll,
    .sucessstories-scroll,
    .applogos-scroll{
        margin-left: -6px;
        margin-right: -6px;
    }

    .hostingplans-scroll .col-xl-3,
    .sucessstories-scroll .col-xl-3,
    .applogos-scroll .col-xl-3{
        padding-left: 6px;
        padding-right: 6px;
    }

    .moneyback-guarantee,
    .success-stories-wrap,
    .gsuitelist-wrapper{
        margin-top: 80px;
    }

    .cpanelcertified-wrapper{
        margin-top: 80px;
        padding: 80px 0px;
    }

    .popular-apps-wrapper{
        display: none;
        visibility: hidden;
    }

    .innerpage-banner-wrapper h2{
        font-size: 28px;
    }

    .innerpage-banner-wrapper .bannerbutton-con{
        width: 100%;
        display: flex;
    }

    .innerpage-banner-wrapper .bannerbutton-con .claim-btn, .innerpage-banner-wrapper .bannerbutton-con .countdown-timer {
        min-width: 48%;
        float: left;
    }

    .whychoose-hosting-wrap{
        margin-top: 60px;
    }

    .hosting-plan-item .workspace-planbox-list {
        min-height: 540px;
    }

    .workspacescrolldiv .workspaceitem-con{
        padding: 30px 10px 20px 10px;
    }

    .webhosting-wrapper{
        padding: 80px 0px;
    }

    .ssl-item-wrapper{
        padding: 60px 20px;
    }

    .domian-promo-mostpopular{
        padding-top: 80px;
        padding-bottom: 70px;
    }

    .transferdomain-input .transfer-left{
        margin-bottom: 10px;
    }

    .transferdomain-input .transfer-left span:after{
        display: none;
        visibility: hidden;
    }

    .transferdomain-input .transfer-left span input,
    .transferdomain-input .transfer-right span input{
        border: 1px solid var(--Borderlinecolor);
        border-radius: 4px;
    }

    .moreapps-oneplace span img{
        width: 100%;
        height: auto;
    }

    .moreapps-oneplace{
        margin-top: 80px;
    }

    .zohowhychoose-wrap{
        padding: 80px 0px;
    }

    .rightside-cart,
    .rightside-cart .cart-footer{
        width: 100%;
        right: -110%;
    }

    .cart-product-item select{
        width: 100%;
    }

    .cart-product-item .col-xl-3 h5{
        line-height: normal;
        margin-top: 15px;
    }

    .cart-product-item .col-xl-3 h3{
        line-height: normal;
    }

    .rightsidecart-wrapper,
    .ordersummary-div{
        padding: 30px 20px;
    }

    .cartpage-header-div h4{
        font-size: 18px;
        padding: 0px 20px;
    }

    .cartpage-header-div span img{
        height: 60px;
    }

    .select-product-div h4{
        font-size: 15px;
        padding-right: 20px;
    }

    .checkout-cart-item .checkout-cart-row .col-lg-3 h3{
        text-align: left;
        margin-top: 12px;
    }

    .checkout-cart-item .checkout-cart-row .col-lg-3 h6{
        text-align: left;
    }

    .checkout-cart-item .checkout-cart-row .col-lg-3{
        text-align: left;
        margin-top: 12px;
    }

    .cartpage-header .header-middle-wrap{
        height: auto;
        text-align: left;
    }

    .cartpage-header h6{
        text-align: left;
        font-size: 13px;
    }

    .cartpage-header h2{
        font-size: 22px;
        margin: 0px 0px 12px 0px;
    }

    .cartpage-header{
        padding: 35px 0px;
    }

    .workspace-banner-wrapper .banner-table-wrap .banner-middle-align h2{
        font-size: 26px;
    }

    .workspace-banner-wrapper .banner-table-wrap{
        height: 400px;
    }

    .workspace-banner-wrapper .banner-table-wrap .banner-middle-align{
        padding-top: 45px;
        padding-bottom: 45px;
    }

 

    .scanqrcode-wrapper .upi-logos img{
        height: auto;
        width: 100%;
    }

    .scanqrcode-wrapper,
    .bankdetails-wrapper .bannerdetails-middlealign{
        padding: 45px 15px;
    }

    .cardlogos img{
        width: 100%;
        height: auto;
    }

    .payment-methord-wrapper{
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .contactpage-style .contactitem-div{
        padding: 45px 20px;
    }

    .googleworkspce-wrapper-div .googleworkspace-con{
        padding: 45px 25px;
    }

    .googleworkspce-wrapper-div .googleworkspace-con h2 br{
        display: none;
        visibility: hidden;
    }

    .googleworkspce-wrapper-div .googleworkspace-con h2{
        font-size: 26px;
    }

    .workspace-banner-wrapper{
        padding: 0px 0px;
    }

    .about-bottomsection h2,
    .about-topsection h2{
        font-size: 28px;
    }

    .about-topsection{
        margin-top: 80px;
    }

    .about-bottomsection{
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .notfound-page-wrap span img{
        height: 100px;
    }

    .notfound-page-wrap h4{
        font-size: 20px;
    }

    .banner-wrapper-div .col-xl-6 .banner-caption-middlealign ul li{
        width: 100%;
    }

    .banner-wrapper-div .col-xl-6 .bannerbutton-con .aiclaim-btn{
        margin-left: 0px;
    }

    .banner-wrapper-div .col-xl-6 .bannerbutton-con .aiclaim-btn{
        width: 48%;
        padding: 0;
        margin: 0;
        float: right;
        min-width: auto;
        max-width: auto;
    }

}