/* header css start */
header{
    padding:15px 0 15px 0;
    font-family: 'Inter', sans-serif;
    position:relative;
  
}
header .arrow{
    border: solid #000;
    border-width: 0 2px 2px 0;
    margin-left: 6px;
    position: absolute;
    right: 0;
    top: 9px;
}
body.open header.fixed-header {
    position: relative;
    animation: none;
}
.fixed-header {
    position: fixed;
    width: 100%;
    z-index: 9;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 4px 10px -7px rgb(0 0 0 / 60%);
    top: 0;
    animation: stickyEffect .4s ease-out forwards;  
} 
@keyframes stickyEffect {0% {transform: translateY(-100%);}100% {transform: translateY(0);}}
header .xpand-bg {
    position: absolute;
    transform: translate(32% , -52%)rotate(70deg);
    /* display: none; */
    z-index: -1;
}
header .logo{
    flex-grow: 1;
}
header .burger{
    cursor: pointer;
}
header .burger span{
    display: block;
    background:#2449CC;
    height: 2px;
    width: 26px;
}
header .logo .desk-logo{
    display: none;
}
header .burger span:nth-child(2){
    margin-top: 7px;
    margin-bottom: 7px;
}
header .head-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .nav-row{
    margin-left: auto;
    display: none;
    position: fixed;
    background: #f4fcfc;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9
}
header .close{
    position: absolute;
    right: 20px;
    top: 30px;
    cursor: pointer;
}
header .close span{
    display: block;
    background: #2449CC;
    height: 30px;
    width: 2px;
}
header .close span:first-child {
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
  }
  header .close span:last-child {
    transform: rotate(-45deg);
    position: absolute;
    right: 10px;
  }
img.m-logo {
    max-width: 80%;
}
header .head-row .logo a{
    display: inline-block;
}
header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
header ul.nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    flex-wrap: wrap;
    margin: 50px 0 0 0;
}
header ul.nav .nav-itm {
    margin: 0 12px;
    position: relative;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 10px;
}
header ul.nav > .nav-itm.current-menu-parent > a .active, header ul.nav >.nav-itm.current-menu-parent > a {
    color:#2449cc !important;
}

/*header ul.nav .nav-itm.current-menu-parent a {
     color:#2449cc;
}*/
header ul.nav .nav-itm a.nav-link {
    display: block;
    font-size: 17px;
    color: #000;
    font-weight: 500;
    transition: all 0.3s ease;
}
header .fa-times{
    font-size: 35px;
    font-weight: normal;
}
header .active{
    color: #2449CC !important;
} 

header .active .arrow{
    border-color: #2449CC !important;  
}

header .nav .nav-itm.active > a{
    color: #2449CC !important;
}
header .active .sub-menu .nav-itm a{
    color: #000;
}
header .nav-row li a:hover{
    color: #2449CC !important;
}

header .click-arrow{
    cursor: pointer;
}
#menu-main-menu .current-menu-item .click-arrow {
    border-color: #2449CC;
}
/*header ul.nav > .nav-itm.current-menu-parent > a.active , header ul.nav >.nav-itm.current-menu-parent > a {
    color:#2449cc !important;
}*/
header ul.nav > .nav-itm.current-menu-parent > .click-arrow {
    border-color: #2449CC;
}

header .nav-row li:hover .click-arrow{
    border-color: #2449CC;
}
header ul.nav .sub-menu {
    opacity: 1;
    height: auto;
    position: static;
    left: -4px;
    top: auto;
    background: #fff;
    padding: 10px;
    min-width: 280px;
    border-radius: 10px;
    display: none;
}
header ul.nav  .menu-item-171 .sub-menu  {
    min-width: 200px;
}
/*header ul.nav .sub-menu.resources{
    min-width: auto;
}*/
header ul.nav .sub-menu  li{
    max-width: 100%;
    max-height: 100%;
}
header ul.nav .sub-menu  li a{
    text-decoration: none;
    color: #000;
    font-size: 15px;
}

/* header ul.nav .sub-menu li a::before{
    content: " ";
    background: #2449CC;
    height: 5px;
    width: 5px;
    border-radius: 100%;
    display: block;
    vertical-align: middle;
   
} */
/* i.arrow.down.click-arrow {
} */
header .touch-btn a {
    padding: 15.5px 19.5px;
    font-weight: 500;
    box-shadow: none;
}
header .right-cta .t-decoration{
    display:none;
}
header .touch-btn .Mobile-icon {
    padding: 0;
    margin-right: 30px;
    height: 40px;
    width: 40px;
}
header .touch-btn .Mobile-icon  .fa-phone{
   padding-top: 13px;
}

header .touch-btn{
    margin-top: 0;
}

.scroll-btn  #button{
    display: inline-block;
    width: 55px;
    height: 55px;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 40px;
    right: 20px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: visible;
    z-index: 1000;
    background-image: linear-gradient(133deg,#1baaab 34%,#1f7abb 83%);
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 50%);
    cursor: pointer;
}
.scroll-btn #button::after {
    content: '';
    position: absolute;
    display: block;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    height: 17px;
    width: 17px;
    top: 0;
    transform: rotate( 133deg);
    left: 35%;
    right: 50%;
    top: 42%;
  }
  .scroll-btn #button.show {
    opacity: 1;
    visibility: visible;
  }
   
/* header cs  end */


/*thank you page css start*/
.thankyou-page-section {
    background: #f3f9f9;
    padding: 30px 0;
    position: relative;
    border-radius: 12px;
    margin: 60px auto 80px auto;
    box-shadow: 0px 0px 14px rgba(0,0,0,.14);
}

.thankyou-page-section .container {
    padding: 0 20px;
}

.thankyou-page-section .thankyou-wrapper {
    position: relative;
    z-index: 2;
    max-width: 1148px;
    margin: 0 auto;
}

.thankyou-page-section .thankyou-wrapper .thankyou-wrapper-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: 0 -15px;
}

.thankyou-page-section .thankyou-wrapper .thankyou-wrapper-inner .thankyou-left,.thankyou-page-section .thankyou-wrapper .thankyou-wrapper-inner .thankyou-right {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    text-align: center;
}

.thankyou-page-section .thankyou-wrapper .thankyou-wrapper-inner .thankyou-right {
    margin-top: 20px;
}

.thankyou-page-section .thankyou-wrapper .thankyou-wrapper-inner .thankyou-right .thankyou-title {
    font-size: 16px;
    line-height: 22px;
    color: #252525;
}

.thankyou-page-section .thankyou-wrapper .thankyou-wrapper-inner .thankyou-right .thankyou-title h1 {
    color: #000;
    font-weight: 600;
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 10px;
}

.thankyou-page-section .thankyou-wrapper .thankyou-wrapper-inner .thankyou-right .disc {
    margin-top: 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #252525;
}

.thankyou-page-section .thankyou-wrapper .thankyou-wrapper-inner .thankyou-right .btn-wrap {
    margin-top: 20px;
    position: relative;
}

.thankyou-page-section p {
    text-transform: inherit;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .thankyou-page-section {
        padding:50px 0;
        background-image: url("https://cdn-fdfjf.nitrocdn.com/tcxGAtUResvbqqeqlfCjDxjdjXOkaOqy/assets/images/optimized/rev-ccef80a/www.deskxpand.com/wp-content/themes/deskxpand/assets/image/thank-you-bg.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .thankyou-page-section.nitro-lazy {
        background-image: none !important;
    }

    .thankyou-page-section .thankyou-wrapper .thankyou-wrapper-inner .thankyou-right .thankyou-title {
        font-size:20px;
        line-height: 24px;
    }

    .thankyou-page-section .thankyou-wrapper .thankyou-wrapper-inner .thankyou-right .thankyou-title h1 {
        font-size:42px;
        line-height: 52px;
        margin-bottom: 20px;
    }

    .thankyou-page-section .thankyou-wrapper .thankyou-wrapper-inner .thankyou-right .disc {
        margin-top:30px;
        line-height: 28px;
    }
    .thankyou-page-section .thankyou-wrapper .thankyou-wrapper-inner .thankyou-right .btn-wrap {
        margin-top:30px;
    }
}

@media (min-width: 992px) {
    .thankyou-page-section::after {
        content: "";
        display: block;
        height: 100%;
        width: 270px;
        position: absolute;
        background: linear-gradient(133deg,#1baaab 34%,#1f7abb 83%);
        left: 0;
        top: 0;
        z-index: 0;
        border-radius: 12px 0px 0px 12px;
    }

    .thankyou-page-section .thankyou-wrapper .thankyou-wrapper-inner .thankyou-left,.thankyou-page-section .thankyou-wrapper .thankyou-wrapper-inner .thankyou-right {
        flex:0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
    .thankyou-page-section {
        margin:110px auto 120px auto;
        padding: 30px;
    }
}

@media (min-width: 1340px) {
    .thankyou-page-section {
        max-width: 1300px;
    }
}

@media (min-width: 1440px) {
    .thankyou-page-section {
        padding:80px 0;
    }

    .thankyou-page-section .thankyou-wrapper .thankyou-wrapper-inner .thankyou-right .thankyou-title h1 {
        font-size:60px;
        line-height: 87px;
        margin-bottom: 20px;
    }

    .thankyou-page-section .thankyou-wrapper .thankyou-wrapper-inner .thankyou-right .disc {
        margin-top:40px;
        font-size: 26px;
        line-height: 34px;
    }
    .thankyou-page-section .thankyou-wrapper .thankyou-wrapper-inner .thankyou-right .btn-wrap {
        margin-top:40px;
    }
}




/*thank you page css end*/