@import url('https://fonts.googleapis.com/css2?family=PT+Sans&family=Lobster&family=Playfair+Display&family=Reenie+Beanie&&display=swap');

body{
    font-family: 'PT Sans';
}

.page-wrapper {
    background: #061019;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    /*box-shadow: -2px 6px 4px 0 rgb(1 8 14);*/
}

.hidden{
    display:none !important;
}

.get-started-header{
    padding:10px 50px;
}

.get-started-header .top-bar .lg{
    width: fit-content;
    color: #ff0000;
}

.get-started-header .top-bar a{
    text-decoration:none;
}

.get-started-header .top-bar .logo img{width:120px;height:100px;}

.CO-create-websites{
    /*margin-top:50px;*/
}

.CO-create-websites .step-head{
    text-align: center;
}

.CO-create-websites .step-head h1{
    width: fit-content;
    margin: auto;
    font-size: 26px;
    color: #fff;
}

.CO-create-websites .step-head p{
    width: fit-content;
    margin: auto;
    font-size: 16px;
    color: #efefef;
    margin-top: 10px;
}

.CO-create-websites .choose-htc .choose-htc-flex{
    margin: 0;
    padding: 0 50px;
    display:flex;
    position:relative;
}

.CO-create-websites .choose-htc .choose-htc-con{
    padding: 10px 20px;
    position:relative;
}

.CO-create-websites .choose-htc .sel-htc-op{
    padding: 20px 40px 80px 40px;
    background: #000204;
    border-radius: 10px;
    height: 100%;
    text-align: center;
    margin: 0px 20px;
    position: relative;
}

.CO-create-websites .choose-htc .sel-htc-op .images{
    position:relative;
    height:130px;
    
}

.CO-create-websites .choose-htc .sel-htc-op .images .images-con{
    position: absolute;
    height: 130px;
    max-width: 300px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}

.CO-create-websites .choose-htc .sel-htc-op .img-up{
    height: 100px;
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
}

.CO-create-websites .choose-htc .sel-htc-op .img-down{
    height: 100px;
    width: 200px;
    position: absolute;
    bottom: 0;
    right: 0;
}


.CO-create-websites .choose-htc .sel-htc-op .op-hd{
    font-size: 25px;
    /* padding: 0 90px; */
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
}


.CO-create-websites .choose-htc .sel-htc-op .op-desc{
    font-size: 14px;
    margin-bottom: 10px;
    color: #bfbfbf;
}


.CO-create-websites .choose-htc .sel-htc-op .op-btn{
    background: #fff;
    width: fit-content;
    margin: 10px auto;
    margin-top: 40px;
    padding: 5px 20px;
    border-radius: 20px;
    color: #061019;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    cursor:pointer;
    transition:all.3s ease;
}

.CO-create-websites .choose-htc .sel-htc-op .op-btn:hover{
    transform:scale(1.1);
    color: #2286ce;
}


.bottom-nav{
    padding: 10px 100px;
    position: relative;
}

.bottom-nav .nav-btn{
    position: absolute;
    top:0;
    cursor:pointer;
    color:#fff;
}

.bottom-nav .nav-btn.disabled{
    color:#dbdbdb;
}

.bottom-nav .nav-btn span{
    font-size:20px;
    font-weight:700;
}

.bottom-nav .nav-btn.btn-left{
    left:100px;
}

.bottom-nav .nav-btn.btn-right{
    right:100px;
}

.bottom-nav .nav-btn.btn-left span{
    margin-left:10px;
}

.bottom-nav .nav-btn.btn-right span{
    margin-right:10px;
}


.CO-create-websites .choose-htc-divider{
    padding: 10px 0;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: unset;
    right: -9px;
    margin: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.CO-create-websites .choose-htc-divider .line{
    width: 1px;
    height: 160px;
    border: 1px solid #fff;
    margin: auto;
}

.CO-create-websites .choose-htc-divider .middle{
    color: #fff;
    padding: 10px 0;
}


.CO-create-websites .choose-htc{
    margin-top:20px;
}


.step-section.hideSection{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.step-section.showSection{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

 
.uRop-section{
    height: 85%;
    position: relative;
}

.uRop-section .step-process-hdr .steps-container{
width: fit-content;
   
  display:block;
  text-align:center; 
  margin:auto;
  overflow:hidden;
}

.uRop-section .step-process-hdr .steps-container .step{
  width:150px;
  float:left;
}

.uRop-section .step-process-hdr .steps-container .step .step-li{
  width:40px;
  height:40px;
  background:#fff;
  display:inline-block;
  border-radius:100%;
  border: 3px solid #53a4f4;
  position:relative;
  transition: all .3s ease;
}

.uRop-section .step-process-hdr .steps-container .step .step-li i{ 
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    line-height: 0;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.uRop-section .step-process-hdr .steps-container .step .step-li i:after{
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 42px;
    background: #d0e7fd;
}

.uRop-section .step-process-hdr .steps-container .step .step-li .count{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    line-height: 0;
    font-size: 18px;
    color: var(--highlight-color);
    font-weight: bold;
}

    
.uRop-section .step-process-hdr .steps-container .step:last-child .step-li i:after{  
    display:none !important;
}

.uRop-section .step-process-hdr .steps-container .step .step-li.active{
  background: var(--highlight-color);
    border-color: var(--highlight-color);
  animation :blob .3s ease-out ;
} 

.uRop-section .step-process-hdr .steps-container .step .step-li.active i:after{
    background:var(--highlight-color);
}

.uRop-section .step-process-hdr .steps-container .step .step-li.active .count{
    display:none;
}


@keyframes blob {
  0% {transform: scale(.5)}
  50% {transform: scale(1.1)}
  100% {transform: scale(1)}
}

.uRop-section .step-process{
    margin-top:30px;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    transition:all .3s ease;
    min-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.uRop-section .step-process::-webkit-scrollbar {
    display: none;
}

.uRop-section .step-process .step-head .qtn-hd{color: #fff;font-size: 24px;text-align: center;}

.uRop-section .step-process .step-head .qtn-desc{color: #bfbfbf ;font-size: 16px;text-align: center;margin: 0;}

.uRop-section .step-process .step-btns{
    position: relative;
    /*top: 390px;*/
    /*left: 0;*/
    width: 100%;
    height: 50px;
}

.uRop-section .step-process .step-btns .step-btn{
    transition:all .3s ease;
}

.uRop-section .step-process .step-btns .step-btn.btn-back,.uRop-section .step-process .step-btns .step-btn.btn-next{
    position: absolute;
    top:0;
    color: #fff;
    background: #7ebefd52;
    padding: 5px 20px;
    border-radius: 20px;
    cursor:pointer;
}

.uRop-section .step-process .step-btns .step-btn.btn-back:not(.disabled):not(.processing):hover,.uRop-section .step-process .step-btns .step-btn.btn-next:not(.disabled):not(.processing):hover{
    background: #53a3f3;
}

.uRop-section .step-process .step-btns .step-btn.btn-back{
    left: 100px;
}


.uRop-section .step-process .step-btns .step-btn.btn-next{
    right: 100px;
}

.uRop-section .step-process .step-btns .step-btn.btn-skip{
    position: absolute;
    right: 190px;
    top: 0;
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
    cursor: pointer;
}

.uRop-section .step-process .step-btns .step-btn.btn-skip:not(.disabled):hover{
    color: #53a3f3;
}

.uRop-section .step-process .step-btns .step-btn.hide{
    display:none;
}

.uRop-section .step-process .step-btns .step-btn.disabled{
    color: #dbdbdb;
    background: #777f8652;
}

.uRop-section .step-process .step-content{
    padding:20px 100px;
}


.uRop-section .step-process[data-step-id="2"] .step-content{
    padding:10px 100px !important;
}

.uRop-section .step-process .templates-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 60%;
    margin: 0 auto;
}

.uRop-section .step-process .templates-container .tempate-category{
    padding: 6px 30px;
    margin: 0 10px;
    width: fit-content;
    background: #0e416f;
    color: #fff;
    border-radius: 50px;
    height: fit-content;
    white-space: nowrap;
    margin-bottom: 20px;
    transition:all .3s ease;
    cursor:pointer;
}

.uRop-section .step-process .templates-container .tempate-category.active{
    background: #53a3f3;
    box-shadow: 0 0 3px 2px #fff;
}

.uRop-section .step-process .templates-container .tempate-category:not(.active):hover{
    background: #6fb0f1;
}

.uRop-section .step-process .other-template{
    width: 60%;
    margin: auto;
    margin-top: 20px;
}

.uRop-section .step-process .other-template-hd{
    color: #dbdbdb;
    font-size: 15px;
    font-weight: 400;
}

.uRop-section .step-processes-con{
    position:relative;
}

.uRop-section .step-process.hide{
    display:none;
}

.uRop-section .step-process.animate .step-p-inner{
    animation-duration: 1s;
    animation-fill-mode: both;  
}

.uRop-section .step-process.animate .step-btns{
    animation-duration: 1s;
    animation-fill-mode: both;  
}

.uRop-section .step-process .step-btns .step-btn span{
    display:block;
    transition:all .1s ease;
}

.uRop-section .step-process .step-btns .step-btn.processing{
    background-color: #fff;
    width: 40px;
    height: 40px;
    background-image: url(https://www.anuation.com/ma2/content/img/loader-spin.png);
    transition: all .3s ease;
    background-size: 39px 30px;
    background-position: center;
    background-repeat: no-repeat;
    animation: 1s 0.1s infinite spin;
    
}

@keyframes spin {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

.uRop-section .step-process .step-btns .step-btn.processing span{
   display:none;
}

.uRop-section .step-process.step-right-in .step-p-inner{
    animation-name:stepInRight ;
}

.uRop-section .step-process.step-left-in .step-p-inner{
    animation-name:stepInLeft ;
}

.uRop-section .step-process.step-right-out .step-p-inner{
    animation-name:stepOutRight ;
}

.uRop-section .step-process.step-left-out .step-p-inner{
    animation-name:stepOutLeft ;
}

.uRop-section .step-process .step-p-inner{
    min-height:300px;
}

.uRop-section .step-process.step-right-in .step-btns,.uRop-section .step-process.step-left-in .step-btns{
    animation-name:fadeIn ; 
}

.uRop-section .step-process.step-right-out .step-btns,.uRop-section .step-process.step-left-out .step-btns{
    animation-name:fadeOut ; 
}


@keyframes stepInRight {
  0% {transform: translateX(100%); opacity:0;}
  100% {transform: translateX(0); opacity:1;}
}

@keyframes stepInLeft {
  0% {transform: translateX(-100%); opacity:0;}
  100% {transform: translateX(0); opacity:1;}
}

@keyframes stepOutRight {
  0% {transform: translateX(0); opacity:1;}
  100% {transform: translateX(100%); opacity:0;}
}

@keyframes stepOutLeft {
  0% {transform: translateX(0); opacity:1;}
  100% {transform: translateX(-100%); opacity:0;}
}




.uRop-section .step-process .site_features{
    overflow-x: auto;
    overflow-y: hidden;
        padding-bottom: 10px;
}

.uRop-section .step-process .features-nav .nav-btn{
    position:absolute;
    top:180px;
    width:40px;
    height:40px;
    border-radius:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    background: var(--highlight-color);
    border-color: var(--highlight-color);
    font-size:20px;
    cursor:pointer;
    box-shadow: 0px 0px 4px 0px #dcdcdc;
}

.uRop-section .step-process .features-nav .nav-btn.disabled{box-shadow:none;background-color:#dbdbdb;cursor:default;}

.uRop-section .step-process .features-nav .nav-left{left:20px;}
.uRop-section .step-process .features-nav .nav-right{right:20px;}

.uRop-section .step-process .site_features::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
    border-radius: 20px;
    height: 6px;
    display: none;
}

.uRop-section .step-process .site_features::-webkit-scrollbar-thumb {
    background-image: -webkit-linear-gradient(top, #081a29, #122c4c, #122c4c) !important;
    border-radius: 1px;
    width: 5px;
}

.uRop-section .step-process .site_features::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #ffffff;
    border-radius: 10px;
}


.uRop-section .step-process .site_features .features-list{
    padding: 0;
    margin: 0;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 320px;
}

.uRop-section .step-process .site_features .sp-features{
    border-right:2px solid #fff;
}


.uRop-section .step-process .site_features .sf .sf-hd{
    color:#fff;
    font-size:20px;
    font-weight:500;
    text-align:left;
    padding: 0 10px;
    margin: 0;
}

.uRop-section .step-process .site_features .feature-box{
    display: inline-block;
    position: relative;
    background: #ffffff;
    width: 150px;
    height: 110px;
    border-radius: 1px;
    margin: 15px;
    cursor: pointer;
    transition:all .5s ease;
}

.uRop-section .step-process .site_features .feature-box .select_site_features{
    position: absolute;
    top: 10px;
    left: 10px;
    display:none;
    transition:all .5s ease;
}

.uRop-section .step-process .site_features .feature-box .fture-con{
    transition:all .5s ease;
    text-align: center; 
   
}

.uRop-section .step-process .site_features .feature-box .fture-img{
    width: 100%;
    height: 70px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-radius: 1px;
    margin: auto;
    transform: scale(1.1);
    box-shadow: 0 1px 4px 0 #000;
    transition:all .5s ease;
}

.uRop-section .step-process .site_features .feature-box .fture-label{
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    transition:all .5s ease;
}

.uRop-section .step-process .site_features .feature-box:not(.active):hover,.uRop-section .step-process .site_features .feature-box.active{
    padding:10px;
}

.uRop-section .step-process .site_features .feature-box:not(.active):hover .select_site_features{
    display:block;
   
}

.uRop-section .step-process .site_features .feature-box.active .select_site_features{
    display:block;
}

.uRop-section .step-process .site_features .feature-box:not(.active):hover .fture-con,.uRop-section .step-process .site_features .feature-box.active .fture-con{
    text-align: center; 
    padding-top: 15px;
}

.uRop-section .step-process .site_features .feature-box:not(.active):hover .fture-img,.uRop-section .step-process .site_features .feature-box.active .fture-img{
    height: 40px;
    width: 60px;
    box-shadow: none;
    margin: auto;
}

.uRop-section .step-process .site_features .feature-box:not(.active):hover .fture-label,.uRop-section .step-process .site_features .feature-box.active .fture-label{
    color:#53a3f3;
}

.uRop-section .step-process .site_features .feature-box.active:before {
    content: "✓";
    background-color: #53a4f4;
    transform: scale(1);
    position: absolute;
    top: -10px;
    left: -10px;
    padding: 5px 10px;
    border-radius: 20px;
    color: #fff;
    transition: all .5s ease;
    animation: 1s blob;
}

.uRop-section .step-process .site-name-con{
    width: 60%;
    margin: auto;
    margin-top: 100px;
}

.uRop-section .step-process .google-search-con{
    width: 60%;
    margin: auto;
    margin-top: 70px;
    position:relative;
}

.uRop-section .step-process .google-search-con .link-con{position:relative;text-align: center;margin-top: 20px;}
.uRop-section .step-process .google-search-con .link-con .link-help{color: #fff;cursor: pointer;text-decoration:none;}
.uRop-section .step-process .google-search-con .input_error_msg{margin-top:10px;margin-bottom:10px;color:red;opacity:0;transition:all .1s ease;text-align: center;}
.uRop-section .step-process .google-search-con .input_error_msg.active{opacity:1;}

.uRop-section .step-process .google-search-con .googl-places-icon{
   background-image: url(https://www.anuation.com/ma2/content/img/google-places.svg);
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    margin-right: 10px;
}

.uRop-section .step-process .google-search-con .form-group{
    width:50%;
}

.uRop-section .step-process .google-search-con .gp-input-label{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.uRop-section .step-process .google-search-con .form-group.left{
    margin-right:10px;
}

.uRop-section .step-process .google-search-con .link{
    color: var(--highlight-color);
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: all .3s ease;
    cursor: pointer;
    width: fit-content;
    margin: auto;
    text-align: center;
}

.uRop-section .step-process .google-search-con .link:hover{
    color: #fff;
}

.uRop-section .step-process .website-logo-con{
    width: 150px;
    height: 150px;
    margin: 50px auto 0 auto;
    background: #000;
    border-radius: 50%;
    padding:10px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.uRop-section .step-process .website-logo-con .choose-website-logo{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    background: #0610198a;
    border: 1px dashed var(--highlight-color);
}

.uRop-section .step-process .website-logo-con .choose-website-logo i{color:var(--highlight-color);font-size:18px;}

.uRop-section .step-process #website_logo {display:none;}

.uRop-section .step-process .theme-colors-con{margin-top:40px;}

.uRop-section .step-process .theme-colors-con .color-shade-hd{color: #fff;font-size: 18px;font-weight: 500;text-align: center; margin: 0 0 15px 0;}
.uRop-section .step-process .theme-colors-con .color-shade-hd.dark{margin-top:20px;}
.uRop-section .step-process .theme-colors-con .color-shade-hd.custom{margin-bottom:0px;}

.uRop-section .step-process .theme-colors-con .color-shades{width: 100%;/* height: 100px; */padding: 20px 30px;}

.uRop-section .step-process .theme-colors-con .custom-shades{text-align:center;position:relative;}

.uRop-section .step-process .theme-colors-con .color-shades .color-swatch{width: 100%;max-width: 420px;height: 80px;list-style-type: none;margin: 5px auto 0 auto;padding: 0;display: block;padding: 10px;background: rgb(4 9 14 / 78%);}

.uRop-section .step-process .theme-colors-con .color-shades .color-swatch li {display: block;float: left;width:12.5%;height: 100%;cursor:pointer;transition:all .3s ease;}

.uRop-section .step-process .theme-colors-con .color-shades .color-swatch li:not(.active):hover {transform: translateY(-20px);}

.uRop-section .step-process .theme-colors-con .color-shades .color-swatch li.active {transform: translateY(-28px) scale(1.2);border: 2px solid #53a4f4;}

.uRop-section .step-process .theme-colors-con .cs-divider{padding: 10px 0;position:absolute;left:0;top:0;}

.uRop-section .step-process .theme-colors-con .cs-divider .line{width: 1px;height: 135px;border: 1px solid #fff; margin: auto;}

.uRop-section .step-process .theme-colors-con .cs-divider .middle{color: #fff;padding: 10px 0;}


/*create template  loader*/

.create-temppopup{
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 200px;
    background: #000000de;
    z-index: 999;
    
}
.create-temppopup.show{display:block;}

.create-temppopup .content{
    width:100%;
    height:100%;
    position:relative;
}

.create-temppopup .content .msg{
    position:absolute;
    width:fit-content;
    margin:auto;
    left:0;
    right:0;
    top:70px;
    color:#fff;
    font-size:30px;
    font-weight:600;
}


.create-temppopup .content .loader-msg{
    position:absolute;
    width:fit-content;
    margin:auto;
    left:0;
    right:0;
    top:350px;
    color:#fff;
    font-size:20px;
    font-weight:400;
}


.create-temppopup.show .popup-loader{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 16, 16, 0.5);
}

@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.uil-ring-css {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 200px;
}
.uil-ring-css > div {
  position: absolute;
  display: block;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 80px;
  box-shadow: 0 6px 0 0 #ffffff;
  -webkit-animation: uil-ring-anim 1s linear infinite;
  animation: uil-ring-anim 1s linear infinite;
}



.vc-disable-editor{
    display:none;
}


/*responsiveness start */


@media (max-width: 425px) {
    .CO-create-websites .step-head h1,.CO-create-websites .step-head p{max-width:320px;}
}


@media (max-width: 575px) {
    .CO-create-websites .choose-htc .choose-htc-flex{padding:0 20px;}
    .CO-create-websites .choose-htc .choose-htc-con{padding:0;}
    .CO-create-websites .choose-htc-divider{width: calc( 100% - 40px );}
    .page-wrapper{background:#0d233b;}
    
    .uRop-section .step-process{min-height:700px;}
    .uRop-section .step-process .step-btns .step-btn.btn-skip{right:100px;}
    .uRop-section .step-process .step-btns .step-btn.btn-back{left:20px;}
    .uRop-section .step-process .step-btns .step-btn.btn-next{right:20px;}
    .uRop-section .step-process .templates-container{width:100%;}
    .uRop-section .step-process[data-step-id="2"] .step-content {padding: 10px 20px !important;}
    
}

@media (min-width: 576px) and (max-width: 767px) {
    .CO-create-websites .choose-htc-divider{width: calc( 100% - 70px );}
    .uRop-section .step-process .step-btns .step-btn.btn-skip{right:130px;}
    .uRop-section .step-process .step-btns .step-btn.btn-back{left:50px;}
    .uRop-section .step-process .step-btns .step-btn.btn-next{right:50px;}
    .uRop-section .step-process .templates-container{width:80%;}
    
}

@media (max-width: 767px) {
    .get-started-header .top-bar{text-align:center;}
    .get-started-header .top-bar .logo img {
        width: 100px;
        height: 80px;
        margin-left: -10px;
    }
    .CO-create-websites .step-head h1{font-size:23px;}
    .CO-create-websites .step-head p{font-size:14px;}
    /*.CO-create-websites .choose-htc .sel-htc-op .images{height:100px;}*/
    /*.CO-create-websites .choose-htc .sel-htc-op .images .images-con{height:100px;max-width: 200px;}*/
    /*.CO-create-websites .choose-htc .sel-htc-op .img-up,.CO-create-websites .choose-htc .sel-htc-op .img-down{height:70px;width:120px;}*/
    .CO-create-websites .choose-htc .sel-htc-op .op-hd{margin-top:10px;font-size:20px;}
    .CO-create-websites .choose-htc .sel-htc-op {padding: 20px 30px 50px 30px;}
    .CO-create-websites .choose-htc .sel-htc-op .op-btn{bottom:20px;}
    .CO-create-websites .choose-htc .choose-htc-con{margin-top:10px;margin-bottom:20px;}
    .CO-create-websites .choose-htc-divider{height: fit-content;margin: auto;flex-direction: row;top: unset;left: 0;right: 0;bottom: -50px;}
    .CO-create-websites .choose-htc-divider .line{width: 100%;height: 1px;margin: auto 10px;}
    
    
    .uRop-section .step-process .step-content{padding:20px 50px;}
    .uRop-section .step-process .step-head .qtn-hd{font-size:20px;}
    .uRop-section .step-process-hdr .steps-container .step{width:60px;}
    .uRop-section .step-process-hdr .steps-container .step .step-li i:after{width:10px;}
    .CO-create-websites .choose-htc .sel-htc-op .op-hd{margin-top:10px;font-size:22px;}
    .uRop-section .step-process .site_features .sf .sf-hd{font-size:18px;}
    
    .uRop-section .step-process .templates-container .tempate-category{padding:5px 10px;margin-bottom:10px;    font-size: 14px;}
    .uRop-section .step-process .site-name-con{margin-top:50px;width:100%;}
    .uRop-section .step-process .google-search-con{margin-top:40px;width:100%;}
    .uRop-section .step-process .website-logo-con{margin-top:20px;}
    .uRop-section .step-process .other-template{width:100%;}
    /*.uRop-section .step-process .theme-colors-con .color-shades .color-swatch{height:65px;}*/
}

@media (min-width: 768px) and (max-width: 991px) {
    .get-started-header .top-bar{text-align:center;}
    .get-started-header .top-bar .logo img {
        width: 100px;
        height: 80px;
        margin-left: -10px;
    }
    .CO-create-websites .choose-htc .choose-htc-flex{padding:0 20px;}
    .CO-create-websites .choose-htc .choose-htc-con {padding: 0 15px 0 15px;}
    .CO-create-websites .step-head h1{font-size:23px;}
    .CO-create-websites .step-head p{font-size:14px;}
    .CO-create-websites .choose-htc .sel-htc-op .images{height:100px;}
    .CO-create-websites .choose-htc .sel-htc-op .images .images-con{height:100px;max-width: 200px;}
    .CO-create-websites .choose-htc .sel-htc-op .img-up,.CO-create-websites .choose-htc .sel-htc-op .img-down{height:70px;width:120px;}
    .CO-create-websites .choose-htc .sel-htc-op .op-hd{margin-top:10px;font-size:22px;}
    .CO-create-websites .choose-htc .sel-htc-op {padding: 20px 20px 50px 20px;}
    .CO-create-websites .choose-htc .sel-htc-op .op-btn{bottom:10px;}
    
    .uRop-section .step-process-hdr .steps-container .step{width:100px;}
    .uRop-section .step-process-hdr .steps-container .step .step-li i:after{width:50px;}
    .CO-create-websites .choose-htc .sel-htc-op .op-hd{margin-top:10px;font-size:22px;}
    .uRop-section .step-process .step-head .qtn-hd{font-size:22px;}
    .uRop-section .step-process .site_features .sf .sf-hd{font-size:18px;}
    .uRop-section .step-process .templates-container{width:80%;}
    .uRop-section .step-process .templates-container .tempate-category{padding:5px 10px;margin-bottom:10px;}
    
    
    .uRop-section .step-process .theme-colors-con .color-shades .color-swatch{height:65px;}
    
    
    
}


@media (max-width: 991px) {
    .uRop-section .step-process .features-nav .nav-btn{display:none;}
    .uRop-section .step-process .site_features{display:block;}
    .uRop-section .step-process .site_features .sp-features{max-width:100%;border-right:none;}
    .uRop-section .step-process .site_features .features-list{display: block;max-height:none;}
    
    .uRop-section .step-process .site_features .sc-features{margin-top:20px;max-width:100%;}
    
    .uRop-section .step-process .theme-colors-con .color-shades{padding:10px;}
    .uRop-section .step-process .theme-colors-con{margin-top:25px;}
}


@media (min-width: 992px) and (max-width: 1200px) {
    .get-started-header .top-bar .logo img{width:100px;height:80px;}
    .get-started-header{padding:15px 50px;}
    .CO-create-websites .step-head h1{font-size:24px;}
    .CO-create-websites .step-head p{font-size:15px;}
    .CO-create-websites .choose-htc .sel-htc-op{padding:20px 30px 40px 30px;margin:0 10px;}
    .CO-create-websites .choose-htc .sel-htc-op .images{height:100px;}
    .CO-create-websites .choose-htc .sel-htc-op .images .images-con{height:100px;}
    .CO-create-websites .choose-htc .sel-htc-op .img-up,.CO-create-websites .choose-htc .sel-htc-op .img-down{height:80px;width:150px;}
    .CO-create-websites .choose-htc .sel-htc-op .img-up{left:10px;}
    .CO-create-websites .choose-htc .sel-htc-op .img-down{right:10px;}
    .CO-create-websites .choose-htc .sel-htc-op .op-btn{bottom:10px;}
    .CO-create-websites .choose-htc .sel-htc-op .op-hd{margin-top:10px;font-size:22px;}
    
    .uRop-section .step-process-hdr .steps-container .step{width:100px;}
    .uRop-section .step-process-hdr .steps-container .step .step-li i:after{width:50px;}
    .uRop-section .step-process .step-head .qtn-hd{font-size:22px;}
    .uRop-section .step-process .templates-container .tempate-category{padding:5px 10px;margin-bottom:10px;}
    .uRop-section .step-process .step-content{padding:10px 100px;}
    .uRop-section .step-process .site_features .feature-box{margin:10px;width: 110px;height:100px;}
    .uRop-section .step-process .site_features .feature-box.active:before{padding:1px 7px;}
    .uRop-section .step-process .site_features .feature-box .fture-img{width:97%;height:60px;}
    .uRop-section .step-process .site_features .feature-box .fture-label{font-weight:500;}
    .uRop-section .step-process .site_features .sf .sf-hd{font-size:18px;}
}

@media (max-width: 1200px) {
    
}

@media (min-width: 992px){
    .get-started-header{
        padding-bottom:0;
    }
    .uRop-section .step-process-hdr .steps-container{margin-top:-20px}
}

/*responsive ends*/





